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

Warn users about frustrating latex quirks #56

Open
tomhoule opened this issue May 5, 2017 · 0 comments
Open

Warn users about frustrating latex quirks #56

tomhoule opened this issue May 5, 2017 · 0 comments
Labels

Comments

@tomhoule
Copy link
Contributor

tomhoule commented May 5, 2017

I just hit my head on this:

\documentclass[a4paper]{article}

\usepackage[multidot]{grffile}
\usepackage{pdfpages}
\begin{document}


\includepdf[pages={-}]{batch_programmierung.pdf}
\includepdf[pages={-}]{out.of the.pdf}

\end{document}

The above works, but not this:

\documentclass[a4paper]{article}

\usepackage{pdfpages}
\usepackage[multidot]{grffile}
\begin{document}


\includepdf[pages={-}]{batch_programmierung.pdf}
\includepdf[pages={-}]{out.of the.pdf}

\end{document}

(the order of imports is significant)

@tomhoule tomhoule changed the title Warn users about frustratingly dumb latex things Warn users about frustrating latex quirks May 14, 2017
@tomhoule tomhoule added the docs label May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant