Installing OTF Fonts

  • Follow


I'm having some trouble installing fonts, here's my failed approach:

1. I downloaded cm-unicode-0.6.3a-otf.tar.gz from sf.net.

2. Threw it into ~/Library/texmf/fonts/opentype/public/lm/ (Mac OS X
obviously)

3. Added \fontspec[ExternalLocation]{cmunrm} to my XeLaTeX document
So far, so good, compilation finds the OTF font file, (if I put a
bogus name, it fails).

4. Next, I run a strings on cmunrm.otf to try and figure out the the
font is called as far as the OTF is concerned.
The valid (no-space) results boil down to this: "CMUSerif-Roman",
although I tried "CMUSerif" and "cmunrm" as well with no luck in the
following step...

5. I go ahead and add it to the document: \setmainfont{CMUSerif-Roman}

6. I compile and get the following failure log...

mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
nonstopmode; input CMUSerif-Roman
This is METAFONT, Version 2.718281 (TeX Live 2009)

kpathsea: Running mktexmf CMUSerif-Roman

! I can't find file `CMUSerif-Roman'.
<*> ...; mag:=1; nonstopmode; input CMUSerif-Roman

Please type another input file name
! Emergency stop.
<*> ...; mag:=1; nonstopmode; input CMUSerif-Roman

! Undefined control sequence.
\zf@set@font@type ...onttype \zf@basefont \zf@tfm
                                                  \or \zf@atsuitrue
\ifnum \...
l.17 ...mainfont[Mapping=tex-text]{CMUSerif-Roman}

? Transcript written on mfput.log.
grep: CMUSerif-Roman.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;
input CMUSerif-Roman' failed to make CMUSerif-Roman.tfm.
kpathsea: Appending font creation commands to missfont.log.


LaTeX Font Warning: Font shape `OT1/cmunrm(0)/m/n' undefined
(Font)              using `OT1/cmr/m/n' instead on input line 15.

! Font \zf@basefont=CMUSerif-Roman at 12.0pt not loadable: Metric
(TFM) file or
 installed font not found.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.17 ...mainfont[Mapping=tex-text]{CMUSerif-Roman}

?

Any hints as to what steps I've missed, or what I should be doing?
0
Reply Achaemenes 12/21/2009 11:39:58 AM

Here something important I missed from the log...

/usr/local/texlive/2009/texmf/web2c/mktexnam: Could not map typeface
abbreviation mu for cmunrm10-regular.
/usr/local/texlive/2009/texmf/web2c/mktexnam: Need to update /usr/
local/texlive/2009/texmf-dist/fonts/map/dvips/skak/special.map?

....that should give me a clue - if I know what I'm actually doing :)

If I find more crucial important information that I've missed, I'll
append it here.
0
Reply Achaemenes 12/21/2009 11:46:58 AM


On Dec 21, 10:46=A0pm, Achaemenes <nima.tal...@gmail.com> wrote:
> Here something important I missed from the log...
>
> /usr/local/texlive/2009/texmf/web2c/mktexnam: Could not map typeface
> abbreviation mu for cmunrm10-regular.
> /usr/local/texlive/2009/texmf/web2c/mktexnam: Need to update /usr/
> local/texlive/2009/texmf-dist/fonts/map/dvips/skak/special.map?
>
> ...that should give me a clue - if I know what I'm actually doing :)
>
> If I find more crucial important information that I've missed, I'll
> append it here.

I should add here - that at the time of this particular test, I was
trying "cmunrm10-regular" and not "CMUSerif-Roman", sorry for the
confusion.
0
Reply Achaemenes 12/21/2009 11:51:34 AM

Am Mon, 21 Dec 2009 03:39:58 -0800 (PST) schrieb Achaemenes:

> I'm having some trouble installing fonts, here's my failed approach:
> 
> 1. I downloaded cm-unicode-0.6.3a-otf.tar.gz from sf.net.

> 5. I go ahead and add it to the document: \setmainfont{CMUSerif-Roman}
> 
> 6. I compile and get the following failure log...
> 
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
> nonstopmode; input CMUSerif-Roman

