Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2017 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/163040b9139e8324ec63ad79f4c80331 to your computer and use it in GitHub Desktop.
Save anonymous/163040b9139e8324ec63ad79f4c80331 to your computer and use it in GitHub Desktop.
~ $ time pdftex --interaction=batchmode test.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdftex)
restricted \write18 enabled.
entering extended mode
real 0m3.716s
user 0m3.708s
sys 0m0.004s
~ $ time xetex --interaction=batchmode test.tex
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xetex)
restricted \write18 enabled.
entering extended mode
real 0m4.111s
user 0m3.860s
sys 0m0.020s
~ $ time luatex --interaction=batchmode test.tex
This is LuaTeX, Version 0.95.0 (TeX Live 2016)
restricted system commands enabled.
real 0m3.860s
user 0m3.788s
sys 0m0.020s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment