[tex-live] landscape parameter of geometry package not honored by lualatex
François Legendre
F.Legendre at u-pec.fr
Sat Sep 9 12:48:29 CEST 2017
Hi,
The landscape parameter of geometry package is not honored by
lualatex. My MWE is
\documentclass{article}
\usepackage{fontspec}
\usepackage[a4paper, landscape]{geometry}
\usepackage{lipsum}
%\usepackage{xcolor}
\begin{document}
\lipsum
\end{document} to
The PDF output is a A4 paper but with portrait orientation. The use of
the xcolor package is a way to suppress the bug.
When I run this MWE with the pdflatex engine, all is OK :
\documentclass{article}
\usepackage[a4paper, landscape]{geometry}
\usepackage{lipsum}
%\usepackage{xcolor}
\begin{document}
\lipsum
\end{document}
I attach the two logs to my mail.
I use the last updated TeX Live 2017 with a GNU/Linux Debian PC.
Cheers,
François
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mwe-lualatex.log
Type: text/x-log
Size: 24175 bytes
Desc: not available
URL: <http://tug.org/pipermail/tex-live/attachments/20170909/09d0cb04/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mwe-pdflatex.log
Type: text/x-log
Size: 4465 bytes
Desc: not available
URL: <http://tug.org/pipermail/tex-live/attachments/20170909/09d0cb04/attachment-0003.bin>
More information about the tex-live
mailing list