7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pdflatex $1.tex
|
|
bibtex $1
|
|
pdflatex $1.tex
|
|
pdflatex $1.tex
|