[XeTeX] vmargin package
Ulrike Fischer
news2 at nililand.de
Thu Dec 4 14:06:48 CET 2008
Am Thu, 04 Dec 2008 13:53:44 +0100 schrieb Benct Philip Jonsson:
> Does the vmargin package work with XeLaTeX,
> i.e. will the pdf pagesize be the one set with
> vmargin? The vmargin manual makes a point of
> the fact that it works with the pdflatex package,
> so I thought that maybe something hairy is
> going on here...
As far as I can see vmargin doesn't set the pdf pagesize. You will have
to do it yourself (also if you use pdflatex)
\documentclass{article}
\usepackage{vmargin}
\setpapersize{A5}
\pdfpagewidth\paperwidth
\pdfpageheight\paperheight
\begin{document}
abc
\end{document}
--
Ulrike Fischer
More information about the XeTeX
mailing list