1
vote
0answers
51 views

Putting TOC and LOF on the same page (PDF)

I tried several things to have my TOC and LOF on the same page in my PDF (xsltproc with fop), but none of them succeeded. Last thing I tried was tweaking force.page.count and initial.page.number as ...
0
votes
1answer
300 views

Getting an unwanted second title page when processing docbook to PDF via fop

I'm constructing a standard book format in dockbook xml then formatting it to PDF via fop. When I construct the final PDF however i'm getting a second broken title page that has the title and the ...
1
vote
1answer
304 views

Docbook XSL: Set a default size/scale for imagedata elements?

Writing some stylesheets for DocBook. Edit: per the comment below: Yes, this means I am writing customizations based on the DocBook-XSL stylesheets, not rewriting existing DocBook stylesheets. Is ...
1
vote
0answers
223 views

Restart footnote numbering in each 'sect1' in Docbook

As the title describes my problem is that I want to reset the footnote numbering in each 'sect1', not just in each 'chapter' or 'appendix' and etc. So far I couldn't manage to reset it. I've tried to ...
2
votes
1answer
931 views

Docbook stylesheet and tables, FOP error

I've never experienced this error since I use Docbook. I've looked it up and found out that this error was fixed earlier in the past (and also I gave a try to do the same steps as it was explained). ...
1
vote
1answer
278 views

Docbook, images already resized

I have an issue with my docbook xmls. The basic problem is that I couldn't find yet any solution to keep the inline/mediaobject images original size (height/width). All of the images are displayed ...
2
votes
1answer
195 views

is there a simple example of a php snippet highlighted in docbook with pdf output?

I've been trying to highlight the code in a programlisting block in docbook. The code is the following: <programlisting language="php"><![CDATA[ // php code ]]></programlisting> ...
2
votes
1answer
457 views

Docbook XML to PDF, no 'ő' and 'ű' characters

I have the following problem for a while. I have been trying to convert Docbook XML to PDF. Almost everything goes well except the PDF file has no 'ő' and 'ű' chars in the text, they are replaced with ...
0
votes
1answer
261 views

Docbook-XSL remove page break after part

I'm generating a PDF from a DocBook XML, styling it with an XSL stylesheet, using FOP as processing tool. Is it possible to remove the page break after the title of a part element ? Thanks, Carlo
2
votes
1answer
518 views

Remove verso and list of tables from DocBook document

I have problem with customization layer of DocBook XSL. I use Apache FOP to transform document from DocBook XML to PDF. But the book contains second page (so called verso) and page List of Tables. I ...
0
votes
1answer
220 views

Emphasized text in docbook, fo, pdf out put

I am trying to emphasize a character of some static text to render into the footer of my pdf, but can't figure out the right combination of tags in my xsl. How can I accomplish this? Example: ...
2
votes
2answers
794 views

Is there a XSL-FO renderer which supports <fo:table table-layout=“auto”>?

I'm using Pandoc to convert Markdown to Docbook, doing stuff to it then rendering the Docbook to XSL-FO using Apache FOP. Unfortunately, Pandoc makes tables with table-layout="auto" and FOP only ...
1
vote
4answers
395 views

How do I disable the titlepage when generating a PDF via DocBook and FOP?

Not that it is all that entirely practicle, I have a particular customer that is wanting to turn off the title pages in their PDFs that are getting generated. I looked and looked through the DocBook ...
19
votes
12answers
3k views

What is the recommended toolchain for formatting XML DocBook?

I've seen Best tools for working with DocBook XML documents, but my question is slightly different. Which is the currently recommended formatting toolchain - as opposed to editing tool - for XML ...