-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to hide procedure/title label and number? "Procedure 1. " And hide in all languages? #574
Comments
I tried using only the example in the documentation to update localizations but I get an error.
Error:
If I remove the How do I customize this without errors?
to:
|
If you want to remove the title altogether, you can define an empty title page template in the variable Example: <xsl:variable name="v:templates" as="document-node()"
xmlns:v="http://docbook.org/ns/docbook/variables">
<db:procedure></db:procedure>
</xsl:variable> https://xsltng.docbook.org/guide/2.1.2/ch-implementation#header-templates "Title page" templates are actually used for lots (if not all?) formal elements. Hope this helps. |
I can't figure out how to override/remove auto gen procedure title and number text.
I found the closed issue about Section, but that was on pre release, so maybe it doesn't work anymore.
Tried adding to custom.xsl:
Error:
The text was updated successfully, but these errors were encountered: