doc-src/IsarRef/Thy/document/intro.tex
author wenzelm
Fri, 02 May 2008 16:36:05 +0200
changeset 26767 cc127cc0951b
parent 26760 2de4ba348f06
child 26776 030db8c8b79d
permissions -rw-r--r--
converted pure.tex to Thy/pure.thy;
wenzelm@26741
     1
%
wenzelm@26741
     2
\begin{isabellebody}%
wenzelm@26741
     3
\def\isabellecontext{intro}%
wenzelm@26741
     4
%
wenzelm@26741
     5
\isadelimtheory
wenzelm@26741
     6
\isanewline
wenzelm@26767
     7
\isanewline
wenzelm@26741
     8
%
wenzelm@26741
     9
\endisadelimtheory
wenzelm@26741
    10
%
wenzelm@26741
    11
\isatagtheory
wenzelm@26741
    12
\isacommand{theory}\isamarkupfalse%
wenzelm@26741
    13
\ intro\isanewline
wenzelm@26741
    14
\isakeyword{imports}\ CPure\isanewline
wenzelm@26741
    15
\isakeyword{begin}%
wenzelm@26741
    16
\endisatagtheory
wenzelm@26741
    17
{\isafoldtheory}%
wenzelm@26741
    18
%
wenzelm@26741
    19
\isadelimtheory
wenzelm@26741
    20
%
wenzelm@26741
    21
\endisadelimtheory
wenzelm@26741
    22
%
wenzelm@26741
    23
\isamarkupchapter{Introduction%
wenzelm@26741
    24
}
wenzelm@26741
    25
\isamarkuptrue%
wenzelm@26741
    26
%
wenzelm@26741
    27
\isamarkupsection{Overview%
wenzelm@26741
    28
}
wenzelm@26741
    29
\isamarkuptrue%
wenzelm@26741
    30
%
wenzelm@26741
    31
\begin{isamarkuptext}%
wenzelm@26741
    32
The \emph{Isabelle} system essentially provides a generic
wenzelm@26741
    33
  infrastructure for building deductive systems (programmed in
wenzelm@26741
    34
  Standard ML), with a special focus on interactive theorem proving in
wenzelm@26741
    35
  higher-order logics.  In the olden days even end-users would refer
wenzelm@26741
    36
  to certain ML functions (goal commands, tactics, tacticals etc.) to
wenzelm@26741
    37
  pursue their everyday theorem proving tasks
wenzelm@26741
    38
  \cite{isabelle-intro,isabelle-ref}.
wenzelm@26741
    39
  
wenzelm@26741
    40
  In contrast \emph{Isar} provides an interpreted language environment
wenzelm@26741
    41
  of its own, which has been specifically tailored for the needs of
wenzelm@26741
    42
  theory and proof development.  Compared to raw ML, the Isabelle/Isar
wenzelm@26741
    43
  top-level provides a more robust and comfortable development
wenzelm@26741
    44
  platform, with proper support for theory development graphs,
wenzelm@26741
    45
  single-step transactions with unlimited undo, etc.  The
wenzelm@26741
    46
  Isabelle/Isar version of the \emph{Proof~General} user interface
wenzelm@26741
    47
  \cite{proofgeneral,Aspinall:TACAS:2000} provides an adequate
wenzelm@26741
    48
  front-end for interactive theory and proof development in this
wenzelm@26741
    49
  advanced theorem proving environment.
wenzelm@26741
    50
wenzelm@26741
    51
  \medskip Apart from the technical advances over bare-bones ML
wenzelm@26741
    52
  programming, the main purpose of the Isar language is to provide a
wenzelm@26741
    53
  conceptually different view on machine-checked proofs
wenzelm@26741
    54
  \cite{Wenzel:1999:TPHOL,Wenzel-PhD}.  ``Isar'' stands for
wenzelm@26741
    55
  ``Intelligible semi-automated reasoning''.  Drawing from both the
wenzelm@26741
    56
  traditions of informal mathematical proof texts and high-level
wenzelm@26741
    57
  programming languages, Isar offers a versatile environment for
wenzelm@26741
    58
  structured formal proof documents.  Thus properly written Isar
wenzelm@26741
    59
  proofs become accessible to a broader audience than unstructured
wenzelm@26741
    60
  tactic scripts (which typically only provide operational information
wenzelm@26741
    61
  for the machine).  Writing human-readable proof texts certainly
