We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2528ae commit 5bacc52Copy full SHA for 5bacc52
build.sh
@@ -21,7 +21,7 @@ CROSSREF_TYPE="iso"
21
DO_AUTO_BACKMATTER="yes"
22
TEMPLATE_PDF="tcg.tex"
23
TEMPLATE_TYPST="tcg.typ"
24
-TEMPLATE_HTML=""
+HTML_TEMPLATE_ARGS=""
25
HTML_STYLESHEET_ARGS=""
26
CSL=""
27
@@ -176,7 +176,7 @@ while true; do
176
shift 2
177
;;
178
--template_html)
179
- TEMPLATE_HTML="${2}"
+ HTML_TEMPLATE_ARGS=" --template ${2}"
180
181
182
--html_stylesheet)
@@ -1027,7 +1027,7 @@ do_html() {
1027
-V toccolor=blue
1028
--embed-resources
1029
--standalone
1030
- --template=${TEMPLATE_HTML}
+ ${HTML_TEMPLATE_ARGS}
1031
${HTML_STYLESHEET_ARGS}
1032
--lua-filter=convert-diagrams.lua
1033
--lua-filter=parse-html.lua
0 commit comments