diff options
author | reed <reed@pkgsrc.org> | 2009-05-21 21:32:34 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-05-21 21:32:34 +0000 |
commit | f8d52fb7512b33b2f1b8863ddaa3da6f850e37c8 (patch) | |
tree | 514c52bbaaea64acd90add760a8f793849beaa1e /doc/CHANGES-2009 | |
parent | 7a3d25b118f622059b4eefc1eb6b2c4f5126b7b1 (diff) | |
download | pkgsrc-f8d52fb7512b33b2f1b8863ddaa3da6f850e37c8.tar.gz |
Upgrade to dblatex to 0.2.10.
Adds lots of HTML documentation and more xetex support.
I tested this with a few documents, plus it fixes at
least one bug I had when using custom style configurations.
From the announcement, the detailed changes are:
- Fix Debian bug #525692: remove babel shorthand for russian
- Fix Debian bug #514932: apply XSLT options when building listing
(thanks to W. Borgert's patch).
- Fix Debian bug #499500: apply the A. Hoenen patch
- Fix bug #2412650: make curly braces more robust in <indexterm>s.
- Fix bug #2393435: handle <table> @pgwide for two column mode.
- Fix bug #2381306: make <ulink>s more robust in <term>
- Fix bug #2058771: use \ensuremath{} to make equations robust.
- Fix bug #1987025: use @xml:id when provided to make labels.
- Fix bug #1975259: apply general title template to handle escaped chars
in qandaset titles.
- Fix bug in handling @xreflabel in <xref>
- Fix annotation bug: add a correct font setup to each annotation tex file
- Fix some character translations: backtick (`), degree symbol
- Fix SGML to XML conversion through osx
- Use Info/title to render qansaset headings
- Use \ensuremath{} to make latin1 from UTF8 conversion more robust
- Add the parameters:
* doc.layout: configure the overall document layout
(deciding if it contains a coverpage, a toc, a frontmatter etc.)
* variablelist.term.separator,
* refentry.generate.name,
* ulink.show (mechanism extended with @xrefstyle),
* ulink.footnotes.
- Remove useless parameters (rely on localized gentext instead):
* refnamediv.title,
* refsynopsis.title,
- Move the 'qandaset.defaultlabel' parameter to 'qanda.defaultlabel' in
order to be common with the DocBook Project XSL parameter.
- By default, a document subset (i.e. no <article> or <book> root element
is no more wrapped with an <article>. No more unexpected cover page and
front matter.
- Allow a tex equation in <alt> without latex math mode delimiters in both
<equation> and <inlineequation>.
- Add texmath PI in <alt> in order to avoid automatic math mode wrapping
- Make XeTeX support more mature (but still experimental).
- Change the documentation structure.
Diffstat (limited to 'doc/CHANGES-2009')
-rw-r--r-- | doc/CHANGES-2009 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 7cf7089f873..9f9423b0162 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2051 2009/05/21 20:40:15 wiz Exp $ +$NetBSD: CHANGES-2009,v 1.2052 2009/05/21 21:32:34 reed Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2718,3 +2718,4 @@ Changes to the packages collection and infrastructure in 2009: Updated x11/p5-gtk2 to 1.220 [sno 2009-05-21] Updated time/etm to 255 [wiz 2009-05-21] Updated meta-pkgs/p5-gnome-bindings to 2.26.1.91 [wiz 2009-05-21] + Updated textproc/dblatex to 0.2.10 [reed 2009-05-21] |