XeTeX

From Wikipedia, the free encyclopedia

Jump to: navigation, search
XeTeX
Developed by Jonathan Kew
Latest release 0.999.6 / September 2008
Operating system Cross-platform
Type Typesetting
License MIT License
Website http://scripts.sil.org/xetex

XeTeX (pronounced /ˈziːtɛx/ or /ˈziːtɛχ/, though English lacks /x/ or /χ/) is a TeX typesetting engine using Unicode and supporting modern font technologies such as OpenType or Apple Advanced Typography (AAT). It is written and maintained by Jonathan Kew and distributed under the X11 free software license.[1]

Initially developed for Mac OS X only, it is now available for all major platforms. It natively supports Unicode and the input file is assumed to be in UTF-8 encoding by default. XeTeX can use any fonts installed in the operating system without configuring TeX font metrics, and can make direct use of advanced typographic features of OpenType and AAT technologies such as alternative glyphs and swashes, optional or historic ligatures, and variable font weights. Support for OpenType local typographic conventions (locl tag) is also present. XeTeX even allows raw OpenType feature tags to be passed to the font. XeTeX also supports typesetting mathematics using Unicode fonts that contain special mathematical features, such as Cambria Math as an alternative to the traditional mathematical typesetting based on TeX font metrics.

Contents

[edit] Mode of operation

Rendering of ligatures in XeTeX using an OpenType font (Hoefler Text).

XeTeX processes input in two stages. In the first stage XeTeX outputs an extended DVI (xdv) file, which is then converted to PDF by a driver. In the default operating mode the xdv output is piped directly to the driver without producing any user-visible intermediate files. It is possible to run just the first stage of XeTeX and save the xdv, although as of July 2008 there are no viewers capable of displaying the intermediate format.

Two backend drivers are available to generate PDF from an xdv file:

  • xdv2pdf, which uses AAT, and only works on Mac OS X.
  • xdvipdfmx, a modified version of dvipdfmx, which in turn uses a modified version of ICU on top of standard FreeType and fontconfig. This driver works on all platforms.

Starting from version 0.997, the default driver is xdvipdfmx on all platforms.

XeTeX works well with both LaTeX and ConTeXt macro packages. Its LaTeX counterpart is invoked as xelatex. It is usually used with the fontspec package, which provides a configurable interface for font selection, and allows complex font choices to be named and later reused.[2]

XeTeX is bundled with the TeX Live 2008, MacTeX 2008 and MiKTeX 2.7 distributions.

[edit] Example

The following is an example of LaTeX source and rendered output. Fonts used are Lucida Sans Unicode and Hoefler Text. The text is to be processed by the command xelatex.

\documentclass{article}
\usepackage{fontspec} 
\usepackage{xunicode}
\usepackage{xltxtra}
\setmainfont[Mapping=tex-text]{Lucida Sans Unicode}
\begin{document}
\section{Unicode}
 
\subsection{Ελληνικά}
Το εδώ βασανίζουν χρειάζονται. Μια ώς τέτοιο ανεπιθύμητη. 
Ώς τέτοιο διορθώσει ώρα, σας βιαστικά συνεντεύξεις μεταγλωτίσει 
κι, μη την πάρα επενδυτής. Μου οι πάντα ελέγχου, ναι τελευταία 
εκφράσουν ας. Σε θέμα αλφα διαχειριστής από, αν εντολές 
τελευταία ροή.
 
\subsection{Русский}
Нас обеда быстрее проверить он, ещё за всех царь. Именно действий 
сохранение но вот. Вы зону большого над, языке английском лет их. 
Работе почему доверять ты тем. Хочу осуществлять нее от. Весьма 
письмо примерно бог ну, зону джоель ажиотажа до не, давать 
английски лет об.
 
\section{Legacy syntax}
When he goes---``Hello World!''\\
She replies—“Hello dear!”
 
\section{Ligatures}
\fontspec[Ligatures={Common, Rare}]{Hoefler Text Italic}
\fontsize{12pt}{18pt}\selectfont Questo è strano assai! 
 
\section{Numerals}
\fontspec[Numbers={OldStyle}]{Hoefler Text}Old style: 1234567\\
\fontspec[Numbers={Lining}]{Hoefler Text}Lining: 1234567
 
\end{document}
The rendered output.

[edit] History

XeTeX was initially released for Mac OS X only in April 2004 with built-in AAT and Unicode support. In 2005 support for OpenType layout features was first introduced. During BachoTeX 2006 a version for Linux was announced, which was ported to Microsoft Windows by Akira Kakuto a few months later, and finally included into TeX Live 2007 for all major platforms. XeTeX is also shipped with MiKTeX since version 2.7. As of the inclusion in TeX Live, XeTeX supports most macro packages written for LaTeX, OpenType, TrueType and PostScript fonts without any specific setup procedure. As of 2007,[3] future directions in XeTeX development include:

The upcoming 0.998 version announced at BachoTeX 2008 will support Unicode normalization via the \XeTeXinputnormalization command.

[edit] See also

[edit] References

  1. ^ "XeTeX downloads". http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex_download. Retrieved on 2007-04-02. 
  2. ^ Robertson, Will (2008-08-09). "The fonstpec package". http://www.ctan.org/tex-archive/macros/xetex/latex/fontspec/fontspec.pdf. Retrieved on 2009-01-08. 
  3. ^ Kew, Jonathan (2007-07-20). "XeTeX Live". TUG 2007: The 28th Annual Meeting of the TeX Users Group. Retrieved on 2008-07-25. 

[edit] External links

Personal tools