diff --git a/examples/technical_report/Isabelle_DOF-Manual/02_Background.thy b/examples/technical_report/Isabelle_DOF-Manual/02_Background.thy index 0a0d9fc..79150fd 100755 --- a/examples/technical_report/Isabelle_DOF-Manual/02_Background.thy +++ b/examples/technical_report/Isabelle_DOF-Manual/02_Background.thy @@ -81,14 +81,14 @@ text\ any context. The context-definition contains an \<^boxed_theory_text>\import\ and a \<^boxed_theory_text>\keyword\ section, for example: @{boxed_theory_text [display]\ - theory Example (* Name of the 'theory' *) + theory Example \\Name of the 'theory'\ imports (* Declaration of 'theory' dependencies *) Main (* Imports a library called 'Main' *) keywords (* Registration of keywords defined locally *) requirement (* A command for describing requirements *)\} - where \<^boxed_theory_text>\Example\ is the abstract name of the text-file, \<^boxed_theory_text>\Main\ refers to an - imported theory (recall that the import relation must be acyclic) and \<^boxed_theory_text>\keywords\ are - used to separate commands from each other. + where \<^boxed_theory_text>\Example\ is the abstract name of the text-file, \<^boxed_theory_text>\Main\ + refers to an imported theory (recall that the import relation must be acyclic) and + \<^boxed_theory_text>\keywords\ are used to separate commands from each other. \ text\ A text-element \<^index>\text-element\ may look like this: