Frank Steimke

Results 33 issues of Frank Steimke

See Issue #587. Support for titles of `abstract` and `legalnotice`. No default titles are generated for both elements. If you wont a title, you have to set it explicitly. That's...

The name of the file with default titlepage templates is hard-coded as `templates.xml` in `templates.xsl`. I would appreciate a parameter `default-templates-uri` which defaults to that value. This would allow users...

I have an image `duck.png` with intrinsic size 300px * 293px and the following code fragement ``` ``` According to the [imagedata section](https://tdg.docbook.org/tdg/5.2/imagedata) in the DocBook Reference Guide - _The...

Adds a new function in `standalone-functions.xsl` (since there are no dependencies to the framework) to shorten an `xs:anyURI` by removing down-up steps like `fo/..`. Using this function for `$vp:chunk-output-base-uri`. Should...

This is my use-case: i have DocBook sources in a directory `file:/mnt/shared/xnachweis/src`. I want chunked output not below, but next to the sources in directory `file:/mnt/shared/xnachweis/chunk`. From the command line,...

Happy new year to everyone! I have a document which uses an [automatically managed bibliography](https://xsltng.docbook.org/guide/2.5.0/ch-customizing#bib.automatic) with two external bibliographies. I detected a duplicate `@id` in the generated HTML. Both entries...

The Reference Guide defines _terminate_, _render_ and _custom_ as possible values, but the code in `unhandled.xsl` checks for _**fail**_ and _render_.

See #568 If `$refentry-generate-name` is true set title to "Name" otherwise use name of refentry

The title of reference entries is _"Name"_ even when i set `$refentry-generate-name='false'` and `$refentry-generate-title='true'`. Additionally, there are two parameters for essentially the same subject. When `$refentry-generate-name='true'` the title of the...