author | wenzelm |
Tue, 28 Aug 2012 12:22:10 +0200 | |
changeset 48956 | d54a3d39ba85 |
parent 48947 | 7eee8b2d2099 |
child 48971 | 5a4bcf466156 |
permissions | -rwxr-xr-x |
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
1 |
#!/bin/bash |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
2 |
|
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
3 |
set -e |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
4 |
|
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
5 |
FORMAT="$1" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
6 |
VARIANT="$2" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
7 |
|
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
8 |
"$ISABELLE_TOOL" logo -o isabelle_hol.pdf "HOL" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
9 |
"$ISABELLE_TOOL" logo -o isabelle_hol.eps "HOL" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
10 |
|
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
11 |
cp "$ISABELLE_HOME/doc-src/ProgProve/MyList.thy" . |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
12 |
|
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
13 |
"$ISABELLE_TOOL" latex -o sty |
48956 | 14 |
cp "$ISABELLE_HOME/doc-src/pdfsetup.sty" . |
15 |
||
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
16 |
"$ISABELLE_TOOL" latex -o "$FORMAT" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
17 |
"$ISABELLE_TOOL" latex -o bbl |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
18 |
"$ISABELLE_TOOL" latex -o "$FORMAT" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
19 |
"$ISABELLE_TOOL" latex -o "$FORMAT" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
20 |
[ -f root.out ] && "$ISABELLE_HOME/doc-src/fixbookmarks" root.out |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
21 |
"$ISABELLE_TOOL" latex -o "$FORMAT" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
diff
changeset
|
22 |
"$ISABELLE_TOOL" latex -o "$FORMAT" |