[OS X TeX] Font app. loaded but not displayed
Florian Ilgenfritz
flo at flo.franken.de
Thu Dec 9 21:01:48 CET 2004
Hello list,
I've been struggling for almost two weeks now trying to use a MS
Verdana that came as a .ttf file in LaTeX, specifically pdflatex in
TeXShop. I have now reached a point where I'm really stuck and I
thought it might be justified to bring up that topic again... :)
I converted the .ttf with ttf2tex, I heard only afterwards that it
would have been easier using XeTeX, but actually XeTeX failed to
install properly on my system. Well, different story probably... :)
The conversion of the file seemed to have worked fine (thanks to the
author's support), and from the LaTeX output it looks like TeX loads
the assoiciated map file, the .fd file, uses the right encoding vector
and finally loads the .ttf.
But unfortunately the document isn't set in the font, instead, the CM
Sans Serif is used without a substitution being reported.
I have the following commands in the respective files:
In a verdana_sf.sty package file:
%%%%%
%(...)
\DeclareOption{sf}{%
\renewcommand{\familydefault}{\sfdefault}}
\ProcessOptions\relax
\renewcommand{\sfdefault}{mve}
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
\RequirePackage{ifpdf}
\ifpdf
\pdfmapfile{+mve.map}
\else
% whatever
\fi
\endinput
%%%%%%%%%%%%%
In the class file which loads the above package:
%%%
%(...)
\RequirePackage[sf]{verdana_sf}
\renewcommand{\normalsize}{\fontsize{9}{13}}
\renewcommand{\normalfont}{\sffamily\normalsize\selectfont}
%(...)
%%%
And in the document itself I just issue a \normalfont command.
Any hints and help would be much appreciated; please ask if any further
logs or outputs could help solving the problem.
Greetings,
Florian Ilgenfritz
Florian Ilgenfritz
--
Zentrum virtUOS
Uni Osnabrueck
http://www.virtuos.uni-osnabrueck.de
Tel.: 0541/969-6513
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the macostex-archives
mailing list