mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 10:04:05 +09:00
btex: macrodef
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY money "¤">
|
||||
<!ENTITY zwsp "​">
|
||||
|
||||
<!ENTITY % ULStyle "(disc|square|circle)">
|
||||
<!ENTITY % Number "CDATA">
|
||||
@@ -53,16 +54,17 @@
|
||||
<!ENTITY % block "p | %heading; | %lists; | %blocktext;">
|
||||
<!ENTITY % Flow "(#PCDATA | %block; | %inline;)*">
|
||||
|
||||
<!ELEMENT btexdoc (cover?,tocpage?,manuscript,indexpage?)>
|
||||
<!ELEMENT btexdoc (macrodef?,cover?,tocpage?,manuscript,indexpage?)>
|
||||
<!ATTLIST btexdoc
|
||||
%BTeXcover;
|
||||
%BTeXinner;
|
||||
%BTeXpapersize;
|
||||
%BTeXdefs;
|
||||
>
|
||||
<!ELEMENT macrodef (pair)*>
|
||||
|
||||
<!-- COVER tag specification -->
|
||||
<!ELEMENT cover (title?, subtitle?, author?, edition?)>
|
||||
<!ELEMENT cover (title?,subtitle?,author?,edition?)>
|
||||
<!ELEMENT title %Inline.meta;>
|
||||
<!ELEMENT subtitle %Inline.meta;>
|
||||
<!ELEMENT author %Inline.meta;>
|
||||
|
||||
Reference in New Issue
Block a user