Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10_cjk_font.patch | Improve CJK (Chinese/Japanese/Korean) support:Let XSL configuration parameter cjk.font default to gkai (instead of the cyberbit font not included in Debian). |
Andreas Hoenen <andreas@hoenen-terstappen.de> | no | |||
20_endless_processing_loop.patch | 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. , |
Andreas Hoenen <andreas@hoenen-terstappen.de> | no | |||
20_subtitle_handling.patch | 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. |
Andreas Hoenen <andreas@hoenen-terstappen.de> | no | |||
20_db2latex_title_page.patch | Hotfix for BTS report #584670:Avoid duplication of title and author on title page for articles in db2latex style. |
Andreas Hoenen <andreas@hoenen-terstappen.de> | no | |||
20_pt_quote.patch | Hotfix for BTS report #863527:In Portuguese and Brazilian documents don't break on a " as last character in a table title. |
Andreas Hoenen <andreas@hoenen-terstappen.de> | no | |||
python3.12-replace-imp-by-importlib.patch | Python 3.12 compatibility: Replace imp by importlib | Miro Hronok <mhroncok@redhat.com> | yes | 2023-06-15 | ||
python3.12-adjust-submodule-imports.patch | Python 3.12 compatibility: adjust submodule imports importlib imports behave differently in py 3.11 and py 3.12: py 3.12 requires explicit imports of the submodules. . While fixing this, reduce the imports to the used submodules. Currently, the base is still imported automatically. |
Michael J Gruber <github@grubix.eu> | yes | 2023-07-06 | ||
python3.12-SyntaxWarnings.patch | Fix several SyntaxWarnings Use raw strings to avoid invalid escape sequence | Graham Inggs <ginggs@debian.org> | no | 2024-01-22 | ||
30_fix_doc_after_inkscape_changes.patch | Adjust custom dblatex conf file after Inkscape changes | Wolfgang Schweer <wschweer@arcor.de> | no | |||
30_fix_inkscape_options.patch | 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. |
Wolfgang Schweer <wschweer@arcor.de> | no | debian | ||
30_fix_manual_after_inkscape_changes.patch | Adjust manual after Inkscape command line option changes | Wolfgang Schweer <wschweer@arcor.de> | no |