reporter icon indicating copy to clipboard operation
reporter copied to clipboard

LateX error

Open amfgomez opened this issue 5 years ago • 1 comments

Hello: I am using the docker version. When I have tried to execute the report, the service response the following error:

2020/01/08 13:15:15 Calling LaTeX - preprocessing 2020/01/08 13:15:15 Error generating report: error calling LaTeX preprocessing: "exit status 1". Latex preprocessing failed with output: This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./report.tex LaTeX2e <2019-10-01> patch level 3 (/opt/TinyTeX/texmf-dist/tex/latex/base/article.cls Document Class: article 2019/10/25 v1.4k Standard LaTeX document class (/opt/TinyTeX/texmf-dist/tex/latex/base/size10.clo)) (/opt/TinyTeX/texmf-dist/tex/latex/graphics/graphicx.sty (/opt/TinyTeX/texmf-dist/tex/latex/graphics/keyval.sty) (/opt/TinyTeX/texmf-dist/tex/latex/graphics/graphics.sty (/opt/TinyTeX/texmf-dist/tex/latex/graphics/trig.sty) (/opt/TinyTeX/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/opt/TinyTeX/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/opt/TinyTeX/texmf-dist/tex/latex/geometry/geometry.sty (/opt/TinyTeX/texmf-dist/tex/generic/iftex/ifvtex.sty (/opt/TinyTeX/texmf-dist/tex/generic/iftex/iftex.sty))) No file report.aux.

! LaTeX Error: File `epstopdf-base.sty' not found.

Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

Enter file name: ! Emergency stop. <read *>

l.8 \begin{document} ^^M ! ==> Fatal error occurred, no output PDF file produced! Transcript written on report.log.

amfgomez avatar Jan 08 '20 13:01 amfgomez

I struggled with this problem few days ago. Try this: tlmgr install epstopdf-pkg

I've created a Pull request upstream in TinyTex. When/If they merge it, no manual intervention should be needed.

DraganBocevski avatar Jan 09 '20 13:01 DraganBocevski