Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong option passed to the geometry package #73

Open
dbitouze opened this issue Nov 20, 2023 · 0 comments
Open

Wrong option passed to the geometry package #73

dbitouze opened this issue Nov 20, 2023 · 0 comments

Comments

@dbitouze
Copy link

dbitouze commented Nov 20, 2023

Consider the following MCE (test.tex):

\documentclass{article}
\usepackage{blindtext}
\begin{document}
\Blinddocument
\end{document}

the compilation of which resulting in a 16 pages PDF (joined) file.

With the current (3.10) version of pdfjam, running:

pdfjam --nup 2x2 --landscape test.pdf

fails with the error:

pdfjam ERROR: Run 1: Output file not written

A glance at the .tex temporary file used by pdfjam reveals that the problem comes from the option given to the geometry package:

\usepackage[papersize={A4A4,A4A4}]{geometry}

test.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant