summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/scientific-thesis-cover/release.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/scientific-thesis-cover/release.bat')
-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