From 82121d72044e1966d8bc93fab4b2b241054e3583 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Thu, 7 Jan 2021 04:39:28 +0000 Subject: [PATCH] Cleanup. --- .../Isabelle_DOF-Manual/01_Introduction.thy | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/examples/technical_report/Isabelle_DOF-Manual/01_Introduction.thy b/examples/technical_report/Isabelle_DOF-Manual/01_Introduction.thy index a45e528..79f5a19 100755 --- a/examples/technical_report/Isabelle_DOF-Manual/01_Introduction.thy +++ b/examples/technical_report/Isabelle_DOF-Manual/01_Introduction.thy @@ -1,7 +1,7 @@ (************************************************************************* * Copyright (C) - * 2019-2020 The University of Exeter - * 2018-2020 The University of Paris-Saclay + * 2019-2021 The University of Exeter + * 2018-2021 The University of Paris-Saclay * 2018 The University of Sheffield * * License: @@ -88,24 +88,16 @@ text\ \<^item> a light-blue background for input written in Isabelle's Isar language, \<^eg>: @{boxed_theory_text [display] \lemma refl: "x = x" - by simp\} + by simp\} \<^item> a green background for examples of generated document fragments (\<^ie>, PDF output): @{boxed_pdf [display] \The axiom refl\} \<^item> a red background for For (S)ML-code: @{boxed_sml [display] \fun id x = x\} \<^item> a yellow background for \LaTeX-code: @{boxed_latex [display] \\newcommand{\refl}{$x = x$}\} - \begin{ltx} - \newcommand{\refl}{$x = x$} - \end{ltx} \<^item> a grey background for shell scripts and interactive shell sessions: - @{boxed_bash [display] - \ë\prompt{}ë ls - CHANGELOG.md CITATION examples install LICENSE README.md ROOTS src\} - \begin{bash} - ë\prompt{}ë ls - CHANGELOG.md CITATION examples install LICENSE README.md ROOTS src - \end{bash} + @{boxed_bash [display]\ë\prompt{}ë ls +CHANGELOG.md CITATION examples install LICENSE README.md ROOTS src\} \ subsubsection\How to Cite \<^isadof>\