File: changes-0.2pre.xml

package info (click to toggle)
dblatex 0.3.4-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,004 kB
  • sloc: xml: 100,126; python: 5,478; makefile: 137; sh: 70
file content (19 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<para>Major release. All the code to transform SGML, call the XSLT, convert the
figures and finally compile with LaTeX has been re-written from scratch in
Python, removing Perl and GNU make dependencies. The LaTeX compilation relies on
a subset of the <ulink url="http://www.pps.jussieu.fr/~beffara/soft/rubber">Rubber</ulink> package. The new implementation is more robust, more consistent, and gives
the possibility to integrates new features. Some other small improvements are
included too:
<itemizedlist>
<listitem>
  <para>Some list attributes like <sgmltag>continuation</sgmltag>, <sgmltag>numeration</sgmltag> and <sgmltag>spacing</sgmltag> are now supported.</para>
</listitem>
<listitem>
<para>The <parameter>filename.as.url</parameter> parameter is added to avoid
forced hyphenation with spurious '-' characters.</para>
</listitem>
<listitem>
<para>Some bug fixes.</para>
</listitem>
</itemizedlist>
</para>