[XeTeX] koma-script in landscape and xelatex

Ulrike Fischer news2 at nililand.de
Wed Mar 26 19:52:54 CET 2008


Am Wed, 26 Mar 2008 18:35:12 +0100 schrieb Alex Hamann:

> Hi list,
> has anybody ever tested to create a pdf in landscape format with the  
> koma-script classes and xelatex?
> I struggle hard, but this preamble will set the text in landscape but  
> not so the page itself.
> 
> \documentclass[a4paper,landscape]{scrartcl}
> \usepackage{fontspec,xunicode}
> \begin{document}
> hohoho
> \end{document}

\documentclass[paper=a4,landscape,pagesize]{scrartcl}
\usepackage{fontspec,xunicode}
\begin{document}
hohoho
\end{document}

(a4paper will work too. But newer KOMA-classes use a key-val-syntax
 
> I was able to get what I want by switching to latex and iso-latin-1  
> but just adding or removing a single package (e.g. babel) could lead  
> to the same outcome as described above.

I doubt that babel has any effect on the pagesize. 


-- 
Ulrike Fischer 



More information about the XeTeX mailing list