diff options
Diffstat (limited to 'doc/latex/make_doc.sh')
-rwxr-xr-x | doc/latex/make_doc.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/latex/make_doc.sh b/doc/latex/make_doc.sh new file mode 100755 index 0000000..81dea3c --- /dev/null +++ b/doc/latex/make_doc.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +htlatex mammult_doc.tex "html,index=2,3,4,5,next" "" -d../html/ +rm *.html + +pdflatex mammult_doc.tex |