summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-26 23:07:28 +0000
committerKarl Berry <karl@freefriends.org>2012-08-26 23:07:28 +0000
commitd3535e838cefea309221187bb9e62698c0df8c51 (patch)
treedbee8197e1bfecefe547d53e843f0acff729a3fe /Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
parent33353453d22fc5877a8ced58c673c7008ce8c00a (diff)
latex-web-companion non-update
git-svn-id: svn://tug.org/texlive/trunk@27531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd')
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
index 3bb7530819a..271a51e2bdb 100644
--- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd
@@ -30,7 +30,7 @@
<!ELEMENT document (frontmatter?,bodymatter,backmatter?)>
<!ATTLIST document %i18n;
class CDATA "article">
-<!ELEMENT frontmatter (title,author?,date?,abstract?)>
+<!ELEMENT frontmatter (title,author?,date?,abstract?,keywords?)>
<!ELEMENT bodymatter ((par|%likepara;|%floats;|part|chapter|section)*,appendix*)>
<!ELEMENT backmatter (index|glossary)*>
<!-- fontchanges -->
@@ -55,7 +55,6 @@
<!ATTLIST quotation %basic;>
<!-- lists -->
<!ELEMENT description ((term*,item*)+)>
-<!ATTLIST description %basic;>
<!ELEMENT enumerate ((term*,item*)+)>
<!ATTLIST enumerate %basic;>
<!ELEMENT itemize ((term*,item*)+)>
@@ -86,9 +85,9 @@
<!ELEMENT par (#PCDATA|%inline;|%likepara;)*>
<!ATTLIST par %basic;>
<!-- "floats" and their contents -->
-<!ELEMENT figure (#PCDATA|par|%inline;|%likepara;|caption)*>
+<!ELEMENT figure (#PCDATA|par|%inline;|%likepara;|includegraphics|caption)*>
<!ATTLIST figure %basic;>
-<!ELEMENT table (#PCDATA|par|%inline;|%likepara;|caption)*>
+<!ELEMENT table (#PCDATA|par|%inline;|%likepara;|tabular|caption)*>
<!ATTLIST table %basic;>
<!ELEMENT includegraphics EMPTY>
<!ATTLIST includegraphics %basic;