src/Doc/Sledgehammer/document/build
author paulson <lp15@cam.ac.uk>
Tue, 10 Nov 2015 14:18:41 +0000
changeset 61609 77b453bd616f
parent 56534 3ff16a7f0b2e
child 62589 b5783412bfed
permissions -rwxr-xr-x
Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53498
05313b45a5ae more portable hash-bang;
wenzelm
parents: 49072
diff changeset
     1
#!/usr/bin/env bash
48962
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     2
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     3
set -e
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     4
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     5
FORMAT="$1"
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     6
VARIANT="$2"
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     7
49072
747835eb2782 "isabelle logo" produces EPS and PDF format simultaneously;
wenzelm
parents: 48985
diff changeset
     8
"$ISABELLE_TOOL" logo -n isabelle_sledgehammer "S/H"
48985
5386df44a037 renamed doc-src to src/Doc;
wenzelm
parents: 48971
diff changeset
     9
"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"
48962
a1acc1cb0271 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    10