This commit is contained in:
Burkhart Wolff 2020-09-22 16:57:50 +02:00
parent d655effcf8
commit bea648530b
4 changed files with 2 additions and 14 deletions

View File

@ -1,8 +1,6 @@
%% This is a placeholder for user-specific configuration and packages.
\usepackage{stmaryrd}
\newcommand{\ie}{i.e.}
\newcommand{\eg}{e.g.}
\title{<TITLE>}
\author{<AUTHOR>}

View File

@ -9,11 +9,7 @@ open_monitor*[this::article]
declare[[strict_monitor_checking = false]]
setup \<open> DOF_lib.define_shortcut \<^binding>\<open>eg\<close> "\\eg"
(* Latin: „exempli gratia“ meaning „for example“. *)
#> DOF_lib.define_shortcut \<^binding>\<open>ie\<close> "\\ie"
(* Latin: „id est“ meaning „that is to say“. *)
#> DOF_lib.define_shortcut \<^binding>\<open>csp\<close> "CSP"
setup \<open> DOF_lib.define_shortcut \<^binding>\<open>csp\<close> "CSP"
#> DOF_lib.define_shortcut \<^binding>\<open>isabelle\<close> "Isabelle/HOL"\<close>
(*>*)

View File

@ -16,11 +16,7 @@ theory TR_MyCommentedIsabelle
imports "Isabelle_DOF.technical_report"
begin
setup \<open> DOF_lib.define_shortcut \<^binding>\<open>eg\<close> "\\eg"
(* Latin: „exempli gratia“ meaning „for example“. *)
#> DOF_lib.define_shortcut \<^binding>\<open>ie\<close> "\\ie"
(* Latin: „id est“ meaning „that is to say“. *)
#> DOF_lib.define_shortcut \<^binding>\<open>csp\<close> "CSP"
setup \<open> DOF_lib.define_shortcut \<^binding>\<open>csp\<close> "CSP"
#> DOF_lib.define_shortcut \<^binding>\<open>isabelle\<close> "Isabelle/HOL"\<close>
open_monitor*[this::report]

View File

@ -16,6 +16,4 @@
\usepackage{prooftree}
\title{<TITLE>}
\author{<AUTHOR>}
\newcommand{\eg}{e.\,g.}
\newcommand{\ie}{i.\,e.}