wenzelm@26741
    62
  requires some additional efforts by the writer to achieve a good
wenzelm@26741
    63
  presentation, both of formal and informal parts of the text.  On the
wenzelm@26741
    64
  other hand, human-readable formal texts gain some value in their own
wenzelm@26741
    65
  right, independently of the mechanic proof-checking process.
wenzelm@26741
    66
wenzelm@26741
    67
  Despite its grand design of structured proof texts, Isar is able to
wenzelm@26741
    68
  assimilate the old tactical style as an ``improper'' sub-language.
wenzelm@26741
    69
  This provides an easy upgrade path for existing tactic scripts, as
wenzelm@26741
    70
  well as additional means for interactive experimentation and
wenzelm@26741
    71
  debugging of structured proofs.  Isabelle/Isar supports a broad
wenzelm@26741
    72
  range of proof styles, both readable and unreadable ones.
wenzelm@26741
    73
wenzelm@26741
    74
  \medskip The Isabelle/Isar framework is generic and should work
wenzelm@26741
    75
  reasonably well for any Isabelle object-logic that conforms to the
wenzelm@26741
    76
  natural deduction view of the Isabelle/Pure framework.  Major
wenzelm@26741
    77
  Isabelle logics like HOL \cite{isabelle-HOL}, HOLCF
wenzelm@26741
    78
  \cite{MuellerNvOS99}, FOL \cite{isabelle-logics}, and ZF
wenzelm@26741
    79
  \cite{isabelle-ZF} have already been set up for end-users.%
wenzelm@26741
    80
\end{isamarkuptext}%
wenzelm@26741
    81
\isamarkuptrue%
wenzelm@26741
    82
%
wenzelm@26741
    83
\isamarkupsection{Quick start%
wenzelm@26741
    84
}
wenzelm@26741
    85
\isamarkuptrue%
wenzelm@26741
    86
%
wenzelm@26741
    87
\isamarkupsubsection{Terminal sessions%
wenzelm@26741
    88
}
wenzelm@26741
    89
\isamarkuptrue%
wenzelm@26741
    90
%
wenzelm@26741
    91
\begin{isamarkuptext}%
wenzelm@26760
    92
Isar is already part of Isabelle.  The low-level \verb|isabelle| binary provides option \verb|-I| to run the
wenzelm@26760
    93
  Isabelle/Isar interaction loop at startup, rather than the raw ML
wenzelm@26760
    94
  top-level.  So the most basic way to do anything with Isabelle/Isar
wenzelm@26760
    95
  is as follows:
wenzelm@26760
    96
\begin{ttbox}  % FIXME update
wenzelm@26741
    97
isabelle -I HOL\medskip
wenzelm@26741
    98
\out{> Welcome to Isabelle/HOL (Isabelle2005)}\medskip
wenzelm@26741
    99
theory Foo imports Main begin;
wenzelm@26741
   100
definition foo :: nat where "foo == 1";
wenzelm@26741
   101
lemma "0 < foo" by (simp add: foo_def);
wenzelm@26741
   102
end;
wenzelm@26741
   103
\end{ttbox}
wenzelm@26741
   104
wenzelm@26760
   105
  Note that any Isabelle/Isar command may be retracted by \isa{\isacommand{undo}}.  See the Isabelle/Isar Quick Reference
wenzelm@26760
   106
  (\appref{ap:refcard}) for a comprehensive overview of available
wenzelm@26760
   107
  commands and other language elements.%
wenzelm@26741
   108
\end{isamarkuptext}%
wenzelm@26741
   109
\isamarkuptrue%
wenzelm@26741
   110
%
wenzelm@26741
   111
\isamarkupsubsection{Proof General%
wenzelm@26741
   112
}
wenzelm@26741
   113
\isamarkuptrue%
wenzelm@26741
   114
%
wenzelm@26741
   115
\begin{isamarkuptext}%
wenzelm@26741
   116
Plain TTY-based interaction as above used to be quite feasible with
wenzelm@26741
   117
  traditional tactic based theorem proving, but developing Isar
wenzelm@26741
   118
  documents really demands some better user-interface support.  The
wenzelm@26741
   119
  Proof~General environment by David Aspinall
wenzelm@26741
   120
  \cite{proofgeneral,Aspinall:TACAS:2000} offers a generic Emacs
