src/Doc/System/Presentation.thy
author wenzelm
Thu, 10 Mar 2016 12:11:50 +0100
changeset 62588 cd266473b81b
parent 62013 92a2372a226b
child 63669 256fc20716f2
permissions -rw-r--r--
isabelle_process is superseded by "isabelle process" tool; tuned tool usage; misc updates and tuning of "system" manual;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61656
cfabbc083977 more uniform jEdit properties;
wenzelm
parents: 61575
diff changeset
     1
(*:maxLineLen=78:*)
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
     2
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
     3
theory Presentation
43564
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 42009
diff changeset
     4
imports Base
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
     5
begin
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
     6
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
     7
chapter \<open>Presenting theories \label{ch:present}\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
     8
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
     9
text \<open>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    10
  Isabelle provides several ways to present the outcome of formal
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    11
  developments, including WWW-based browsable libraries or actual printable
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    12
  documents. Presentation is centered around the concept of \<^emph>\<open>sessions\<close>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    13
  (\chref{ch:session}). The global session structure is that of a tree, with
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    14
  Isabelle Pure at its root, further object-logics derived (e.g.\ HOLCF from
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    15
  HOL, and HOL from Pure), and application sessions further on in the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    16
  hierarchy.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    17
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    18
  The tools @{tool_ref mkroot} and @{tool_ref build} provide the primary means
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    19
  for managing Isabelle sessions, including proper setup for presentation;
62588
cd266473b81b isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents: 62013
diff changeset
    20
  @{tool build} tells the Isabelle process to run any additional stages
cd266473b81b isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents: 62013
diff changeset
    21
  required for document preparation, notably the @{tool_ref document} and
cd266473b81b isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents: 62013
diff changeset
    22
  @{tool_ref latex}. The complete tool chain for managing batch-mode Isabelle
cd266473b81b isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents: 62013
diff changeset
    23
  sessions is illustrated in \figref{fig:session-tools}.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    24
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    25
  \begin{figure}[htbp]
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    26
  \begin{center}
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    27
  \begin{tabular}{lp{0.6\textwidth}}
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    28
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
    29
      @{tool_ref mkroot} & invoked once by the user to initialize the
61503
28e788ca2c5d more control symbols;
wenzelm
parents: 61493
diff changeset
    30
      session \<^verbatim>\<open>ROOT\<close> with optional \<^verbatim>\<open>document\<close>
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
    31
      directory; \\
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    32
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
    33
      @{tool_ref build} & invoked repeatedly by the user to keep
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
    34
      session output up-to-date (HTML, documents etc.); \\
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    35
62588
cd266473b81b isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents: 62013
diff changeset
    36
      @{tool_ref process} & run through @{tool_ref build}; \\
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    37
48602
342ca8f3197b more uniform usage of "isabelle tool";
wenzelm
parents: 48590
diff changeset
    38
      @{tool_ref document} & run by the Isabelle process if document
342ca8f3197b more uniform usage of "isabelle tool";
wenzelm
parents: 48590
diff changeset
    39
      preparation is enabled; \\
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    40
48602
342ca8f3197b more uniform usage of "isabelle tool";
wenzelm
parents: 48590
diff changeset
    41
      @{tool_ref latex} & universal {\LaTeX} tool wrapper invoked
342ca8f3197b more uniform usage of "isabelle tool";
wenzelm
parents: 48590
diff changeset
    42
      multiple times by @{tool_ref document}; also useful for manual
342ca8f3197b more uniform usage of "isabelle tool";
wenzelm
parents: 48590
diff changeset
    43
      experiments; \\
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    44
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    45
  \end{tabular}
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    46
  \caption{The tool chain of Isabelle session presentation} \label{fig:session-tools}
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    47
  \end{center}
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    48
  \end{figure}
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
    49
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    50
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    51
62013
92a2372a226b discontinued documentation of old browser;
wenzelm
parents: 61656
diff changeset
    52
section \<open>Generating HTML browser information \label{sec:info}\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    53
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
    54
text \<open>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    55
  As a side-effect of building sessions, Isabelle is able to generate theory
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    56
  browsing information, including HTML documents that show the theory sources
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    57
  and the relationship with its ancestors and descendants. Besides the HTML
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    58
  file that is generated for every theory, Isabelle stores links to all
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    59
  theories of a session in an index file. As a second hierarchy, groups of
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    60
  sessions are organized as \<^emph>\<open>chapters\<close>, with a separate index. Note that the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    61
  implicit tree structure of the session build hierarchy is \<^emph>\<open>not\<close> relevant
51417
d266f9329368 sessions may be organized via 'chapter' in ROOT;
wenzelm
parents: 51054
diff changeset
    62
  for the presentation.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    63
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
    64
  \<^medskip>
62013
92a2372a226b discontinued documentation of old browser;
wenzelm
parents: 61656
diff changeset
    65
  To generate theory browsing information for an existing session, just invoke
92a2372a226b discontinued documentation of old browser;
wenzelm
parents: 61656
diff changeset
    66
  @{tool build} with suitable options:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
    67
  @{verbatim [display] \<open>isabelle build -o browser_info -v -c FOL\<close>}
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    68
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    69
  The presentation output will appear in \<^verbatim>\<open>$ISABELLE_BROWSER_INFO/FOL/FOL\<close> as
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    70
  reported by the above verbose invocation of the build process.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    71
61503
28e788ca2c5d more control symbols;
wenzelm
parents: 61493
diff changeset
    72
  Many Isabelle sessions (such as \<^verbatim>\<open>HOL-Library\<close> in @{file
62013
92a2372a226b discontinued documentation of old browser;
wenzelm
parents: 61656
diff changeset
    73
  "~~/src/HOL/Library"}) also provide printable documents in PDF. These are
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    74
  prepared automatically as well if enabled like this:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
    75
  @{verbatim [display] \<open>isabelle build -o browser_info -o document=pdf -v -c HOL-Library\<close>}
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
    76
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    77
  Enabling both browser info and document preparation simultaneously causes an
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    78
  appropriate ``document'' link to be included in the HTML index. Documents
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    79
  may be generated independently of browser information as well, see
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    80
  \secref{sec:tool-document} for further details.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    81
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
    82
  \<^bigskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    83
  The theory browsing information is stored in a sub-directory directory
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    84
  determined by the @{setting_ref ISABELLE_BROWSER_INFO} setting plus a prefix
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    85
  corresponding to the session chapter and identifier. In order to present
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    86
  Isabelle applications on the web, the corresponding subdirectory from
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    87
  @{setting ISABELLE_BROWSER_INFO} can be put on a WWW server.
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    88
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    89
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
    90
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
    91
section \<open>Preparing session root directories \label{sec:tool-mkroot}\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    92
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    93
text \<open>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    94
  The @{tool_def mkroot} tool configures a given directory as session root,
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
    95
  with some \<^verbatim>\<open>ROOT\<close> file and optional document source directory. Its usage is:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
    96
  @{verbatim [display]
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
    97
\<open>Usage: isabelle mkroot [OPTIONS] [DIR]
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    98
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
    99
  Options are:
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   100
    -d           enable document preparation
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   101
    -n NAME      alternative session name (default: DIR base name)
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   102
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   103
  Prepare session root DIR (default: current directory).\<close>}
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   104
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   105
  The results are placed in the given directory \<open>dir\<close>, which refers to the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   106
  current directory by default. The @{tool mkroot} tool is conservative in the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   107
  sense that it does not overwrite existing files or directories. Earlier
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   108
  attempts to generate a session root need to be deleted manually.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   109
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   110
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   111
  Option \<^verbatim>\<open>-d\<close> indicates that the session shall be accompanied by a formal
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   112
  document, with \<open>DIR\<close>\<^verbatim>\<open>/document/root.tex\<close> as its {\LaTeX} entry point (see
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   113
  also \chref{ch:present}).
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   114
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   115
  Option \<^verbatim>\<open>-n\<close> allows to specify an alternative session name; otherwise the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   116
  base name of the given directory is used.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   117
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   118
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   119
  The implicit Isabelle settings variable @{setting ISABELLE_LOGIC} specifies
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   120
  the parent session, and @{setting ISABELLE_DOCUMENT_FORMAT} the document
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   121
  format to be filled filled into the generated \<^verbatim>\<open>ROOT\<close> file.
