[XeTeX] Texlive 2007 problem - Fontshape undefined

Peter Dyballa Peter_Dyballa at Web.DE
Wed Apr 18 01:30:05 CEST 2007


Am 18.04.2007 um 01:03 schrieb Carlo Strub:

> Does anybody have an idea on what I am doing wrong?

Do not use any font or input encoding statements from traditional  
LaTeX. A XeLaTeX file might start with:

	\documentclass{article}
	\usepackage[latin]{babel}
	\usepackage{graphics}
	\usepackage{fontspec,xunicode,xltxtra}
	\defaultfontfeatures{Mapping=tex-text}
	\setmainfont{Palatino Linotype}
	\begin{document}

The body is kept in UTF-8 encoding.

--
Greetings

   Pete

"If you don't find it in the index, look very carefully through the  
entire
  catalogue."          –  Sears, Roebuck, and Co., Consumer's Guide,  
1897





More information about the XeTeX mailing list