Polishing in 3 and 4, micro-shortening, and new stuff in 4.

This commit is contained in:
Burkhart Wolff 2018-04-22 13:47:29 +02:00
parent eae6eaf005
commit b54ed35466
2 changed files with 21 additions and 1 deletions

View File

@ -11,7 +11,20 @@ text*[tit::title]{* Using The Isabelle Ontology Framework*}
text*[stit::subtitle] \<open>Linking the Formal with the Informal\<close>
text*[auth1::author, affiliation="''Universit\\'e Paris-Sud''"]\<open>Burkhart Wolff\<close>
term "\<lparr>author.tag_attribute=undefined,affiliation=undefined\<rparr>"
ML{* !AnnoTextelemParser.SPY *}
definition HURX where "HURX = affiliation((undefined::author)\<lparr>affiliation:='' ''\<rparr>)"
thm HURX_def[simplified]
ML{*
val x = @{code "HURX"}
*}
definition HORX where "HORX = affiliation(\<lparr>author.tag_attribute=0,affiliation=undefined\<rparr>\<lparr>affiliation:='' ''\<rparr>) "
ML{*
val x = @{code "HORX"}
*}
text*[abs::abstract, keyword_list="[]"] {* Isabelle/Isar is a system
framework with many similarities to Eclipse; it is mostly known as part of
Isabelle/HOL, an interactive theorem proving and code generation environment.

View File

@ -13,6 +13,13 @@ Common Criteria identifies:
theory CENELEC_50126
imports "../Isa_DOF"
begin
text_raw{*\snip{appendix.tex}{1}{1}{%*}
text{* m importe quoi *}
text_raw{*}%endsnip*}
text{* Excerpt of the BE EN 50128:2011 *}