doc-src/IsarRef/pure.tex
changeset 17259 dda237f1d299
parent 16829 9a6131627ea3
child 17397 4ef3da248c48
--- a/doc-src/IsarRef/pure.tex	Mon Sep 05 16:47:28 2005 +0200
+++ b/doc-src/IsarRef/pure.tex	Mon Sep 05 17:38:15 2005 +0200
@@ -119,11 +119,10 @@
 \cite{isabelle-sys} for more information on Isabelle's document preparation
 tools).
 
-\railalias{textraw}{text\_raw}
-\railterm{textraw}
-
 \begin{rail}
-  ('chapter' | 'section' | 'subsection' | 'subsubsection' | 'text' | textraw) text
+  ('chapter' | 'section' | 'subsection' | 'subsubsection' | 'text') locale? text
+  ;
+  'text\_raw' text
   ;
 \end{rail}
 
@@ -131,13 +130,17 @@
 \item [$\isarkeyword{chapter}$, $\isarkeyword{section}$,
   $\isarkeyword{subsection}$, and $\isarkeyword{subsubsection}$] mark chapter
   and section headings.
-\item [$\TEXT$] specifies paragraphs of plain text, including references to
-  formal entities (see also \S\ref{sec:antiq} on ``antiquotations'').
+\item [$\TEXT$] specifies paragraphs of plain text.
 \item [$\isarkeyword{text_raw}$] inserts {\LaTeX} source into the output,
   without additional markup.  Thus the full range of document manipulations
   becomes available.
 \end{descr}
 
+The $text$ argument of these markup commands (except for
+$\isarkeyword{text_raw}$) may contain references to formal entities
+(``antiquotations'', see also \S\ref{sec:antiq}).  These are interpreted in
+the present theory context, or the specified $locale$.
+
 Any of these markup elements corresponds to a {\LaTeX} command with the name
 prefixed by \verb,\isamarkup,.  For the sectioning commands this is a plain
 macro with a single argument, e.g.\ \verb,\isamarkupchapter{,\dots\verb,}, for