From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/style_showcase/build_web_page.sh | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 support/style_showcase/build_web_page.sh (limited to 'support/style_showcase/build_web_page.sh') 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 + + + -- cgit v1.2.3