61503
28e788ca2c5d more control symbols;
wenzelm
parents: 61493
diff changeset
   122
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   123
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   124
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   125
subsubsection \<open>Examples\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   126
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   127
text \<open>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   128
  Produce session \<^verbatim>\<open>Test\<close> (with document preparation) within a separate
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   129
  directory of the same name:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   130
  @{verbatim [display] \<open>isabelle mkroot -d Test && isabelle build -D Test\<close>}
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   131
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   132
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   133
  Upgrade the current directory into a session ROOT with document preparation,
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   134
  and build it:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   135
  @{verbatim [display] \<open>isabelle mkroot -d && isabelle build -D .\<close>}
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   136
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   137
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   138
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   139
section \<open>Preparing Isabelle session documents \label{sec:tool-document}\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   140
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   141
text \<open>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   142
  The @{tool_def document} tool prepares logic session documents, processing
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   143
  the sources as provided by the user and generated by Isabelle. Its usage is:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   144
  @{verbatim [display]
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   145
\<open>Usage: isabelle document [OPTIONS] [DIR]
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   146
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   147
  Options are:
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   148
    -c           cleanup -- be aggressive in removing old stuff
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   149
    -n NAME      specify document name (default 'document')
52746
eec610972763 discontinued historic document formats;
wenzelm
parents: 52744
diff changeset
   150
    -o FORMAT    specify output format: pdf (default), dvi
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   151
    -t TAGS      specify tagged region markup
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   152
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   153
  Prepare the theory session document in DIR (default 'document')
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   154
  producing the specified output format.\<close>}
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   155
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   156
  This tool is usually run automatically as part of the Isabelle build
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   157
  process, provided document preparation has been enabled via suitable
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   158
  options. It may be manually invoked on the generated browser information
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   159
  document output as well, e.g.\ in case of errors encountered in the batch
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   160
  run.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   161
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   162
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   163
  The \<^verbatim>\<open>-c\<close> option tells @{tool document} to dispose the document sources
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   164
  after successful operation! This is the right thing to do for sources
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   165
  generated by an Isabelle process, but take care of your files in manual
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   166
  document preparation!
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   167
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   168
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   169
  The \<^verbatim>\<open>-n\<close> and \<^verbatim>\<open>-o\<close> option specify the final output file name and format,
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   170
  the default is ``\<^verbatim>\<open>document.dvi\<close>''. Note that the result will appear in the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   171
  parent of the target \<^verbatim>\<open>DIR\<close>.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   172
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   173
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   174
  The \<^verbatim>\<open>-t\<close> option tells {\LaTeX} how to interpret tagged Isabelle command
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   175
  regions. Tags are specified as a comma separated list of modifier/name
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   176
  pairs: ``\<^verbatim>\<open>+\<close>\<open>foo\<close>'' (or just ``\<open>foo\<close>'') means to keep, ``\<^verbatim>\<open>-\<close>\<open>foo\<close>'' to
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   177
  drop, and ``\<^verbatim>\<open>/\<close>\<open>foo\<close>'' to fold text tagged as \<open>foo\<close>. The builtin default is
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   178
  equivalent to the tag specification
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   179
  ``\<^verbatim>\<open>+theory,+proof,+ML,+visible,-invisible\<close>''; see also the {\LaTeX} macros
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   180
  \<^verbatim>\<open>\isakeeptag\<close>, \<^verbatim>\<open>\isadroptag\<close>, and \<^verbatim>\<open>\isafoldtag\<close>, in @{file
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   181
  "~~/lib/texinputs/isabelle.sty"}.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   182
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   183
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   184
  Document preparation requires a \<^verbatim>\<open>document\<close> directory within the session
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   185
  sources. This directory is supposed to contain all the files needed to
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   186
  produce the final document --- apart from the actual theories which are
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   187
  generated by Isabelle.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   188
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   189
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   190
  For most practical purposes, @{tool document} is smart enough to create any
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   191
  of the specified output formats, taking \<^verbatim>\<open>root.tex\<close> supplied by the user as
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   192
  a starting point. This even includes multiple runs of {\LaTeX} to
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   193
  accommodate references and bibliographies (the latter assumes \<^verbatim>\<open>root.bib\<close>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   194
  within the same directory).
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   195
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   196
  In more complex situations, a separate \<^verbatim>\<open>build\<close> script for the document
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   197
  sources may be given. It is invoked with command-line arguments for the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   198
  document format and the document variant name. The script needs to produce
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   199
  corresponding output files, e.g.\ \<^verbatim>\<open>root.pdf\<close> for target format \<^verbatim>\<open>pdf\<close> (and
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   200
  default variants). The main work can be again delegated to @{tool latex},
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   201
  but it is also possible to harvest generated {\LaTeX} sources and copy them
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   202
  elsewhere.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   203
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   204
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   205
  When running the session, Isabelle copies the content of the original
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   206
  \<^verbatim>\<open>document\<close> directory into its proper place within @{setting
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   207
  ISABELLE_BROWSER_INFO}, according to the session path and document variant.
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   208
  Then, for any processed theory \<open>A\<close> some {\LaTeX} source is generated and put
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   209
  there as \<open>A\<close>\<^verbatim>\<open>.tex\<close>. Furthermore, a list of all generated theory files is
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   210
  put into \<^verbatim>\<open>session.tex\<close>. Typically, the root {\LaTeX} file provided by the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   211
  user would include \<^verbatim>\<open>session.tex\<close> to get a document containing all the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   212
  theories.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   213
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   214
  The {\LaTeX} versions of the theories require some macros defined in @{file
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   215
  "~~/lib/texinputs/isabelle.sty"}. Doing \<^verbatim>\<open>\usepackage{isabelle}\<close> in
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   216
  \<^verbatim>\<open>root.tex\<close> should be fine; the underlying @{tool latex} already includes an
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   217
  appropriate path specification for {\TeX} inputs.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   218
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   219
  If the text contains any references to Isabelle symbols (such as \<^verbatim>\<open>\<forall>\<close>) then
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   220
  \<^verbatim>\<open>isabellesym.sty\<close> should be included as well. This package contains a
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   221
  standard set of {\LaTeX} macro definitions \<^verbatim>\<open>\isasym\<close>\<open>foo\<close> corresponding to
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   222
  \<^verbatim>\<open>\\<close>\<^verbatim>\<open><\<close>\<open>foo\<close>\<^verbatim>\<open>>\<close>, see @{cite "isabelle-implementation"} for a complete list
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   223
  of predefined Isabelle symbols. Users may invent further symbols as well,
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   224
  just by providing {\LaTeX} macros in a similar fashion as in @{file
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   225
  "~~/lib/texinputs/isabellesym.sty"} of the Isabelle distribution.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   226
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   227
  For proper setup of DVI and PDF documents (with hyperlinks and bookmarks),
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   228
  we recommend to include @{file "~~/lib/texinputs/pdfsetup.sty"} as well.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   229
61406
eb2463fc4d7b more symbols;
wenzelm
parents: 58618
diff changeset
   230
  \<^medskip>
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   231
  As a final step of Isabelle document preparation, @{tool document}~\<^verbatim>\<open>-c\<close> is
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   232
  run on the resulting copy of the \<^verbatim>\<open>document\<close> directory. Thus the actual
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   233
  output document is built and installed in its proper place. The generated
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   234
  sources are deleted after successful run of {\LaTeX} and friends.
48814
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   235
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   236
  Some care is needed if the document output location is configured
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   237
  differently, say within a directory whose content is still required
d488a5f25bf6 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm
parents: 48722
diff changeset
   238
  afterwards!
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   239
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   240
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   241
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   242
section \<open>Running {\LaTeX} within the Isabelle environment
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   243
  \label{sec:tool-latex}\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   244
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   245
text \<open>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   246
  The @{tool_def latex} tool provides the basic interface for Isabelle
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   247
  document preparation. Its usage is:
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   248
  @{verbatim [display]
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   249
\<open>Usage: isabelle latex [OPTIONS] [FILE]
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   250
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   251
  Options are:
52746
eec610972763 discontinued historic document formats;
wenzelm
parents: 52744
diff changeset
   252
    -o FORMAT    specify output format: pdf (default), dvi,
eec610972763 discontinued historic document formats;
wenzelm
parents: 52744
diff changeset
   253
                 bbl, idx, sty, syms
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   254
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   255
  Run LaTeX (and related tools) on FILE (default root.tex),
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   256
  producing the specified output format.\<close>}
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   257
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   258
  Appropriate {\LaTeX}-related programs are run on the input file, according
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   259
  to the given output format: @{executable latex}, @{executable pdflatex},
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   260
  @{executable dvips}, @{executable bibtex} (for \<^verbatim>\<open>bbl\<close>), and @{executable
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   261
  makeindex} (for \<^verbatim>\<open>idx\<close>). The actual commands are determined from the
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   262
  settings environment (@{setting ISABELLE_PDFLATEX} etc.).
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   263
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   264
  The \<^verbatim>\<open>sty\<close> output format causes the Isabelle style files to be updated from
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   265
  the distribution. This is useful in special situations where the document
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   266
  sources are to be processed another time by separate tools.
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   267
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   268
  The \<^verbatim>\<open>syms\<close> output is for internal use; it generates lists of symbols that
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   269
  are available without loading additional {\LaTeX} packages.
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   270
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   271
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   272
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   273
subsubsection \<open>Examples\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   274
61575
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   275
text \<open>
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   276
  Invoking @{tool latex} by hand may be occasionally useful when debugging
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   277
  failed attempts of the automatic document preparation stage of batch-mode
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   278
  Isabelle. The abortive process leaves the sources at a certain place within
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   279
  @{setting ISABELLE_BROWSER_INFO}, see the runtime error message for details.
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   280
  This enables users to inspect {\LaTeX} runs in further detail, e.g.\ like
f18f6e51e901 tuned whitespace;
wenzelm
parents: 61504
diff changeset
   281
  this:
48602
342ca8f3197b more uniform usage of "isabelle tool";
wenzelm
parents: 48590
diff changeset
   282
61407
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   283
  @{verbatim [display]
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   284
\<open>cd "$(isabelle getenv -b ISABELLE_BROWSER_INFO)/Unsorted/Test/document"
7ba7b8103565 @{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents: 61406
diff changeset
   285
isabelle latex -o pdf\<close>}
58618
782f0b662cae more cartouches;
wenzelm
parents: 58553
diff changeset
   286
\<close>
28221
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   287
ca9fdab0f971 converted present.tex;
wenzelm
parents:
diff changeset
   288
end