reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Investigate how to build PDF logs faster #107

Open akerbos opened 7 years ago

akerbos commented 7 years ago

Building PDF logs is kind of slow.

  1. Are lualatex or pdflatex faster?
  2. Is plain TeX faster?
  3. Should we drop the error-link-arrows and make do with one engine run for the log?
koppor commented 7 years ago

Workaround: Generate markdown and use grip to render markdown in the browser. Drawback: GitHub knows the error locks as grip uses server-side markdown rendering.

reitzig commented 7 years ago

One can also use Pandoc locally to that end. On GNU/Linux, entr can be used to watch for the log file to change and re-run Pandoc to generate an HTML, which the browser can be configured to auto-refresh on changes (e.g. with Auto Reload in Firefox).