aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
497 stars 89 forks source link

Error compiling Git repo #15

Closed ktzanev closed 8 years ago

ktzanev commented 8 years ago

Your project looks very interesting !

I have tryed to compile this link : http://latex.aslushnikov.com/compile?git=https://github.com/ktzanev/m53lille1&target=DS/M53_2015-16_Rattrapage.tex

And the error was :

Error: DS/M53_2015-16_Rattrapage.tex:121: graphics `img_ellipse_segment' not found
compiling DS/M53_2015-16_Rattrapage.tex...
DS/macros_M53.sty: File `iftex.sty' not found.
DS/macros_M53.sty:4: Emergency stop.
DS/macros_M53.sty:4: leading text: \ifPDFTeX

My questions are :

aslushnikov commented 8 years ago

Thanks for the heads-up!

Indeed, the iftex.sty was missing. I've added it in 48dba78dae1058c669497a2956891c194a9b1fd9, everything should work now.

  • Can we compile a file in a sub-folder ?

Yes

  • What distribution do you use (in general iftex.sty is in all standard distributions) ?

The current distribution is a debian jessie with a few additional packages, described in the Dockerfile

Hope this helps!