-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Latex cache error when building docs #7423
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
Comments
Can you look what is in the file? |
it's a binary file when opening in a text editor. Using Here's the tex that generates that dvi file: \documentclass{article}
\usepackage{type1cm}
\usepackage{textcomp}
\usepackage[papersize={72in,72in},body={70in,70in},margin={1in,1in}]{geometry}
\pagestyle{empty}
\begin{document}
\fontsize{10.000000}{12.500000}{\rmfamily $0.0$}
\end{document} |
Sounds like the problem in #6393; @WeatherGod can you elaborate on what's wrong / missing in the LaTeX install? @choldgraf Can you run any of |
@choldgraf Actually, that file uses a huge paper size; I ran it and the text is really tiny if zoomed out to fit the whole page. Maybe something is really there in the top-left? |
ah yeah, good catch. I see a |
But does |
I'm not sure what |
That would explain why it failed :-p We are being too aggressive translating errors coming from system process calls.
|
so....what should I do? re-install latex or something? |
You should be able to install packages with the mactex utilities. Not sure if it's in the mini install or what the right package is (try dvipng, probably), but hopefully a full reinstall should not be necessary. |
Ah ok - I installed |
Uninstalling my tex distribution and re-installing the full mactex distribution made this work for me, so I'm closing. Kinda sucks that you have to install a 5GB latex distribution in order to build the docs, but I guess that's the only (easy) option to build the latex examples. |
To help us understand and resolve your issue please check that you have provided
the information below.
On the master branch, MacOSX. I'm trying to build the matplotlib docs. I'm running into a strange latex error when building docs:
I've tried deleting this folder, and the error still comes up. I installed latex via the mini mactex package. Any ideas what's going on?
Extra tex packages I had to install (via texlive):
The text was updated successfully, but these errors were encountered: