Renaming: keyword_list => keywordlist (to avoid LaTex special characters).

This commit is contained in:
Achim D. Brucker 2018-04-28 17:42:16 +01:00
parent f437e1337c
commit 3587183a3f
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ text*[auth4::author, affiliation="''Universit\\'e Paris-Sud''"]\<open>Burkhart W
term "affiliation_update (\<lambda> _ . '''') S"
text*[abs::abstract, keyword_list="[]"] {* Isabelle/Isar is a system
text*[abs::abstract, keywordlist="[]"] {* 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.
Recently, an Document Ontology Framework has been developed as a plugin in
@ -60,7 +60,7 @@ simplify;
*}
term "scholarly_paper.author.affiliation_update"
term "scholarly_paper.abstract.keyword_list_update"
term "scholarly_paper.abstract.keywordlist_update"
term "scholarly_paper.introduction.comment2_update"
ML{* val a $ b $ c = @{term "X\<lparr>affiliation:='' ''\<rparr>"}; fold;
*}

View File

@ -18,7 +18,7 @@ doc_class author =
affiliation :: "string"
doc_class abstract =
keyword_list :: "string list" <= "[]"
keywordlist :: "string list" <= "[]"
doc_class text_section =