1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4<itemizedlist>
5<listitem>
6<para>Use info/title to render <sgmltag>qansaset</sgmltag> headings.</para>
7</listitem>
8
9<listitem>
10<para>Use <literal>\ensuremath{}</literal> to make latin1 from UTF8 conversion
11more robust.</para>
12</listitem>
13
14<listitem>
15<para>Add the parameters:</para>
16
17<itemizedlist>
18<listitem>
19<para><parameter>doc.layout</parameter> parameter to configure the overall
20document layout (deciding if it contains a coverpage, a toc, a frontmatter
21etc.).</para>
22</listitem>
23
24<listitem>
25<para><parameter>variablelist.term.separator</parameter> (common with DocBook
26Project),</para>
27</listitem>
28
29<listitem>
30<para><parameter>refentry.generate.name</parameter> (common with DocBook
31Project),</para>
32</listitem>
33
34<listitem>
35<para><parameter>ulink.show</parameter> (mechanism extended with
36@xrefstyle),</para>
37</listitem>
38
39<listitem>
40<para><parameter>ulink.footnotes</parameter> (mechanism extended with
41@xrefstyle).</para>
42</listitem>
43</itemizedlist>
44</listitem>
45
46<listitem>
47<para>By default, a document subset (i.e. the root element is not an
48<sgmltag>article</sgmltag> nor a <sgmltag>book</sgmltag>) is no more wrapped
49with an <sgmltag>article</sgmltag>. No more unexpected cover page and front
50matter.</para>
51</listitem>
52
53<listitem>
54<para>A tex equation in <sgmltag>alt</sgmltag> can be written without latex
55math mode delimiters (\( \),\[ \], $ $) in both <sgmltag>equation</sgmltag>
56and <sgmltag>inlineequation</sgmltag>.</para>
57</listitem>
58
59<listitem>
60<para>Add <sgmltag role="">texmath</sgmltag> Processing Instruction in
61<sgmltag>alt</sgmltag> in order to avoid automatic math mode wrapping</para>
62</listitem>
63
64<listitem>
65<para>Make XeTeX support more mature (but still experimental).</para>
66</listitem>
67
68<listitem>
69<para>Change the documentation structure.</para>
70</listitem>
71
72<listitem>
73<para>A number of bug fixes, including:</para>
74
75<itemizedlist>
76<listitem>
77<para>Debian bugs: #525692, and #514932.</para>
78</listitem>
79
80<listitem>
81<para>SourceForge bugs: #2412650, #2393435, #2381306, #2058771, #1987025, and
82#1975259.</para>
83</listitem>
84</itemizedlist>
85</listitem>
86</itemizedlist>