> Any hints as to what steps I've missed, or what I should be doing?

You are using the wrong font name. Try
\setmainfont{CMU Serif} or
\setmainfont{CMU Serif Roman}

-- 
Ulrike Fischer 
0
Reply Ulrike 12/21/2009 12:43:10 PM

Hi Ulrike,

> You are using the wrong font name. Try
> \setmainfont{CMU Serif} or
> \setmainfont{CMU Serif Roman}


I did try that, I should have mentioned it in my previous post
(sorry)...  I get the impression that "spaces" are not ok...

--- snip---
Implicit mode ON; LaTeX internals redefined
(/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/backref.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/ltxmisc/url.sty)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/bitset.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/intcalc.sty)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/
bigintcalc.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/
pdftexcmds.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/
ltxcmds.sty))))
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/
atbegshi.sty))
*hyperref using default driver hdvipdfm*
(/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/hdvipdfm.def))
(/Users/xerxes/Library/texmf/tex/latex/ban.sty)kpathsea: Invalid
fontname `CMU Serif Roman', contains ' '


LaTeX Font Warning: Font shape `OT1/cmunrm(0)/m/n' undefined
(Font)              using `OT1/cmr/m/n' instead on input line 20.

! Font \zf@basefont="CMU Serif Roman" at 12.0pt not loadable: Metric
(TFM) file
 or installed font not found.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.22 \setmainfont{CMU Serif Roman}

?
Process aborted

! Emergency stop.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.22 \setmainfont{CMU Serif Roman}

No pages of output.
Transcript written on SecurityProtocols.log.

--- EOF ---
0
Reply Achaemenes 12/22/2009 5:31:10 AM

Am Mon, 21 Dec 2009 21:31:10 -0800 (PST) schrieb Achaemenes:

> Hi Ulrike,
> 
>> You are using the wrong font name. Try
>> \setmainfont{CMU Serif} or
>> \setmainfont{CMU Serif Roman}
> 
> 
> I did try that, I should have mentioned it in my previous post
> (sorry)...  I get the impression that "spaces" are not ok...

Make a complete, but minimal example. This one works fine for me (on
windows/miktex):

\documentclass{article}
\usepackage{fontspec}
\setmainfont{CMU Serif Roman} 
\begin{document}
abc
\end{document}


-- 
Ulrike Fischer 
0
Reply Ulrike 12/22/2009 11:10:37 AM

Hi Ulrike,

Here's my first attempt at a MWE...

-----------------------------------------
%!TEX TS-program = XeLaTeX
%!TEX encoding = UTF-8 Unicode

\documentclass{article}

\usepackage{lipsum}

\usepackage{fontspec}
	\fontspec[ExternalLocation]{cmunrm}
	%. The next line causes the error...
	%\setmainfont{CMU Serif Roman}

\listfiles

\begin{document}
	\lipsum{}
\end{document}
-----------------------------------------


The above of course works as I've commented out the problematic line,
but I need to do this in order to display the \listfiles output...


-----------------------------------------
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009)
entering extended mode
(./Test.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek,
ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech,
danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german,
ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish,
italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal,
nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak,
slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh,
loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2009/texmf-dist/tex/latex/lipsum/lipsum.sty)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/fontspec/fontspec.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2009/texmf-dist/tex/generic/xkeyval/keyval.tex)))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/euenc/eu1enc.def)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/euenc/eu1lmr.fd))
fontspec.cfg loaded.
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/fontspec/
fontspec.cfg))
(./Test.aux) [1] [2] (./Test.aux)

 *File List*
 article.cls    2007/10/19 v1.4h Standard LaTeX document class
  size10.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
  lipsum.sty    2005/01/26 v1.0 150 paragraphs of Lorem Ipsum dummy
text
fontspec.sty    2008/08/09 v1.18 Advanced font selection for XeLaTeX
 ifxetex.sty    2009/01/23 v0.5 Provides ifxetex conditional
    calc.sty    2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
 xkeyval.sty    2008/08/13 v2.6a package option processing (HA)
 xkeyval.tex    2008/08/13 v2.6a key=value parser (HA)
 fontenc.sty
  eu1enc.def    2008/03/08 v0.1d Experimental unicode font encoding
  eu1lmr.fd    2007/01/14 v1.3 Font defs for Latin Modern
fontspec.cfg
 ***********

 )
Output written on Test.pdf (2 pages).
Transcript written on Test.log.
----------------------------------------

Now with the troublesome line uncommented...

----------------------------------------

This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009)
entering extended mode
(./Test.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek,
ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech,
danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german,
ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish,
italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal,
nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak,
slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh,
loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2009/texmf-dist/tex/latex/lipsum/lipsum.sty)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/fontspec/fontspec.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2009/texmf-dist/tex/generic/xkeyval/keyval.tex)))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/euenc/eu1enc.def)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/euenc/eu1lmr.fd))
fontspec.cfg loaded.
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/fontspec/fontspec.cfg))
kpathsea: Invalid fontname `CMU Serif Roman', contains ' '

