From b81eef7bd2ef85a257eafeea0ec1f77ab1ffc4a2 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 1 Feb 2021 05:06:15 +0000 Subject: [PATCH] Converted bash-environments to antiqotations. --- .../Isabelle_DOF-Manual/04_RefMan.thy | 35 ++++++------------- 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/examples/technical_report/Isabelle_DOF-Manual/04_RefMan.thy b/examples/technical_report/Isabelle_DOF-Manual/04_RefMan.thy index 5505b38..4f58859 100755 --- a/examples/technical_report/Isabelle_DOF-Manual/04_RefMan.thy +++ b/examples/technical_report/Isabelle_DOF-Manual/04_RefMan.thy @@ -1,7 +1,7 @@ (************************************************************************* * Copyright (C) - * 2019-2020 University of Exeter - * 2018-2020 University of Paris-Saclay + * 2019-2021 University of Exeter + * 2018-2021 University of Paris-Saclay * 2018 The University of Sheffield * * License: @@ -1101,10 +1101,7 @@ text\ \<^item> activation of the new document setup by executing the install script. You can skip the lengthy checks for the AFP entries and the installation of the Isabelle patch by using the \inlinebash|--skip-patch-and-afp| option: - - \begin{bash} -ë\prompt{\isadofdirn}ë ./install --skip-patch-and-afp - \end{bash} + @{boxed_bash [display] \ë\prompt{\isadofdirn}ë ./install --skip-patch-and-afp\} \ subsection\Document Templates\ @@ -1135,17 +1132,13 @@ text\ \<^item> activation of the new document template by executing the install script. You can skip the lengthy checks for the AFP entries and the installation of the Isabelle patch by using the \inlinebash|--skip-patch-and-afp| option: - - \begin{bash} -ë\prompt{\isadofdirn}ë ./install --skip-patch-and-afp - \end{bash} + @{boxed_bash [display] \ë\prompt{\isadofdirn}ë ./install --skip-patch-and-afp\} \ text\ - As the document generation of \<^isadof> is based - on \<^LaTeX>, the \<^isadof> document templates can (and should) make use of any \<^LaTeX>-classes provided - by publishers or standardization bodies. + As the document generation of \<^isadof> is based on \<^LaTeX>, the \<^isadof> document templates can (and + should) make use of any \<^LaTeX>-classes provided by publishers or standardization bodies. \ @@ -1211,19 +1204,16 @@ text\ subsubsection\Getting Started\ text\ - In general, we recommend to create a test project (\<^eg>, using \inlinebash|isabelle mkroot_DOF|) + In general, we recommend to create a test project (\<^eg>, using \<^boxed_bash>\isabelle mkroot_DOF\) to develop new document templates or ontology representations. The default setup of the \<^isadof> build system generated a \<^path>\output/document\ directory with a self-contained \<^LaTeX>-setup. In this directory, you can directly use \<^LaTeX> on the main file, called \<^path>\root.tex\: - -\begin{bash} -ë\prompt{MyProject/output/document}ë pdflatex root.tex -\end{bash} + @{boxed_bash [display] \ë\prompt{MyProject/output/document}ë pdflatex root.tex\} This allows you to develop and check your \<^LaTeX>-setup without the overhead of running - \inlinebash|isabelle build| after each change of your template (or ontology-style). Note that + \<^boxed_bash>\isabelle build\ after each change of your template (or ontology-style). Note that the content of the \<^path>\output\ directory is overwritten by executing - \inlinebash|isabelle build|. + \<^boxed_bash>\isabelle build\. \ subsubsection\Truncated Warning and Error Messages\ @@ -1233,10 +1223,7 @@ text\ cut off. Thus, it can be very helpful to configure \<^LaTeX> in such a way that it prints long error or warning messages. This can easily be done on the command line for individual \<^LaTeX> invocations: - -\begin{bash} -ë\prompt{MyProject/output/document}ë max_print_line=200 error_line=200 half_error_line=100 pdflatex root.tex -\end{bash} + @{boxed_bash [display] \ë\prompt{MyProject/output/document}ë max_print_line=200 error_line=200 half_error_line=100 pdflatex root.tex\} \ subsubsection\Deferred Declaration of Information\