diff options
Diffstat (limited to 'Master/texmf-dist/source')
4 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/seuthesix/make_pdf.bat b/Master/texmf-dist/source/latex/seuthesix/make_pdf.bat new file mode 100755 index 00000000000..c5c8f315328 --- /dev/null +++ b/Master/texmf-dist/source/latex/seuthesix/make_pdf.bat @@ -0,0 +1,5 @@ +xelatex seuthesix & +bibtex seuthesix & +makeindex seuthesix.nlo -s nomencl.ist -o seuthesix.nls & +xelatex seuthesix & +xelatex seuthesix diff --git a/Master/texmf-dist/source/latex/seuthesix/makefile_engineering.bat b/Master/texmf-dist/source/latex/seuthesix/makefile_engineering.bat new file mode 100755 index 00000000000..58de7ab042c --- /dev/null +++ b/Master/texmf-dist/source/latex/seuthesix/makefile_engineering.bat @@ -0,0 +1,5 @@ +xelatex sample_engineering & +bibtex sample_engineering & +makeindex sample_engineering.nlo -s nomencl.ist -o sample_engineering.nls & +xelatex sample_engineering & +xelatex sample_engineering diff --git a/Master/texmf-dist/source/latex/seuthesix/makefile_masters.bat b/Master/texmf-dist/source/latex/seuthesix/makefile_masters.bat new file mode 100755 index 00000000000..5fdbc1d1443 --- /dev/null +++ b/Master/texmf-dist/source/latex/seuthesix/makefile_masters.bat @@ -0,0 +1,5 @@ +xelatex sample_masters & +bibtex sample_masters & +makeindex sample_masters.nlo -s nomencl.ist -o sample_masters.nls & +xelatex sample_masters & +xelatex sample_masters diff --git a/Master/texmf-dist/source/latex/seuthesix/makefile_phd.bat b/Master/texmf-dist/source/latex/seuthesix/makefile_phd.bat new file mode 100755 index 00000000000..aeba38c1812 --- /dev/null +++ b/Master/texmf-dist/source/latex/seuthesix/makefile_phd.bat @@ -0,0 +1,5 @@ +xelatex sample_phd & +bibtex sample_phd & +makeindex sample_phd.nlo -s nomencl.ist -o sample_phd.nls & +xelatex sample_phd & +xelatex sample_phd |