File: runPDFLaTeX

package info (click to toggle)
texlive-doc 2012.20120611-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 250,664 kB
  • sloc: xml: 18,901; perl: 13,380; makefile: 931; lisp: 394; sh: 313; awk: 205; java: 159; sed: 4
file content (8 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
pdflatex Mathmode.ltx
pdflatex Mathmode.ltx
bibtex Mathmode
makeindex -s Mathmode.ist Mathmode.idx
pdflatex Mathmode.ltx
pdflatex Mathmode.ltx
rm *.log *.aux *.toc *.dvi *.blg *.bbl *.out *.tmp *.ind *.ilg *.idx *.lo?