-
Notifications
You must be signed in to change notification settings - Fork 968
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
Error: ! Dimension too large. #122
Comments
I see you are already using it in the code pandoc-latex-template/eisvogel.tex Lines 322 to 323 in 7eff8ff
I tried to add |
Does the |
I don't know what I tweaked in the latex template but now I have this slightly different error:
|
It seems there is an internal limit on how long lines can be. Heres a quote from Joseph Wright on the issue:
So a possible workaround would be to insert linebreaks manually at certain intervals. |
Same error here.
In my case, there are lots of big pictures that may across pages. Hope that this issue could be fixed. |
I have a very long string in a code block, like that:
By default pdflatex can't wrap it and shows an error like this.
Someone as the exact same problem here https://stackoverflow.com/questions/20788464/pandoc-doesnt-text-wrap-code-blocks-when-converting-to-pdf/
The simpliest solution was to use
fvextra
package instead. So usingfvextra
will fix this issue and also #103.The text was updated successfully, but these errors were encountered: