Activity for DocBook to LaTeX Publishing

  • lantw44 lantw44 created ticket #133

    Error when running from a directory with a non-ASCII name

  • Sandro Santilli Sandro Santilli posted a comment on ticket #130

    We have this problem with Japanese characters, see https://trac.osgeo.org/postgis/ticket/5439#comment:8

  • Michael J Gruber Michael J Gruber created ticket #13

    Adjust submodule imports for py 3.12

  • Miro Hrončok Miro Hrončok created ticket #12

    Replace imp with importlib

  • songfurong songfurong created ticket #132

    Several parameters in the dblatex package cannot be executed

  • songfurong songfurong modified a comment on discussion Open Discussion

    When using the dblatex - command, you can add at most two books to the used book collection. The two books report the following errors: Error: '>' is not supported between instances of 'nonetype' and 'Int'. The book group test.xml code is as follows: <set lang="en" id="a_set" xmlns:xi=" &lt;a href=" http:="" www.w3.org="" 2001="" xinclude"="">http://www.w3.org/2001/XInclude "> < title > set title < / Title > <set> <xi:include href="test.inclue1.xml"> <xi:include href="test.inclue2.xml"> <xi:include...

  • songfurong songfurong modified a comment on discussion Open Discussion

    When using the dblatex - command, you can add at most two books to the used book collection. The two books report the following errors: Error: '>' is not supported between instances of 'nonetype' and 'Int'. The book group test.xml code is as follows: <set lang="en" id="a_set" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>设置标题</title> <set> <xi:include href="test.inclue1.xml"> <xi:include href="test.inclue2.xml"> <xi:include href="test.inclue3.xml"> </xi:include></xi:include></ xi:include></xi:include></set>...

  • songfurong songfurong modified a comment on discussion Open Discussion

  • songfurong songfurong posted a comment on discussion Open Discussion

    使用dblatex -O命令时,使用的书籍集合中最多只能添加两本书,大于两本对报以下错误: Error: '>' not supported between instances of 'NoneType' and 'int'. 书籍组test.xml代码如下 <set lang="en" id="a_set" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Set Title</title> <set> <xi:include href="test.inclue1.xml"> <xi:include href="test.inclue2.xml"> <xi:include href="test.inclue3.xml"> </xi:include></xi:include></xi:include></set> </set> 运行代码: dblatex -O outputDir -P set.book.num=all -P use.id.as.filename=1 test.xml

  • Toni Toni created ticket #131

    formatting within <link> is ignored

  • Raphael Hertzog Raphael Hertzog posted a comment on ticket #129

    The patch seems to work in Debian 11 bullseye but we have remaining errors while trying to build the debian handbook in Debian Unstable. Not sure if it's related or if it's something entirely different. cf feedback received in https://salsa.debian.org/hertzog/debian-handbook/-/issues/49#note_302033

  • Oliver K. Smith Oliver K. Smith created ticket #130

    UTF-8 handling and escaped characters in listing environment

  • Guillon Guillon posted a comment on ticket #129

    Hi, Thanks for the bug report that has a good analysis. Please find attached a patch that works for me. Tell me if it's ok for you.

  • Raphael Hertzog Raphael Hertzog created ticket #129

    Fails to produce PDF output when using scale.by.width - produces broken lstlisting/lstcode options

  • Matej Cepl Matej Cepl created ticket #11

    No need for weird sys.path manipulation when shutil.which is in stdlib

  • Matej Cepl Matej Cepl created ticket #21

    Use rsvg-convert instead of inkscape for SVG conversion

  • Matej Cepl Matej Cepl created ticket #20

    Disable Debianism

  • Jérôme Jérôme created ticket #128

    Error when parameter table.in.float='0' and a table is spreaded on two pages

  • Michael J Gruber Michael J Gruber posted a comment on ticket #115

    I maintain(ed) a hggit mirror at https://github.com/mjg/dblatex-hg from the time of the py3 porting. It is not official by any means. Note that the hg repo here was forked for the py3 version but really is a direct continuation of the old tip, without the old tip moving. That's why you see only that branch moving in the hggit mirror, including what is now dblatex-py3. In addition, my own (py3 porting) work is in a separate git repo. Back then it seemd a good idea to name it dblatex-py3, but now it...

  • rzr rzr created ticket #127

    PyPi version outdated: 0.3.10 < 0.3.11

  • rzr rzr posted a comment on ticket #115

    Is there a recommended git mirror to use ?

  • Guillon Guillon committed [d71b12]

    Added tag v0_3_12 for changeset a4646f15c34a

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.12/dblatex3-0.3.12.tar.bz2

  • Guillon Guillon committed [a4646f]

    Fix python3 conversion bug.

  • Guillon Guillon committed [9cb1ac]

    Remove useless 'no' locale, replaced by 'nb' et 'nn'.

  • Guillon Guillon committed [8ffb1b]

    To differenciate releases for python3.

  • Guillon Guillon committed [48db72]

    Fix cover page layout when author is missing.

  • Guillon Guillon committed [7bce7d]

    Example of publisher setup.

  • Guillon Guillon committed [e1af2f]

    Cosmetics.

  • Guillon Guillon committed [0fb8e4]

    Fix the babel setup for 'nn' locale.

  • Guillon Guillon committed [f2b203]

    Change the default cover page rendering.

  • Guillon Guillon committed [b975c7]

    Added tag v0_3_12pre2 for changeset 7bce7dc00163

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.12/dblatex3-0.3.12pre2.tar.bz2

  • Peter Dyballa Peter Dyballa posted a comment on ticket #126

    Sorry, I made a mistake: The build script (in TCL) of the MacPorts package manager seems to be the cause for the faulty path to Python 3: reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${python.prefix}/bin/dblatex reinplace "s|#!/usr/bin/env python|#!${python.bin}|" ${destroot}${python.prefix}/bin/dblatex fs-traverse f ${destroot}${python.prefix}/share { if {[file isfile $f]} { set f [string range $f [string length ${destroot}${python.prefix}/share/] end] file mkdir [file dirname ${destroot}${prefix}/share/$f]...

  • Peter Dyballa Peter Dyballa created ticket #126

    On Macs dblatex has Python3 path to /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python«version»«version»

  • Guillon Guillon committed [e23f10]

    Fix SF bug #123: se.xml fixing.

  • Guillon Guillon committed [429bef]

    Fix SF bug #118 about nb/nn locales: thanks to Petter Reinholdtsen's patch.

  • Guillon Guillon committed [dcf601]

    Fix SF bug #123 about adding se locale: thanks to Petter Reinholdtsen'

  • Guillon Guillon committed [308d35]

    Add the '--tag-from' option.

  • Guillon Guillon committed [771939]

    Fix SF bug #120 to use locale quotes: thanks to Petter Reinholdtsen's patch.

  • Guillon Guillon committed [bf9b3c]

    Fix SF bug #119 in using locale quotes in glossary: thanks to Petter Reinholdtsen's patch

  • Guillon Guillon committed [184674]

    Explicit use of python3.

  • Guillon Guillon committed [d0c0e0]

    Fix SF bug #124 to have default qandaset title markup in english.

  • Guillon Guillon committed [c25139]

    Update doc for 0.3.12 release.

  • Guillon Guillon committed [8eefb7]

    Add the 0.3.12 changes summary.

  • Guillon Guillon committed [ff063c]

    Removed tag v0_3_12pre1

  • Guillon Guillon committed [079e4a]

    Added tag v0_3_12pre1 for changeset e6966d40ad73

  • Guillon Guillon committed [e6966d]

    Use SVG images in HTML output.

  • Guillon Guillon committed [77c534]

    Removed tag v0_3_12pre1

  • Guillon Guillon committed [a8eeed]

    Added tag setup.py for changeset 77c53409b6f8

  • Guillon Guillon committed [5576a6]

    Added tag v0_3_12pre1 for changeset 8eefb7309fe8

  • Guillon Guillon committed [b7621d]

    Removed tag setup.py

  • Guillon Guillon committed [0d3523]

    Removed tag v0_3_12pre1

  • Guillon Guillon committed [32f1a6]

    Added tag v0_3_12pre1 for changeset 00a55a9ab179

  • Guillon Guillon committed [00a55a]

    Make setup.py robust to python or python3 use.

  • Guillon Guillon committed [76bea2]

    Added tag v0_3_12pre1 for changeset d531d68da857

  • Guillon Guillon committed [d531d6]

    Update doc for 0.3.12 release.

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.12/readme-release-0.3.12.txt

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.12/dblatex3-0.3.12pre1.tar.bz2

  • Guillon Guillon modified ticket #124

    Is en.xml in dblatex missing QandASet?

  • Guillon Guillon modified ticket #120

    Use locale specific quotes in bibliography output

  • Guillon Guillon modified ticket #119

    Use locale specific quotes in glossary output

  • Guillon Guillon modified ticket #123

    Add Northern Sami locale value

  • Guillon Guillon modified ticket #118

    Updated Norwegian locale settings

  • Guillon Guillon created ticket #125

    Notes from testing dblatex nb locale copared to docbook-xsl

  • Guillon Guillon created ticket #124

    Is en.xml in dblatex missing QandASet?

  • Guillon Guillon modified ticket #123

    Add Northern Sami locale value

  • Guillon Guillon posted a comment on ticket #123

    The second patch Petter sent me.

  • Guillon Guillon modified ticket #123

    Add Northern Sami locale value

  • Guillon Guillon created ticket #123

    Add Northern Sami locale value

  • Guillon Guillon created ticket #122

    dblatex <sidebar> as text on the side?

  • Guillon Guillon created ticket #121

    Use figures for tip, note, important and caution

  • Guillon Guillon created ticket #120

    Use locale specific quotes in bibliography output

  • Guillon Guillon created ticket #119

    Use locale specific quotes in glossary output

  • Guillon Guillon created ticket #118

    Updated Norwegian locale settings

  • Keishi Sando Keishi Sando created merge request #1

    The description for equation which is surrounded by opening/closing tags fails to convert.

  • Jan Tojnar Jan Tojnar created merge request #4

    Port to Inkscape 1.0

  • Guillon Guillon committed [c326bc]

    Changes to work with Python >= 3.5, by Michael J. Gruber (mjg).

  • Guillon Guillon committed [ce4004]

    To work with python3.

  • Guillon Guillon committed [82be0d]

    Small changes to work with pytrhon 3.2 and some fixes.

  • Guillon Guillon committed [d784b7]

    Added tag mjg_py3 for changeset c326bc9c552a

  • Guillon Guillon committed [f235c4]

    Added tag v0_3_11py3 for changeset 82be0d669e73

  • Ben Woodard Ben Woodard committed [4b6ea2]

    Added tag v0_3_11py3 for changeset ce4004e0ea95

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.11/readme-release-0.3.11.txt

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.11/dblatex-0.3.11py3.tar.bz2

  • Mohamed Belaouad Mohamed Belaouad posted a comment on discussion Help

    Hi, I am generating a pdf with asciidoctor (docbook output) and dblatex. I have an asciidoc list such as below where images are attached to sub list elements. The element text may be at the end of a page and the image at the beginning of the other. Is there a way to customize this? I wondered if this kind of customization is on dblatex side and if yes how to do it. * elem 1 * elem 2 ** elem 2 sub 1. + image::image_2_1.png[] ** elem 2 sub 2. + image::image_2_2.png[] * elem 3 * elem 4 Thanks in advance...

  • Matthew Peveler Matthew Peveler updated merge request #3

    Run 2to3 -f print over python files

  • Matthew Peveler Matthew Peveler posted a comment on merge request #3

    This was also made using the assumption that the goal was to migrate dblatex to run just under python3, so did not add anything like from __future__ import print_function. If the desire is to see if it can run under both python 2.7 and 3.5+, then I can add that and make all future 2to3 patches compatible.

  • Matthew Peveler Matthew Peveler created merge request #3

    Run 2to3 -f print over python files

  • Guillon Guillon modified ticket #114

    hyphen-encode can sometimes drop meaningful spaces

  • Guillon Guillon posted a comment on ticket #114

    Fixed in 0.3.11 release.

  • Guillon Guillon modified ticket #114

    hyphen-encode can sometimes drop meaningful spaces

  • Guillon Guillon posted a comment on ticket #114

    Fixed in 0.3.11 release.

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.11/readme-release-0.3.11.txt

  • DocBook to LaTeX Publishing DocBook to LaTeX Publishing released /dblatex/dblatex-0.3.11/dblatex-0.3.11.tar.bz2

  • Guillon Guillon committed [6abf43]

    Sync revisions with 0.3.11 release.

  • Guillon Guillon committed [e3b65c]

    Added tag v0_3_11 for changeset 7eced288d62d

  • Guillon Guillon committed [aca642]

    Added tag v0_3_11 for changeset ffe34ed80d54

  • Guillon Guillon committed [7eced2]

    Changes for 0.3.11.

  • Guillon Guillon committed [3bc023]

    Removed tag v0_3_11

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.