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
|
<?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 July 2011</date>
<subtitle>User Manual</subtitle>
<pubsnumber>Ref A1</pubsnumber>
<address>Valence</address>
<edition>03</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>
</revhistory>
</bookinfo>
<bibliography>
<title>Documentation</title>
<bibliodiv>
<title>Reference</title>
<biblioentry>
<abbrev>TDG</abbrev>
<title>DocBook: The Definitive Guide</title>
<authorgroup>
<author>
<firstname>Norman</firstname>
<surname>Walsh</surname>
</author>
<author>
<firstname>Leonard</firstname>
<surname>Muellner</surname>
</author>
</authorgroup>
<copyright>
<year>1999, 2000, 2001</year>
<holder>O'Reilly & Associates, Inc.</holder>
</copyright>
<isbn>156592-580-7</isbn>
<publisher>
<publishername>O'Reilly</publishername>
</publisher>
</biblioentry>
</bibliodiv>
</bibliography>
<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="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="math/math.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" />
</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" />
</book>
|