~ubuntu-branches/ubuntu/wily/dblatex/wily

« back to all changes in this revision

Viewing changes to docs/changes/changes-0.2.9.xml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hoenen
  • Date: 2008-08-11 20:28:56 UTC
  • mfrom: (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080811202856-d2qjg24ut53mgufx
Tags: 0.2.9-3
* Improve CJK (Chinese/Japanese/Korean) support:
  + Let XSL configuration parameter cjk.font default to gkai (instead of the
    cyberbit font not included in Debian).
  + Add Suggests dependency on latex-cjk-all for the gkai fonts.
  + Fix the db2latex style not to collide with the CJKutf8.sty file.
  Thanks to W. Martin Borgert for reporting and hints.
  Closes: #482857, #492350
* Fix a name clash with TeXLive for spanish documents in native style.
  Thanks to W. Martin Borgert for reporting.  Closes: #492304
* Support underscore characters in xreflabel attributes.  Thanks to
  Sébastien Villemot for reporting.  Closes: #492959

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>Add the parameters <parameter>refentry.numbered</parameter>,
 
7
    <parameter>refentry.tocdepth</parameter> to have the
 
8
    <sgmltag>refentry</sgmltag> titles numbered (default) or not.</para>
 
9
  </listitem>
 
10
 
 
11
  <listitem>
 
12
    <para>Add <sgmltag>partintro</sgmltag>s handling. Needed to have a
 
13
    complete TDG compiled with <command>dblatex</command>.</para>
 
14
  </listitem>
 
15
 
 
16
  <listitem>
 
17
    <para>Add linking to <sgmltag>areaset</sgmltag>.</para>
 
18
  </listitem>
 
19
 
 
20
  <listitem>
 
21
    <para>Add <sgmltag>emphasis</sgmltag> rendering in
 
22
    <sgmltag>programlisting</sgmltag> and <sgmltag>screen</sgmltag>.</para>
 
23
  </listitem>
 
24
 
 
25
  <listitem>
 
26
    <para>Add some logic to handle the graphics in equations. Add the
 
27
    <parameter>alt.use</parameter> parameter.</para>
 
28
  </listitem>
 
29
 
 
30
  <listitem>
 
31
    <para>Add some XeTeX support. One can use <option>-b xetex</option> to
 
32
    compile with <command>xelatex</command>. The
 
33
    <parameter>xetex.font</parameter> parameter is added to allow the user
 
34
    to configure the fonts used by XeTeX. This feature may not work for
 
35
    some ranges of unicode characters. This aspect will be improved in a next
 
36
    release.</para>
 
37
  </listitem>
 
38
 
 
39
  <listitem>
 
40
    <para>A number of bug fixes.</para>
 
41
  </listitem>
 
42
</itemizedlist>