diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-13 22:16:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-13 22:16:08 +0000 |
commit | 9580e6ab00cfd29e95ce12a2b69ba4ef165b7221 (patch) | |
tree | 3db534777b9fdef48b1f70812888240fdcea77ba /Master/texmf-dist/source/latex | |
parent | 1916527c4310ffc4b2517c1242af4658bfa44e06 (diff) |
seuthesix (13jan16)
git-svn-id: svn://tug.org/texlive/trunk@39377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
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 |