tweh / menukeys

A LaTeX package to typeset menu sequences, key strokes, paths etc.
47 stars 4 forks source link

menukeys changes page size #28

Closed tweh closed 11 years ago

tweh commented 11 years ago

(by Denis)

AFAICS, menukeys changes the page size of the documents: running pdflatex on the following test.tex file

\documentclass{article}
% \usepackage{menukeys}
\begin{document}
   Foo
\end{document}

leads to an A4 page size document (setting I chose when installing TeX Live 2013):

 $ pdfinfo test.pdf | grep 'Page size'
 Page size:      595.276 x 841.89 pts (A4)

but, with menukeys loaded, to a letter page size document:

 $ pdfinfo test.pdf | grep 'Page size'
 Page size:      612 x 792 pts (letter)
tweh commented 11 years ago

Seems to be a bug in xparse not in menukeys :-)