summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/makecormorant.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/makecormorant.sh')
-rwxr-xr-xmacros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/makecormorant.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/makecormorant.sh b/macros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/makecormorant.sh
new file mode 100755
index 0000000000..47af449ed1
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/makecormorant.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+#for i in default sidebar ; do (
+for i in default infolines sidebar tree; do (
+ lualatex \\def\\outername\{"$i"\}\\def\\colorname\{"cormorant"\}\\input example.tex;
+ mv example.pdf cormorantexample"$i".pdf;
+ )
+done