! Font \zf@basefont="CMU Serif Roman" at 10.0pt not loadable: Metric
(TFM) file
 or installed font not found.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.11 ^^I\setmainfont{CMU Serif Roman}

?
Process aborted

! Emergency stop.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.11 ^^I\setmainfont{CMU Serif Roman}

No pages of output.
Transcript written on Test.log.

----------------------------------------

Does this provide enough information? I'll read the MWE guide again to
make sure I didn't miss anything else that may help.

Nima
0
Reply Achaemenes 12/23/2009 2:19:07 AM

Am Tue, 22 Dec 2009 18:19:07 -0800 (PST) schrieb Achaemenes:

> Hi Ulrike,
> 
> Here's my first attempt at a MWE...

> kpathsea: Invalid fontname `CMU Serif Roman', contains ' '
 
> ! Font \zf@basefont="CMU Serif Roman" at 10.0pt not loadable: Metric

> Does this provide enough information? 

Yes, and I obviously was a bit tired, I should have seen it earlier:

XeTeX use different methods to find fonts: with ExternalLocation it
use the standard search pathes and the file name database and so the
location /texmf/fonts/opentype/public/lm/ is fine. 

When you use the "real" font name, XeTeX use fontconfig to find it
and obviously fails. 

On windows with miktex I would put the font either in a texmf-tree
(/texmf/fonts/opentype/public/cm/...) or in the standard system
folder for fonts of windows (C:\windows\fonts) and then call
fc-cache -f to update the fontconfig cache. 

I don't know if texlive can use texmf-trees as default (when looking
at the documentation I would say you need to add the trees first:
http://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-370003.4.5)
but putting the fonts in your system folder for fonts and perhaps
calling fc-cache -f should work. 



-- 
Ulrike Fischer 
0
Reply Ulrike 12/23/2009 8:37:37 AM

Hi Ulrike!

I'm almost there!...

I've created ~/.fonts.conf as follows:

<?xml version=3D"1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <dir>/Users/nima/.texmf/fonts/opentype</dir>
    <dir>/Users/nima/.texmf/fonts/truetype</dir>
    <dir>/Users/nima/.texmf/fonts/type1</dir>
</fontconfig>


....Next, I run fc-cache -fv, which runs as expected...

% fc-cache -fv
/usr/share/fonts: skipping, no such directory
/usr/X11R6/lib/X11/fonts: caching, new cache contents: 0 fonts, 10
dirs
/usr/X11R6/lib/X11/fonts/100dpi: caching, new cache contents: 398
fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/75dpi: caching, new cache contents: 398
fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/OTF: caching, new cache contents: 23 fonts, 0
dirs
/usr/X11R6/lib/X11/fonts/Speedo: caching, new cache contents: 0 fonts,
0 dirs
/usr/X11R6/lib/X11/fonts/TTF: caching, new cache contents: 23 fonts, 0
dirs
/usr/X11R6/lib/X11/fonts/Type1: caching, new cache contents: 29 fonts,
0 dirs
/usr/X11R6/lib/X11/fonts/cyrillic: caching, new cache contents: 0
fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/encodings: caching, new cache contents: 0
fonts, 1 dirs
/usr/X11R6/lib/X11/fonts/encodings/large: caching, new cache contents:
0 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/misc: caching, new cache contents: 59 fonts,
0 dirs
/usr/X11R6/lib/X11/fonts/util: caching, new cache contents: 0 fonts, 0
dirs
/Library/Fonts: caching, new cache contents: 202 fonts, 0 dirs
/Network/Library/Fonts: skipping, no such directory
/System/Library/Fonts: caching, new cache contents: 59 fonts, 0 dirs
/opt/macports/share/fonts: caching, new cache contents: 0 fonts, 1
dirs
/opt/macports/share/fonts/urw-fonts: caching, new cache contents: 35
fonts, 0 dirs
/Users/nima/.fonts: skipping, no such directory
/Users/nima/.texmf/fonts/opentype: caching, new cache contents: 0
fonts, 1 dirs
/Users/nima/.texmf/fonts/opentype/public: caching, new cache contents:
0 fonts, 1 dirs
/Users/nima/.texmf/fonts/opentype/public/lm: caching, new cache
contents: 0 fonts, 5 dirs
/Users/nima/.texmf/fonts/opentype/public/lm/ComputerModern0.6.3a:
caching, new cache contents: 33 fonts, 0 dirs
/Users/nima/.texmf/fonts/opentype/public/lm/FontinSans45b: caching,
new cache contents: 5 fonts, 0 dirs
/Users/nima/.texmf/fonts/opentype/public/lm/FontinSansCyrillic46b:
caching, new cache contents: 5 fonts, 0 dirs
/Users/nima/.texmf/fonts/opentype/public/lm/Gentium102: caching, new
cache contents: 4 fonts, 0 dirs
/Users/nima/.texmf/fonts/opentype/public/lm/GentiumBasic1.1: caching,
new cache contents: 8 fonts, 0 dirs
/Users/nima/.texmf/fonts/truetype: skipping, no such directory
/Users/nima/.texmf/fonts/type1: skipping, no such directory
/opt/macports/var/cache/fontconfig: not cleaning non-existent cache
directory
/Users/nima/.fontconfig: cleaning cache directory
fc-cache: succeeded
%

....Now some testing...

% kpsewhich cmunrm.otf
/Users/nima/Library/texmf/fonts/opentype/public/lm/
ComputerModern0.6.3a/cmunrm.otf

....So far, all good....

% fc-list | grep -i cmuCMU Serif Extra:style=3DRomanSlanted
CMU Serif:style=3DBoldItalic
CMU Sans Serif:style=3DBoldOblique
CMU Concrete:style=3DItalic
CMU Concrete:style=3DRoman
CMU Bright:style=3DSemiBold
CMU Bright:style=3DBold
CMU Sans Serif Demi Condensed:style=3DDemiCondensed
CMU Typewriter Text Variable Width:style=3DMedium
CMU Serif Upright Italic:style=3DUprightItalic
CMU Serif:style=3DRoman
CMU Typewriter Text:style=3DBoldItalic
CMU Sans Serif:style=3DBold
CMU Typewriter Text:style=3DRegular
CMU Typewriter Text:style=3DBold
CMU Bright:style=3DRoman
CMU Classical Serif:style=3DItalic
CMU Typewriter Text Variable Width:style=3DItalic
CMU Typewriter Text:style=3DLightOblique
CMU Concrete:style=3DBoldItalic
CMU Bright:style=3DSemiBoldOblique
CMU Bright:style=3DBoldOblique
CMU Serif:style=3DBold
CMU Typewriter Text:style=3DItalic
CMU Typewriter Text:style=3DLight
CMU Bright:style=3DOblique
CMU Concrete:style=3DBold
CMU Sans Serif:style=3DOblique
CMU Typewriter Text:style=3DOblique
CMU Sans Serif:style=3DMedium
CMU Serif:style=3DItalic
CMU Serif Extra:style=3DBoldNonextended
CMU Serif Extra:style=3DBoldSlanted
%

....Great, ... now what?

It doesn't like spaces in the call to \setmainfont, so is there an
alias to all these fonts that has no space?  How do I find out what
the valid font names on a system are?

Thanks again for all your help, and Merry Christmas! :D

Nima

On Dec 23, 7:37=A0pm, Ulrike Fischer <ne...@nililand.de> wrote:
> Am Tue, 22 Dec 2009 18:19:07 -0800 (PST) schrieb Achaemenes:
>
> > Hi Ulrike,
>
> > Here's my first attempt at a MWE...
> > kpathsea: Invalid fontname `CMU Serif Roman', contains ' '
> > ! Font \zf@basefont=3D"CMU Serif Roman" at 10.0pt not loadable: Metric
> > Does this provide enough information?
>
> Yes, and I obviously was a bit tired, I should have seen it earlier:
>
> XeTeX use different methods to find fonts: with ExternalLocation it
> use the standard search pathes and the file name database and so the
> location /texmf/fonts/opentype/public/lm/ is fine.
>
> When you use the "real" font name, XeTeX use fontconfig to find it
> and obviously fails.
>
> On windows with miktex I would put the font either in a texmf-tree
> (/texmf/fonts/opentype/public/cm/...) or in the standard system
> folder for fonts of windows (C:\windows\fonts) and then call
> fc-cache -f to update the fontconfig cache.
>
> I don't know if texlive can use texmf-trees as default (when looking
> at the documentation I would say you need to add the trees first:http://w=
ww.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-370003.4.5)
> but putting the fonts in your system folder for fonts and perhaps
> calling fc-cache -f should work.
>
> --

