File: manual.conf

package info (click to toggle)
dblatex 0.3.12py3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,684 kB
  • sloc: xml: 102,889; python: 8,259; makefile: 119; sh: 48
file content (16 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" ?>
<!--
  ====================================================================
  Configuration file for dblatex documentation (manual, release notes)
  ====================================================================
-->
<config xmlns="http://dblatex.sourceforge.net/config">
  <latex>
    <texinputs>../latex//</texinputs>
    <texstyle use="docbook"/>
    <backend use="pdftex"/>
  </latex>
  <xslt>
    <stylesheet fileref="manual.xsl"/>
  </xslt>
</config>