diff options
author | KatolaZ <katolaz@yahoo.it> | 2015-10-19 17:16:44 +0100 |
---|---|---|
committer | KatolaZ <katolaz@yahoo.it> | 2015-10-19 17:16:44 +0100 |
commit | 30ae28e6f8f355198148e91d55bcd816d2d67565 (patch) | |
tree | 29ad122a12cad4664aee062682d546ff61fc8eb1 /doc/latex/make_doc.sh | |
parent | c732acb87af64eb680c6c01d77b4d32bc308c8f8 (diff) |
Few changes to doc files
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 |