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

Emergency Stop #54

Closed
rcnlee opened this issue May 16, 2020 · 2 comments
Closed

Emergency Stop #54

rcnlee opened this issue May 16, 2020 · 2 comments

Comments

@rcnlee
Copy link

rcnlee commented May 16, 2020

Hello, I get the following error when running the pgfplots example notebook. But I basically get the same error with all codes that use TikzPictures.jl. Any idea what it might be? I'm on Mac OS, Julia 1.4. I suspect it might be an installation issue, but I don't have another machine to test it on at the moment. Thanks!

> x = [1,2,3]
> y = [2,4,1]
> plot(x, y)
TikzPictures.TikzPicture("\\begin{axis}\\addplot+ coordinates {\n(1, 2)\n(2, 4)\n(3, 1)\n};\n\\end{axis}\n", "", "\\usepackage{pgfplots}\n\\pgfplotsset{compat=newest}\n\\pgfplotsset{every axis legend/.append style={%\ncells={anchor=west}}\n}\n\\usetikzlibrary{arrows}\n\\tikzset{>=stealth'}\n", true)
! Emergency stop.
<everyjob> ...ring \\def\string \\encodingdefault{OT1}')end }
                                                  \let \f@encoding \encoding...
l.1 
  \documentclass[tikz]{standalone}
End of file on the terminal!



Here is how much of LuaTeX's memory you used:
 8 strings out of 494300
 100000,89155 words of node,token memory allocated 241 words of node memory still in use:
   1 dir, 34 glue_spec nodes
   avail lists: 2:12,3:1,4:1
 4357 multiletter control sequences out of 65536+600000
 14 fonts using 591799 bytes
 5i,0n,1p,61b,15s stack positions out of 5000i,500n,10000p,200000b,100000s
!  ==> Fatal error occurred, no output PDF file produced!
@mykelk
Copy link
Member

mykelk commented May 16, 2020

I think there was an issue with the lualatex that shipped with texlive 2018. See this. You might want to just update to texlive 2020.

@rcnlee
Copy link
Author

rcnlee commented May 16, 2020

Thank you! I upgraded the texlive and texlive-latex-extra packages via macports and it works now.

@rcnlee rcnlee closed this as completed May 16, 2020
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

2 participants