Package: dblatex / 0.3.12py3-5

Metadata

Package Version Patches format
dblatex 0.3.12py3-5 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_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.

python3.12 replace imp by importlib.patch | (download)

lib/dbtexmf/core/dbtex.py | 19 9 + 10 - 0 !
lib/dbtexmf/dblatex/grubber/plugins.py | 19 9 + 10 - 0 !
lib/dbtexmf/xslt/xslt.py | 23 12 + 11 - 0 !
3 files changed, 30 insertions(+), 31 deletions(-)

 python 3.12 compatibility: replace imp by importlib
python3.12 adjust submodule imports.patch | (download)

lib/dbtexmf/core/dbtex.py | 3 2 + 1 - 0 !
lib/dbtexmf/dblatex/grubber/plugins.py | 3 2 + 1 - 0 !
lib/dbtexmf/xslt/xslt.py | 3 2 + 1 - 0 !
3 files changed, 6 insertions(+), 3 deletions(-)

 python 3.12 compatibility: adjust submodule imports
python3.12 SyntaxWarnings.patch | (download)

lib/dbtexmf/dblatex/grubber/texparser.py | 2 1 + 1 - 0 !
lib/dbtexmf/dblatex/texcodec.py | 2 1 + 1 - 0 !
lib/dbtexmf/dblatex/texhyphen.py | 6 3 + 3 - 0 !
lib/dbtexmf/dblatex/xetex/fcmanager.py | 2 1 + 1 - 0 !
lib/dbtexmf/dblatex/xetex/fontspec.py | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 7 deletions(-)

 fix several syntaxwarnings
 Use raw strings to avoid invalid escape sequence
30_fix_doc_after_inkscape_changes.patch | (download)

docs/custom/dblatex.xconf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust custom dblatex conf file after inkscape changes

30_fix_inkscape_options.patch | (download)

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

 adjust inkscape options for svg conversion
 Inkscape removed the -z option (--without-gui shortcut) and deprecated the
 --without-gui, --export-png and --export-pdf options (among others).
 Now, --export-filename and/or --export-type are needed, --without-gui is the
 default for commandline usage.   
Bug-Debian: https://bugs.debian.org/1033547

30_fix_manual_after_inkscape_changes.patch | (download)

docs/xhtml/manual/sec-specs.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust manual after inkscape command line option changes