8 lines
227 B
Bash
Executable File
8 lines
227 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rst2html ispc.txt > ispc.html
|
|
|
|
#rst2latex --section-numbering --documentclass=article --documentoptions=DIV=9,10pt,letterpaper ispc.txt > ispc.tex
|
|
#pdflatex ispc.tex
|
|
#/bin/rm -f ispc.aux ispc.log ispc.out ispc.tex
|