10 lines
88 B
Bash
10 lines
88 B
Bash
#!/bin/bash -v
|
|
|
|
DOC=the_floatimg_hack
|
|
|
|
pdflatex $DOC.tex
|
|
|
|
makeindex $DOC
|
|
|
|
pdflatex $DOC
|