0
Reply Achaemenes 12/24/2009 9:25:51 AM

Am Thu, 24 Dec 2009 01:25:51 -0800 (PST) schrieb Achaemenes:

> It doesn't like spaces in the call to \setmainfont, so is there an
> alias to all these fonts that has no space?

Spaces shouldn't be a problem if a font with this name exists. 

From your list e.g.
\setmainfont{CMU Serif} 
should work. 

-- 
Ulrike Fischer 
0
Reply Ulrike 12/24/2009 1:50:26 PM

Hi Ulrike,

> From your list e.g.
> \setmainfont{CMU Serif}
> should work.

I tried that too, However it still fails to find the font and goes
back to the same old error; Here is the test case...


%!TEX TS-program = XeLaTeX
%!TEX encoding = UTF-8 Unicode
\documentclass{article}
\usepackage{lipsum}
\usepackage{fontspec}
        \fontspec[ExternalLocation]{cmunrm}
        %. The next line causes the error...
        \setmainfont{CMU Serif}
\listfiles
\begin{document}
        \lipsum{}
\end{document}


....and the results...


This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009)
entering extended mode
(./Test.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek,
ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech,
danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german,
ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish,
italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal,
nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak,
slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh,
loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2009/texmf-dist/tex/latex/lipsum/lipsum.sty)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/fontspec/fontspec.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2009/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2009/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2009/texmf-dist/tex/generic/xkeyval/keyval.tex)))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/euenc/eu1enc.def)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/euenc/eu1lmr.fd))
fontspec.cfg loaded.
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/fontspec/fontspec.cfg))
kpathsea: Invalid fontname `CMU Serif', contains ' '

! Font \zf@basefont="CMU Serif" at 10.0pt not loadable: Metric (TFM)
file or in
stalled font not found.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.8         \setmainfont{CMU Serif}

?
Process aborted

! Emergency stop.
\zf@fontspec ...ntname \zf@suffix " at \f@size pt
                                                  \unless \ifzf@icu
\zf@set@...
l.8         \setmainfont{CMU Serif}

No pages of output.
Transcript written on Test.log.




Nima
0
Reply Achaemenes 12/25/2009 3:13:32 AM

10 Replies
467 Views

(page loaded in 0.212 seconds)

Similiar Articles:







7/24/2012 3:37:01 AM


Reply: