[OS X TeX] euro symbol?
Peter Dyballa
Peter_Dyballa at Web.DE
Tue Feb 20 18:29:34 EST 2007
Am 20.02.2007 um 23:59 schrieb Jeffrey Roland:
> ! Font U/eurosans/m/n/10.95=zpeurs at 10.95pt not loadable: Metric
> (TFM) file n
> ot found.
TeX found that the package was not correctly installed. Did you
forget a 'sudo texhash' for example?
Instead you can use the € symbol contained in a (rich and) modern
PostScript or TrueType font:
\usepackage[T1]{fontenc}
\usepackage[euro]{textcomp} % << that's the important package
\usepackage[latin9]{inputenc} % knows €, latin1 does not!
Simply typing € in the text will make it appear. If you want a
particular shape to appear, then use \textrm{€} or \textsf{€} or
\texttt{€}, together with bold, italic, slanted, some particular
size ...
The textcomp package allows you to choose more symbols from a modern
PostScript or TrueType font. Its documentation is not perfect.
Looking into the STY file will reveal the relevant things (symbol
names) and the options you can pass to package. For a few PostScript
fonts these options are already pre-defined. It's part of fontinst,
so 'texdoc fontinst' will add some details, but not explain much.
--
Greetings
Pete
<\
\__ O __O
| O\ _\\/\-% _`\<,
'()-'-(_)--(_) (_)/(_)
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the MacOSX-TeX
mailing list