blob: 28ec55e5e5ae820baf53ece3d0d793b85dae621c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
beamer:
pdflatex -synctex=1 -interaction=nonstopmode main
bibtex main
pdflatex -synctex=1 -interaction=nonstopmode main
pdflatex -synctex=1 -interaction=nonstopmode main
doc:
xelatex hitszbeamer.dtx
makeindex -s gind.ist -o hitszbeamer.ind hitszbeamer.idx
makeindex -s gglo.ist -o hitszbeamer.gls hitszbeamer.glo
xelatex hitszbeamer.dtx
xelatex hitszbeamer.dtx
clean:
rm -f *.toc *.bbl *.blg *.out *.aux *.log *.bak *.thm *.synctex.gz *.fdb_latexmk *.fls *.glo *.gls *.idx *.ilg *.ind *.nav *.snm *.hd
cleanall:
rm -f *.toc *.bbl *.blg *.out *.aux *.log *.bak *.thm *.synctex.gz *.fdb_latexmk *.fls *.glo *.gls *.idx *.ilg *.ind *.nav *.snm *.hd *.sty *.ins
|