OthersBaseTeX with TeXShop

Information and discussion about other TeX distributions not listed above; installation, administration; field reports
Post Reply
elim
Posts: 10
Joined: Fri Jan 14, 2011 3:59 pm

BaseTeX with TeXShop

Post by elim »

I'm looking for a small TeX package for OS X Lion.

I found BaseTeX and TeXShop solution which looks fit my preference since I just don't like 1.8Gb total solutions of MacTeX.

But I got errors for unicode content with BaseTeX, even simply compile the sample file shipped with BaseTeX in its documentation BaseTeX.pdf (see compiling output below).

I installed the fonts needed, but the errors still there. I'm googling around, no solution found. See below for the compiler output.

Code: Select all

...
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/euenc/eu1lmr.fd)kpathsea: Invalid fontname `[lmroman10-regular]', contains '['


/usr/local/texlive/2011basic/texmf-dist/tex/latex/base/fontenc.sty:100: Font EU
1/lmr/m/n/10=[lmroman10-regular]:mapping=tex-text at 10.0pt not loadable: Metri
c (TFM) file or installed font not found.

<to be read again> 
relax 
l.100 \fontencoding\encodingdefault\selectfont

? s
OK, entering scrollmode...

) (/usr/local/texlive/2011basic/texmf-dist/tex/xelatex/xunicode/xunicode.sty)
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/fontspec/fontspec.cfg))
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/xltxtra/xltxtra.sty

(/usr/local/texlive/2011basic/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/realscripts/realscripts.sty)
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/metalogo/metalogo.sty))

No file BaseTex1.aux.
*geometry* driver: auto-detecting
*geometry* detected driver: xetex
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/local/texlive/2011basic/texmf-dist/tex/latex/amsfonts/umsb.fd) [1]

(./BaseTex1.aux) )
(see the transcript file for additional information)
Output written on BaseTex1.pdf (1 page).
SyncTeX written on BaseTex1.synctex.gz.
Transcript written on BaseTex1.log.
Any help is much appreciated. Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

BaseTeX with TeXShop

Post by Stefan Kottwitz »

elim wrote:I installed the fonts needed
Which fonts, and how did you install them? Because there seems to be a metric file missing:
Font EU1/lmr/m/n/10=[lmroman10-regular]:mapping=tex-text at 10.0pt not loadable: Metric (TFM) file or installed font not found.
Stefan
LaTeX.org admin
elim
Posts: 10
Joined: Fri Jan 14, 2011 3:59 pm

Re: BaseTeX with TeXShop

Post by elim »

I found the msg below from web and so installed Latin Modern Roman using font book to the collection Modern. I don't know what else I can do though...


>> (/usr/local/texlive/2011basic/texmf-dist/tex/latex/euenc/eu1lmr.fd)kpathsea: Invalid fontname `[lmroman10-regular]', contains '['

This message tells you that fontspec does not receive the requested font from the Mac OS X font service.

Check with Font Book („Schriftsammlung“) whether the Latin Modern fonts are known to the system. If not, then create a new library in Font Book and then add the fonts! Add don't add the PostScript Type 1 fonts when XeTeX deals with OpenType features! Finally make the library and its fonts active.

Apple once provided its Font Tools suite. It can still be downloaded and used – you just need PowerPC hardware or a Mac OS X in which Rosetta works. No Lion...

--

Mit friedvollen Grüßen

Pete

Vielfalt im Regal statt Einfalt im Hirn!
User avatar
EnriqueVilla
Posts: 20
Joined: Thu Jun 26, 2025 10:31 pm

Re: BaseTeX with TeXShop

Post by EnriqueVilla »

Hi! It looks like BaseTeX is missing some fonts or they’re not properly installed, causing those errors. You might want to update your TeX distribution or try installing the full MacTeX instead—it's bigger but includes all fonts and avoids these issues.
Post Reply