wenzelm@26741
   121
  interface for interactive theorem provers that organizes all the
wenzelm@26741
   122
  cut-and-paste and forward-backward walk through the text in a very
wenzelm@26741
   123
  neat way.  In Isabelle/Isar, the current position within a partial
wenzelm@26741
   124
  proof document is equally important than the actual proof state.
wenzelm@26741
   125
  Thus Proof~General provides the canonical working environment for
wenzelm@26741
   126
  Isabelle/Isar, both for getting acquainted (e.g.\ by replaying
wenzelm@26741
   127
  existing Isar documents) and for production work.%
wenzelm@26741
   128
\end{isamarkuptext}%
wenzelm@26741
   129
\isamarkuptrue%
wenzelm@26741
   130
%
wenzelm@26741
   131
\isamarkupsubsubsection{Proof~General as default Isabelle interface%
wenzelm@26741
   132
}
wenzelm@26741
   133
\isamarkuptrue%
wenzelm@26741
   134
%
wenzelm@26741
   135
\begin{isamarkuptext}%
wenzelm@26741
   136
The Isabelle interface wrapper script provides an easy way to invoke
wenzelm@26741
   137
  Proof~General (including XEmacs or GNU Emacs).  The default
wenzelm@26741
   138
  configuration of Isabelle is smart enough to detect the
wenzelm@26741
   139
  Proof~General distribution in several canonical places (e.g.\
wenzelm@26760
   140
  \verb|$ISABELLE_HOME/contrib/ProofGeneral|).  Thus the
wenzelm@26760
   141
  capital \verb|Isabelle| executable would already refer to the
wenzelm@26760
   142
  \verb|ProofGeneral/isar| interface without further ado.  The
wenzelm@26760
   143
  Isabelle interface script provides several options; pass \verb|-?|  to see its usage.
wenzelm@26741
   144
wenzelm@26741
   145
  With the proper Isabelle interface setup, Isar documents may now be edited by
wenzelm@26741
   146
  visiting appropriate theory files, e.g.\ 
wenzelm@26741
   147
\begin{ttbox}
wenzelm@26741
   148
Isabelle \({\langle}isabellehome{\rangle}\)/src/HOL/Isar_examples/Summation.thy
wenzelm@26741
   149
\end{ttbox}
wenzelm@26741
   150
  Beginners may note the tool bar for navigating forward and backward
wenzelm@26741
   151
  through the text (this depends on the local Emacs installation).
wenzelm@26741
   152
  Consult the Proof~General documentation \cite{proofgeneral} for
wenzelm@26760
   153
  further basic command sequences, in particular ``\verb|C-c C-return|''
wenzelm@26760
   154
  and ``\verb|C-c u|''.
wenzelm@26741
   155
wenzelm@26741
   156
  \medskip Proof~General may be also configured manually by giving
wenzelm@26741
   157
  Isabelle settings like this (see also \cite{isabelle-sys}):
wenzelm@26741
   158
wenzelm@26741
   159
\begin{ttbox}
wenzelm@26741
   160
ISABELLE_INTERFACE=\$ISABELLE_HOME/contrib/ProofGeneral/isar/interface
wenzelm@26741
   161
PROOFGENERAL_OPTIONS=""
wenzelm@26741
   162
\end{ttbox}
wenzelm@26760
   163
  You may have to change \verb|$ISABELLE_HOME/contrib/ProofGeneral| to the actual installation
wenzelm@26760
   164
  directory of Proof~General.
wenzelm@26741
   165
wenzelm@26741
   166
  \medskip Apart from the Isabelle command line, defaults for
wenzelm@26741
   167
  interface options may be given by the \texttt{PROOFGENERAL_OPTIONS}
wenzelm@26741
   168
  setting.  For example, the Emacs executable to be used may be
wenzelm@26741
   169
  configured in Isabelle's settings like this:
wenzelm@26741
   170
\begin{ttbox}
wenzelm@26741
   171
PROOFGENERAL_OPTIONS="-p xemacs-mule"  
wenzelm@26741
   172
\end{ttbox}
wenzelm@26741
   173
wenzelm@26760
   174
  Occasionally, a user's \verb|~/.emacs| file contains code
wenzelm@26760
   175
  that is incompatible with the (X)Emacs version used by
wenzelm@26760
   176
  Proof~General, causing the interface startup to fail prematurely.
