summaryrefslogtreecommitdiff
path: root/support/style_showcase/build_web_page.sh
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/style_showcase/build_web_page.sh
Initial commit
Diffstat (limited to 'support/style_showcase/build_web_page.sh')
-rwxr-xr-xsupport/style_showcase/build_web_page.sh31
1 files changed, 31 insertions, 0 deletions
diff --git a/support/style_showcase/build_web_page.sh b/support/style_showcase/build_web_page.sh
new file mode 100755
index 0000000000..b9c9da261f
--- /dev/null
+++ b/support/style_showcase/build_web_page.sh
@@ -0,0 +1,31 @@
+#! /bin/sh
+# build_web_page.sh
+# Run the python script using various styles needed for the html page.
+# 2010-Feb-16 Jim Hefferon
+
+# Regular LaTeX article
+python style_showcase.py -t latex_article
+
+# AMS article
+python style_showcase.py -t amsart -d amsart
+
+# KOMA-Script article
+python style_showcase.py -t scrarctl -d scrartcl
+
+# acmconf article
+python style_showcase.py -t acmconf -d acmconf -e"\\ConferenceShortName{test}" -e"\\ConferenceName{Test}"
+
+# IEEEtran article
+python style_showcase.py -t IEEEtran -d IEEEtran
+
+# aastex
+python style_showcase.py -t aastex -d aastex -s"10pt,preprint"
+
+# elsarticle
+python style_showcase.py -t elsarticle -d elsarticle
+
+# ijmart
+python style_showcase.py -t ijmart -d ijmart
+
+
+