After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 366715 - Gimp-Help: Docbook2ODF support
Gimp-Help: Docbook2ODF support
Status: RESOLVED FIXED
Product: GIMP-manual
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: 0.13Release
Assigned To: Róman Joost
Róman Joost
Depends on:
Blocks:
 
 
Reported: 2006-10-29 09:05 UTC by Róman Joost
Modified: 2007-05-03 21:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docbook2odf support for gimp-help-2 (2.82 KB, patch)
2006-10-29 09:07 UTC, Róman Joost
none Details | Review

Description Róman Joost 2006-10-29 09:05:14 UTC
I modified my Makefile to support docbook2odf. 
This patch will allow us to convert the profiled XML to the Open Document Format, which allows us to convert it to PDF. 

We're always running into trouble using LaTeX to generate PDF files for korean, chinese and similar language. The lack of fonts makes it a burder, where the ODF way would help us providing PDFs.
Comment 1 Róman Joost 2006-10-29 09:07:14 UTC
Created attachment 75602 [details] [review]
docbook2odf support for gimp-help-2

This patch adds docbook2odf support to the gimp-help-2 built system.
Comment 2 Róman Joost 2007-03-06 08:19:33 UTC
I schedule this for 0.13Release ...
Comment 3 Axel Wernicke 2007-04-21 13:14:44 UTC
there are efforts by the dblatex team to make pdf creation for such languages as korean and chinese available. May be we don'nt need to do an additional ODF creation step.
So no need to hurry with the fixing of this bug.
Comment 4 Róman Joost 2007-04-22 09:29:32 UTC
You're right, but I think it's good to have a chance choosing between alternatives.
Comment 5 Róman Joost 2007-05-03 21:49:45 UTC
Fixed by Rev. 1863. The transformation process is very slow, because every single image is copied in a preprocessing step to a temporary directory :(