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

Xelatex/LuaLatex through commandline #45

Closed amitmohanty closed 5 years ago

amitmohanty commented 6 years ago

Commandline only supports PDFLATEX. Is there any way I can use the command line to run xelatex or lualatex? What would be a syntax for it?

What would be the syntax if I want to use some fonts on my computer?

Currently, I am doing this -

./laton myText.tex

Thanks Amit