bug in article class.

This commit is contained in:
Burkhart Wolff 2019-08-17 10:48:15 +02:00
parent f649f08c5e
commit b707eff08d
1 changed files with 2 additions and 3 deletions

View File

@ -392,9 +392,8 @@ text\<open>
\begin{isar}
doc_class article =
trace :: "(title + subtitle + author+ abstract +
introduction + technical + example +
conclusion + bibliography) list"
style_id :: string <= "''LNCS''"
version :: "(int \<times> int \<times> int)" <= "(0,0,0)"
where "(title ~~ \<lbrakk>subtitle\<rbrakk> ~~ \<lbrace>author\<rbrace>$^+$+ ~~ abstract ~~
introduction ~~ \<lbrace>technical || example\<rbrace>$^+$ ~~ conclusion ~~
bibliography)"