doc-src/TutorialI/CTL/document/Base.tex
changeset 11866 fbd097aec213
parent 11458 09a6c44a48ea
child 13760 2188f247605c
--- a/doc-src/TutorialI/CTL/document/Base.tex	Sun Oct 21 19:48:19 2001 +0200
+++ b/doc-src/TutorialI/CTL/document/Base.tex	Sun Oct 21 19:49:29 2001 +0200
@@ -1,9 +1,11 @@
 %
 \begin{isabellebody}%
 \def\isabellecontext{Base}%
+\isamarkupfalse%
 %
 \isamarkupsection{Case Study: Verified Model Checking%
 }
+\isamarkuptrue%
 %
 \begin{isamarkuptext}%
 \label{sec:VMC}
@@ -59,7 +61,9 @@
 Abstracting from this concrete example, we assume there is a type of
 states:%
 \end{isamarkuptext}%
-\isacommand{typedecl}\ state%
+\isamarkuptrue%
+\isacommand{typedecl}\ state\isamarkupfalse%
+%
 \begin{isamarkuptext}%
 \noindent
 Command \commdx{typedecl} merely declares a new type but without
@@ -71,22 +75,30 @@
 reduces clutter.  Similarly we declare an arbitrary but fixed
 transition system, i.e.\ a relation between states:%
 \end{isamarkuptext}%
-\isacommand{consts}\ M\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}state\ {\isasymtimes}\ state{\isacharparenright}set{\isachardoublequote}%
+\isamarkuptrue%
+\isacommand{consts}\ M\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}state\ {\isasymtimes}\ state{\isacharparenright}set{\isachardoublequote}\isamarkupfalse%
+%
 \begin{isamarkuptext}%
 \noindent
 Again, we could have made \isa{M} a parameter of everything.
 Finally we introduce a type of atomic propositions%
 \end{isamarkuptext}%
-\isacommand{typedecl}\ atom%
+\isamarkuptrue%
+\isacommand{typedecl}\ atom\isamarkupfalse%
+%
 \begin{isamarkuptext}%
 \noindent
 and a \emph{labelling function}%
 \end{isamarkuptext}%
-\isacommand{consts}\ L\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}state\ {\isasymRightarrow}\ atom\ set{\isachardoublequote}%
+\isamarkuptrue%
+\isacommand{consts}\ L\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}state\ {\isasymRightarrow}\ atom\ set{\isachardoublequote}\isamarkupfalse%
+%
 \begin{isamarkuptext}%
 \noindent
 telling us which atomic propositions are true in each state.%
 \end{isamarkuptext}%
+\isamarkuptrue%
+\isamarkupfalse%
 \end{isabellebody}%
 %%% Local Variables:
 %%% mode: latex