src/Doc/LaTeXsugar/document/build
author traytel
Fri, 28 Sep 2012 13:16:10 +0200
changeset 49641 9b831f93d4e8
parent 48985 5386df44a037
child 53498 05313b45a5ae
permissions -rwxr-xr-x
tuned tactic
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48949
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     1
#!/bin/bash
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     2
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     3
set -e
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     4
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     5
FORMAT="$1"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     6
VARIANT="$2"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     7
48985
5386df44a037 renamed doc-src to src/Doc;
wenzelm
parents: 48971
diff changeset
     8
"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"
48956
d54a3d39ba85 prefer doc-src/pdfsetup.sty;
wenzelm
parents: 48949
diff changeset
     9