param

Abstract

Stylesheet parameters


Stylesheet parameters influence various aspects of the rendering. They can be set from the command line (the exact syntax depends on the XSLT processor), or in a custom stylesheet.

To set them in a custom stylesheet, simply copy the definition here and change the select attribute to something else.

If a parameter for what you want to change does not exist, you can write templates in the custom stylesheet instead.

Table of Contents

[P] user-message-prefix - Undocumented
[P] captions-display-as-headings - Use heading markup for minor captions?
[P] links-use-pxref - Translate link using @pxref
[P] explicit-node-names - Insist on manually constructed Texinfo node names
[P] show-comments - Display comment elements?
[P] funcsynopsis-decoration - Decorate elements of a FuncSynopsis?
[P] function-parens - Generate parentheses after a function?
[P] refentry-display-name - Output NAME header before 'RefName'(s)?
[P] manvolnum-in-xref - Output manvolnum as part of refentry cross-reference?
[P] prefer-textobjects - Prefer textobject over imageobject?
[P] semantic-decorations - Use Texinfo semantic inline markup?
[P] custom-localization-file - URI of XML document containing custom localization data
[P] custom-l10n-data - XML document containing custom localization data
[P] author-othername-in-middle - Is othername in author a middle name?
[P] output-file - Name of the Info file
[P] directory-category - The categorization of the document in the Info directory
[P] directory-description - The description of the document in the Info directory
[P] index-category - The Texinfo index to use
[P] qanda-defaultlabel - Sets the default for defaultlabel on QandASet.
[P] qandaset-generate-toc - Is a Table of Contents created for QandASets?