wenzelm@26760
   177
  Here the \texttt{-u false} option helps to get the interface process
wenzelm@26760
   178
  up and running.  Note that additional Lisp customization code may
wenzelm@26760
   179
  reside in \texttt{proofgeneral-settings.el} of \verb|$ISABELLE_HOME/etc| or \verb|$ISABELLE_HOME_USER/etc|.%
wenzelm@26741
   180
\end{isamarkuptext}%
wenzelm@26741
   181
\isamarkuptrue%
wenzelm@26741
   182
%
wenzelm@26741
   183
\isamarkupsubsubsection{The X-Symbol package%
wenzelm@26741
   184
}
wenzelm@26741
   185
\isamarkuptrue%
wenzelm@26741
   186
%
wenzelm@26741
   187
\begin{isamarkuptext}%
wenzelm@26741
   188
Proof~General incorporates a version of the Emacs X-Symbol package
wenzelm@26741
   189
  \cite{x-symbol}, which handles proper mathematical symbols displayed
wenzelm@26741
   190
  on screen.  Pass option \texttt{-x true} to the Isabelle interface
wenzelm@26741
   191
  script, or check the appropriate Proof~General menu setting by hand.
wenzelm@26741
   192
  The main challenge of getting X-Symbol to work properly is the
wenzelm@26741
   193
  underlying (semi-automated) X11 font setup.
wenzelm@26741
   194
wenzelm@26741
   195
  \medskip Using proper mathematical symbols in Isabelle theories can
wenzelm@26741
   196
  be very convenient for readability of large formulas.  On the other
wenzelm@26741
   197
  hand, the plain ASCII sources easily become somewhat unintelligible.
wenzelm@26760
   198
  For example, \isa{{\isasymLongrightarrow}} would appear as \verb|\<Longrightarrow>| according
wenzelm@26741
   199
  the default set of Isabelle symbols.  Nevertheless, the Isabelle
wenzelm@26760
   200
  document preparation system (see \secref{sec:document-prep}) will be
wenzelm@26741
   201
  happy to print non-ASCII symbols properly.  It is even possible to
wenzelm@26741
   202
  invent additional notation beyond the display capabilities of Emacs
wenzelm@26741
   203
  and X-Symbol.%
wenzelm@26741
   204
\end{isamarkuptext}%
wenzelm@26741
   205
\isamarkuptrue%
wenzelm@26741
   206
%
wenzelm@26741
   207
\isamarkupsection{Isabelle/Isar theories%
wenzelm@26741
   208
}
wenzelm@26741
   209
\isamarkuptrue%
wenzelm@26741
   210
%
wenzelm@26741
   211
\begin{isamarkuptext}%
wenzelm@26741
   212
Isabelle/Isar offers the following main improvements over classic
wenzelm@26741
   213
  Isabelle.
wenzelm@26741
   214
wenzelm@26741
   215
  \begin{enumerate}
wenzelm@26741
   216
  
wenzelm@26741
   217
  \item A \emph{theory format} that integrates specifications and
wenzelm@26741
   218
  proofs, supporting interactive development and unlimited undo
wenzelm@26741
   219
  operation.
wenzelm@26741
   220
  
wenzelm@26741
   221
  \item A \emph{formal proof document language} designed to support
wenzelm@26741
   222
  intelligible semi-automated reasoning.  Instead of putting together
wenzelm@26741
   223
  unreadable tactic scripts, the author is enabled to express the
wenzelm@26741
   224
  reasoning in way that is close to usual mathematical practice.  The
wenzelm@26741
   225
  old tactical style has been assimilated as ``improper'' language
wenzelm@26741
   226
  elements.
wenzelm@26741
   227
  
wenzelm@26741
   228
  \item A simple document preparation system, for typesetting formal
wenzelm@26741
   229
  developments together with informal text.  The resulting
wenzelm@26741
   230
  hyper-linked PDF documents are equally well suited for WWW
wenzelm@26741
   231
  presentation and as printed copies.
wenzelm@26741
   232
wenzelm@26741
   233
  \end{enumerate}
wenzelm@26741
   234
wenzelm@26741
   235
  The Isar proof language is embedded into the new theory format as a
wenzelm@26741
   236
  proper sub-language.  Proof mode is entered by stating some
wenzelm@26760
   237
  \isa{\isacommand{theorem}} or \isa{\isacommand{lemma}} at the theory level, and
wenzelm@26760
   238
  left again with the final conclusion (e.g.\ via \isa{\isacommand{qed}}).
wenzelm@26760
   239
  A few theory specification mechanisms also require some proof, such
wenzelm@26760
   240
  as HOL's \isa{\isacommand{typedef}} which demands non-emptiness of the
wenzelm@26760
   241
  representing sets.%
wenzelm@26741
   242
\end{isamarkuptext}%
wenzelm@26741
   243
\isamarkuptrue%
wenzelm@26741
   244
%
wenzelm@26741
   245
\isamarkupsubsection{Document preparation \label{sec:document-prep}%
wenzelm@26741
   246
}
wenzelm@26741
   247
\isamarkuptrue%
wenzelm@26741
   248
%
wenzelm@26741
   249
\begin{isamarkuptext}%
wenzelm@26741
   250
Isabelle/Isar provides a simple document preparation system based on
wenzelm@26741
   251
  existing {PDF-\LaTeX} technology, with full support of hyper-links
wenzelm@26741
   252
  (both local references and URLs), bookmarks, and thumbnails.  Thus
wenzelm@26741
   253
  the results are equally well suited for WWW browsing and as printed
wenzelm@26741
   254
  copies.
wenzelm@26741
   255
wenzelm@26741
   256
  \medskip
wenzelm@26741
   257
wenzelm@26741
   258
  Isabelle generates {\LaTeX} output as part of the run of a
wenzelm@26741
   259
  \emph{logic session} (see also \cite{isabelle-sys}).  Getting
wenzelm@26741
   260
  started with a working configuration for common situations is quite
wenzelm@26760
   261
  easy by using the Isabelle \verb|mkdir| and \verb|make|
wenzelm@26760
   262
  tools.  First invoke
wenzelm@26741
   263
\begin{ttbox}
wenzelm@26741
   264
  isatool mkdir Foo
wenzelm@26741
   265
\end{ttbox}
wenzelm@26760
   266
  to initialize a separate directory for session \verb|Foo| ---
wenzelm@26760
   267
  it is safe to experiment, since \texttt{isatool mkdir} never
wenzelm@26760
   268
  overwrites existing files.  Ensure that \verb|Foo/ROOT.ML|
wenzelm@26760
   269
  holds ML commands to load all theories required for this session;
wenzelm@26760
   270
  furthermore \verb|Foo/document/root.tex| should include any
wenzelm@26760
   271
  special {\LaTeX} macro packages required for your document (the
wenzelm@26760
   272
  default is usually sufficient as a start).
wenzelm@26741
   273
wenzelm@26760
   274
  The session is controlled by a separate \verb|IsaMakefile|
wenzelm@26760
   275
  (with crude source dependencies by default).  This file is located
wenzelm@26760
   276
  one level up from the \verb|Foo| directory location.  Now
wenzelm@26760
   277
  invoke
wenzelm@26741
   278
\begin{ttbox}
wenzelm@26741
   279
  isatool make Foo
wenzelm@26741
   280
\end{ttbox}
wenzelm@26760
   281
  to run the \verb|Foo| session, with browser information and
wenzelm@26741
   282
  document preparation enabled.  Unless any errors are reported by
wenzelm@26741
   283
  Isabelle or {\LaTeX}, the output will appear inside the directory
wenzelm@26760
   284
  \verb|ISABELLE_BROWSER_INFO|, as reported by the batch job in
wenzelm@26741
   285
  verbose mode.
wenzelm@26741
   286
wenzelm@26760
   287
  \medskip You may also consider to tune the \verb|usedir|
wenzelm@26760
   288
  options in \verb|IsaMakefile|, for example to change the output
wenzelm@26760
   289
  format from \verb|pdf| to \verb|dvi|, or activate the
wenzelm@26760
   290
  \verb|-D| option to retain a second copy of the generated
wenzelm@26760
   291
  {\LaTeX} sources.
wenzelm@26741
   292
wenzelm@26741
   293
  \medskip See \emph{The Isabelle System Manual} \cite{isabelle-sys}
wenzelm@26741
   294
  for further details on Isabelle logic sessions and theory
wenzelm@26741
   295
  presentation.  The Isabelle/HOL tutorial \cite{isabelle-hol-book}
wenzelm@26741
   296
  also covers theory presentation issues.%
wenzelm@26741
   297
\end{isamarkuptext}%
wenzelm@26741
   298
\isamarkuptrue%
wenzelm@26741
   299
%
wenzelm@26741
   300
\isamarkupsubsection{How to write Isar proofs anyway? \label{sec:isar-howto}%
wenzelm@26741
   301
}
wenzelm@26741
   302
\isamarkuptrue%
wenzelm@26741
   303
%
wenzelm@26741
   304
\begin{isamarkuptext}%
wenzelm@26741
   305
This is one of the key questions, of course.  First of all, the
wenzelm@26741
   306
  tactic script emulation of Isabelle/Isar essentially provides a
wenzelm@26741
   307
  clarified version of the very same unstructured proof style of
wenzelm@26741
   308
  classic Isabelle.  Old-time users should quickly become acquainted
wenzelm@26741
   309
  with that (slightly degenerative) view of Isar.
wenzelm@26741
   310
wenzelm@26741
   311
  Writing \emph{proper} Isar proof texts targeted at human readers is
wenzelm@26741
   312
  quite different, though.  Experienced users of the unstructured
wenzelm@26741
   313
  style may even have to unlearn some of their habits to master proof
wenzelm@26741
   314
  composition in Isar.  In contrast, new users with less experience in
wenzelm@26741
   315
  old-style tactical proving, but a good understanding of mathematical
wenzelm@26741
   316
  proof in general, often get started easier.
wenzelm@26741
   317
wenzelm@26741
   318
  \medskip The present text really is only a reference manual on
wenzelm@26741
   319
  Isabelle/Isar, not a tutorial.  Nevertheless, we will attempt to
wenzelm@26741
   320
  give some clues of how the concepts introduced here may be put into
wenzelm@26760
   321
  practice.  \Appref{ap:refcard} provides a quick reference card of
wenzelm@26760
   322
  the most common Isabelle/Isar language elements.  \Appref{ap:conv}
wenzelm@26760
   323
  offers some practical hints on converting existing Isabelle theories
wenzelm@26760
   324
  and proof scripts to the new format (without restructuring proofs).
wenzelm@26741
   325
wenzelm@26741
   326
  Further issues concerning the Isar concepts are covered in the
wenzelm@26741
   327
  literature
wenzelm@26741
   328
  \cite{Wenzel:1999:TPHOL,Wiedijk:2000:MV,Bauer-Wenzel:2000:HB,Bauer-Wenzel:2001}.
wenzelm@26741
   329
  The author's PhD thesis \cite{Wenzel-PhD} presently provides the
wenzelm@26741
   330
  most complete exposition of Isar foundations, techniques, and
wenzelm@26741
   331
  applications.  A number of example applications are distributed with
wenzelm@26741
   332
  Isabelle, and available via the Isabelle WWW library (e.g.\
wenzelm@26741
   333
  \url{http://isabelle.in.tum.de/library/}).  The ``Archive of Formal
wenzelm@26741
   334
  Proofs'' \url{http://afp.sourceforge.net/} also provides plenty of
wenzelm@26741
   335
  examples, both in proper Isar proof style and unstructured tactic
wenzelm@26741
   336
  scripts.%
wenzelm@26741
   337
\end{isamarkuptext}%
wenzelm@26741
   338
\isamarkuptrue%
wenzelm@26741
   339
%
wenzelm@26741
   340
\isadelimtheory
wenzelm@26741
   341
%
wenzelm@26741
   342
\endisadelimtheory
wenzelm@26741
   343
%
wenzelm@26741
   344
\isatagtheory
wenzelm@26741
   345
\isacommand{end}\isamarkupfalse%
wenzelm@26741
   346
%
wenzelm@26741
   347
\endisatagtheory
wenzelm@26741
   348
{\isafoldtheory}%
wenzelm@26741
   349
%
wenzelm@26741
   350
\isadelimtheory
wenzelm@26741
   351
%
wenzelm@26741
   352
\endisadelimtheory
wenzelm@26741
   353
\isanewline
wenzelm@26741
   354
\end{isabellebody}%
wenzelm@26741
   355
%%% Local Variables:
wenzelm@26741
   356
%%% mode: latex
wenzelm@26741
   357
%%% TeX-master: "root"
wenzelm@26741
   358
%%% End: