Package: dblatex / 0.3.10-2

Metadata

Package Version Patches format
dblatex 0.3.10-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_cjk_font.patch | (download)

xsl/lang.xsl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 improve cjk (chinese/japanese/korean) support:
Let XSL configuration parameter cjk.font default to gkai (instead of
the cyberbit font not included in Debian).

20_endless_processing_loop.patch | (download)

xsl/lang.xsl | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 hotfix for bts report #576217:
Avoid pdflatex runs repeating ad infinitum in case of:
- <book> document with german umlauts in headings
- dblatex processing options:
  * latex.encoding=utf8
  * latex.unicode.use=1
Please note that this patch only resolves the special case reported to BTS,
a fundamental solution must take into account also other non-ASCII characters,
e.g. , 

20_subtitle_handling.patch | (download)

latex/contrib/example/dbsimple.sty | 9 9 + 0 - 0 !
xsl/common/titles.xsl | 3 3 + 0 - 0 !
2 files changed, 12 insertions(+)

 hotfix for bts report #584669:
- Don't pass through a subtitle as plain text into document body due to a
  missing stylesheet (problem is style independent).
- Display subtitle below title in simple style, just as it is done in db2latex
  style.

20_db2latex_title_page.patch | (download)

latex/contrib/db2latex/db2latex.sty | 6 4 + 2 - 0 !
xsl/preamble.xsl | 8 8 + 0 - 0 !
2 files changed, 12 insertions(+), 2 deletions(-)

 hotfix for bts report #584670:
Avoid duplication of title and author on title page for articles in db2latex
style.

20_preserve_spaces.patch | (download)

lib/dbtexmf/dblatex/texhyphen.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 hotfix for bts report #862332:
Preserve spaces in <code> and <literal> elements.

20_pt_quote.patch | (download)

latex/style/dbk_locale.sty | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 hotfix for bts report #863527:
In Portuguese and Brazilian documents don't break on a " as last character
in a table title.

20_non_ascii_id.patch | (download)

lib/dbtexmf/dblatex/rawlabel.py | 80 80 + 0 - 0 !
lib/dbtexmf/dblatex/rawtex.py | 7 6 + 1 - 0 !
lib/dbtexmf/dblatex/rawverb.py | 3 0 + 3 - 0 !
lib/dbtexmf/dblatex/texcodec.py | 3 3 + 0 - 0 !
xsl/callout.xsl | 13 9 + 4 - 0 !
xsl/fasttext.xsl | 10 10 + 0 - 0 !
xsl/glossary.xsl | 2 1 + 1 - 0 !
xsl/labelid.xsl | 10 8 + 2 - 0 !
xsl/xref.xsl | 18 12 + 6 - 0 !
9 files changed, 129 insertions(+), 17 deletions(-)

 fix for bts reports #856123 and #866716:
pdftex backend: cope with id attributes containing non-ascii characters.