Skip to content

Commit

Permalink
Upload compile list
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 Sep 27, 2023
1 parent c1be521 commit ad48e60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/env bash

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

0 comments on commit ad48e60

Please sign in to comment.