Skip to content

Commit

Permalink
Update generation script
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Jun 16, 2024
1 parent ad48e60 commit f8d1408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/env bash

pdflatex --interaction=nonstopmode hm.tex
pdflatex --interaction=nonstopmode hm.tex
lualatex --interaction=nonstopmode hm.tex
lualatex --interaction=nonstopmode hm.tex
bibtex hm
pdflatex --interaction=nonstopmode hm.tex
lualatex --interaction=nonstopmode hm.tex
lwarpmk html
lwarpmk limages
bibtex hm_html
Expand Down

0 comments on commit f8d1408

Please sign in to comment.