source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/roundtrip/blocks2dbk.dtd@ c158fe6

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since c158fe6 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
Line 
1 <!ENTITY components-extra ""> <!-- for customisation -->
2 <!ENTITY components "dbk:appendix |
3 dbk:article |
4 dbk:book |
5 dbk:chapter |
6 dbk:part |
7 dbk:preface |
8 dbk:section |
9 dbk:sect1 |
10 dbk:sect2 |
11 dbk:sect3 |
12 dbk:sect4 |
13 dbk:sect5
14 &components-extra;">
15
16 <!ENTITY blocks-extra ""> <!-- for customisation -->
17 <!ENTITY blocks "dbk:bibliography |
18 dbk:bibliodiv |
19 dbk:glossary |
20 dbk:glossdiv |
21 dbk:qandaset |
22 dbk:qandadiv
23 &blocks-extra;">
24
25 <!ENTITY metadata-extra ""> <!-- for customisation -->
26 <!ENTITY metadata-content 'contains(@rnd:style, "-title") or
27 contains(@rnd:style, "-subtitle") or
28 @rnd:style = "abstract" or
29 @rnd:style = "address" or
30 @rnd:style = "affiliation" or
31 @rnd:style = "author" or
32 @rnd:style = "biblioid" or
33 @rnd:style = "bibliomisc" or
34 @rnd:style = "bibliosource" or
35 @rnd:style = "contrib" or
36 @rnd:style = "date" or
37 @rnd:style = "edition" or
38 @rnd:style = "editor" or
39 @rnd:style = "email" or
40 @rnd:style = "issuenum" or
41 @rnd:style = "keyword" or
42 @rnd:style = "legalnotice" or
43 @rnd:style = "othercredit" or
44 @rnd:style = "pagenums" or
45 @rnd:style = "personblurb" or
46 @rnd:style = "pubdate" or
47 @rnd:style = "publisher" or
48 @rnd:style = "publisher-address" or
49 @rnd:style = "releaseinfo" or
50 @rnd:style = "revhistory" or
51 @rnd:style = "revision" or
52 @rnd:style = "volumenum"
53 &metadata-extra;'>
54
55 <!ENTITY author-extra ""> <!-- for customisation -->
56 <!ENTITY author-content '@rnd:style = "personblurb" or
57 @rnd:style = "address" or
58 @rnd:style = "affiliation" or
59 @rnd:style = "contrib" or
60 @rnd:style = "email"
61 &author-extra;'>
62
63 <!ENTITY admonition-extra ""> <!-- for customisation -->
64 <!ENTITY admonition '@rnd:style = "caution" or
65 @rnd:style = "important" or
66 @rnd:style = "note" or
67 @rnd:style = "tip" or
68 @rnd:style = "warning"
69 &admonition-extra;'>
70 <!ENTITY admonition-title-extra ""> <!-- for customisation -->
71 <!ENTITY admonition-title '@rnd:style = "caution-title" or
72 @rnd:style = "important-title" or
73 @rnd:style = "note-title" or
74 @rnd:style = "tip-title" or
75 @rnd:style = "warning-title"
76 &admonition-title-extra;'>
Note: See TracBrowser for help on using the repository browser.