I'm compiling with XeLaTeX via Kile, but he doesn't even recognize the setmainfont-command, "undefined control sequence". It works when leaving out setmainfont.
Code: Select all
\documentclass[11pt]{article}
\usepackage{xltxtra}
\setmainfont[Mapping=tex-text]{Linux Libertine O}
\begin{document}
\section{test}
test
\end{document}