summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-04 20:52:38 +0000
committerKarl Berry <karl@freefriends.org>2018-06-04 20:52:38 +0000
commite2e3a74fb516651d3e9dff637605f85038e6ae3e (patch)
tree9710f38331a5656d85ea85c4e40344b81a96eefb /Master/texmf-dist/source/latex
parente0bd44e5ad91047ec422c1467e256bac2589e498 (diff)
scientific-thesis-cover (4jun18)
git-svn-id: svn://tug.org/texlive/trunk@47923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rwxr-xr-xMaster/texmf-dist/source/latex/scientific-thesis-cover/release.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/scientific-thesis-cover/release.bat b/Master/texmf-dist/source/latex/scientific-thesis-cover/release.bat
new file mode 100755
index 00000000000..34d8423140e
--- /dev/null
+++ b/Master/texmf-dist/source/latex/scientific-thesis-cover/release.bat
@@ -0,0 +1,11 @@
+@echo off
+
+rem Generate deml.pdf
+pdflatex demo
+
+rem Generate scientific-thesis-cover.pdf out of README.md
+copy README.md scientific-thesis-cover.md
+sed -i "s/.*svg.*//" scientific-thesis-cover.md
+pandoc -f markdown_github-hard_line_breaks -t latex scientific-thesis-cover.md -o scientific-thesis-cover.pdf
+
+ctanify --noauto --notds README.md CHANGELOG.md scientific-thesis-cover.sty scientific-thesis-cover.pdf demo.tex demo.pdf release.bat