[XeTeX] "Missing" system fonts

caapv 208 caapv208 at yahoo.co.jp
Fri May 25 16:02:21 CEST 2007


--- John Smith <jds10 at cam.ac.uk> wrote:

>   ! Font \bigrm=Courier_IndUni at 15.0pt not
> loadable: Metric (TFM) file
>   or installed font not found.
>   <to be read again>
>                      \font
>   \usecourier ...igrm ="Courier_IndUni" at15pt\font
>                                                    
> \bigit
> 						    ="Courier_IndUni-Ob...
>   l.31 \usecourier

Observe the space instead of the under score: The name
of the font is "Courier IndUni" rather than
"Courier_IndUni"
Try this:

\documentclass[12pt]{article}
\usepackage{fontspec}

\begin{document}
\Large
\fontspec{Courier IndUni}
Hello \textit{world!}

\textbf{Hello \textit{world!}}

\fontspec{Helvetica IndUni}
Hello \textit{world!}

\textbf{Hello \textit{world!}}
\end{document}


> John Smith
> 
> --
> Dr J. D. Smith
> jds10 at cam.ac.uk
> http://bombay.indology.info

Regards,
SMiyata

--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



More information about the XeTeX mailing list