[XeTeX] IPA characters

Daniel Greenhoe dgreenhoe at gmail.com
Mon Oct 17 22:47:48 CEST 2011


> Am 16.10.2011 um 20:33 schrieb Hendrik Maryns:
>> I installed stix fonts, but how do I call it in fontspec?

Using fontspec, you can simply use the STIX font file names. Here is
an example using the "General" STIX fonts:

\documentclass{book}
\usepackage{fontspec}
\newfontfamily{\fntSTIX}[
  Extension      = {.otf},
  UprightFont    = {*},
  BoldFont       = {*Bol},
  ItalicFont     = {*Italic},
  BoldItalicFont = {*BolIta},
  ]{STIXGeneral}
\begin{document}
default font:  abcdefgABCDEFG \\
\fntSTIX
STIX font: abcdefgABCDEFG
\end{document}

Dan

On Mon, Oct 17, 2011 at 4:44 PM, Joachim Trinkwitz <jtr at uni-bonn.de> wrote:
> Am 16.10.2011 um 20:33 schrieb Hendrik Maryns:
>
>> I installed stix fonts, but how do I call it in fontspec?
>
> Try 'otfinfo -i' on the font file, best bet is the "PostScript name".
>
> Joachim
>
> --
> Dr. Joachim Trinkwitz     E-Mail: jtr at uni-bonn.de
> Institut für Germanistik, Tel.: 0228-737565
> Vergleichende Literatur-  www.germanistik.uni-bonn.de
> und Kulturwissenschaft    www.comicforschung.uni-bonn.de
> der Universität Bonn      53012 Bonn
>
>
>
>
>
>
> --------------------------------------------------
> Subscriptions, Archive, and List information, etc.:
>  http://tug.org/mailman/listinfo/xetex
>



More information about the XeTeX mailing list