1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book lang="en" id="usermanual">
<bookinfo>
<title>DocBook to LaTeX Publishing</title>
<author>
<firstname>BenoƮt</firstname>
<surname>Guillon</surname>
</author>
<date>3 April 2017</date>
<subtitle>User Manual</subtitle>
<pubsnumber>Ref A1</pubsnumber>
<address>Bordeaux</address>
<edition>11</edition>
<releaseinfo>v<xi:include href="version.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/></releaseinfo>
<othercredit>
<firstname>Andreas</firstname>
<surname>Hoenen</surname>
<contrib output="html">Reviewed by</contrib>
<contrib output="pdf">REVIEWED BY</contrib>
</othercredit>
<revhistory>
<revision>
<revnumber>01</revnumber>
<date>2009/05/05</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>The manual does not include the change history anymore. The change
history is now in the release note. The XSL Parameters are now described as
reference entries.</para>
</revdescription>
</revision>
<revision>
<revnumber>02</revnumber>
<date>2009/06/21</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Add a section about the new <sgmltag>set</sgmltag> support, and a section
about how to extend the verbatim rendering.</para>
</revdescription>
</revision>
<revision>
<revnumber>03</revnumber>
<date>2011/07/03</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Add a section about the new HTML table support, and a section
about the PyPI distribution.</para>
</revdescription>
</revision>
<revision>
<revnumber>04</revnumber>
<date>2012/04/10</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.3.</para>
</revdescription>
</revision>
<revision>
<revnumber>05</revnumber>
<date>2012/06/03</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.4.</para>
</revdescription>
</revision>
<revision>
<revnumber>06</revnumber>
<date>2014/05/26</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.5.</para>
</revdescription>
</revision>
<revision>
<revnumber>07</revnumber>
<date>2015/05/15</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.6: add the ability to use a texpost
python plugin, and new index capabilities.</para>
</revdescription>
</revision>
<revision>
<revnumber>08</revnumber>
<date>2015/08/06</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.7: add section <xref linkend="sec-section-num"/>.</para>
</revdescription>
</revision>
<revision>
<revnumber>09</revnumber>
<date>2016/07/20</date>
<authorinitials>B. Guillon / Karl O. Pinc</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.8: add appendix <xref linkend="sec-pis"/>, and sections <xref linkend="sec-xml-config"/>,
<xref linkend="sec-music"/>.</para>
</revdescription>
</revision>
<revision>
<revnumber>10</revnumber>
<date>2016/07/24</date>
<authorinitials>B. Guillon / Karl O. Pinc</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.9: add new features in <xref linkend="sec-xml-config"/> and complete some sections.</para>
</revdescription>
</revision>
<revision>
<revnumber>11</revnumber>
<date>2017/04/03</date>
<authorinitials>B. Guillon</authorinitials>
<revdescription>
<para>Update documentation for release 0.3.10: add the features of
<xref linkend="sec-covers"/>, and put some
cosmetic changes in <xref linkend="sec-specs"/>.</para>
</revdescription>
</revision>
</revhistory>
</bookinfo>
<xi:include href="document.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="install.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<chapter>
<title>Using dblatex</title>
<section>
<title>Reference</title>
<xi:include href="manpage/dblatex.1.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
<xi:include href="custom/style.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="publish.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="pagesetup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="covers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="secnum.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="figure.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="tables/table.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="formatting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="math/math.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="music.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="verbatim.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="index.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="biblio.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="revision.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="locale.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="xref.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="footnote.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</chapter>
<xi:include href="custom/custom.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="faq.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="thanks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="params/param.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="pis/pi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>
|