-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
section.autolabel supported? #128
Comments
It's supposed to be. I'm getting numbered sections in my files. What is section.autolabel.max.depth set to? I may have decided that having a flag and a max depth was overkill. |
Unfortunately that still doesn't work for me. I am running this basically: $ java -jar /Users/aretter/code/docbook-xslt2-2.3.8-app/docbook-xslt2-2.3.8.jar \
--format foprint \
--params params.xproc \
--postprocess fixup.xslt \
--pdf output.pdf \
task-abstraction-for-xpdls.xml My <param-set xmlns="http://www.w3.org/ns/xproc-step">
<param name="paper.type" value="A4"/>
<param name="column.count.titlepage" value="1"/>
<param name="column.count.body" value="2"/>
<param name="component.titlepage.properties" value="span='all'"/>
<param name="section.autolabel" value="1"/>
<param name="section.autolabel.max.depth" value="4"/>
<param name="section.label.includes.component.label" value="1"/>
<param name="bibliography.numbered" value="1"/>
<param name="book.titlepage.recto.style.color" value="#E0E0E0"/>
</param-set> |
On 8.1.2019 3:54, Adam Retter wrote:
Unfortunately that still doesn't work for me. I am running this basically:
```
$ java -jar /Users/aretter/code/docbook-xslt2-2.3.8-app/docbook-xslt2-2.3.8.jar \
--format foprint \
FO backend hasn't been finished yet and has not been worked on for
couple of years -- so it is out-of-sync with HTML backend.
If you need PDF output either use HTML output and then use CSS engine to
get PDFs or stick to XSLT 1.0 DocBook stylesheets that had good FO backend.
Jirka
…--
------------------------------------------------------------------
Jirka Kosek e-mail: [email protected] http://xmlguru.cz
------------------------------------------------------------------
Professional XML and Web consulting and training services
DocBook/DITA customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
Bringing you XML Prague conference http://xmlprague.cz
------------------------------------------------------------------
|
I put some work into the CSS paged media area this past weekend (28/29 Sep 2019), if that's of any use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is
section.autolabel
still supported? I have it set to1
, but I am not getting numbered section titles, also I can't find it in the code base if I grep it...The text was updated successfully, but these errors were encountered: