Name

[P] semantic-decorations — Use Texinfo semantic inline markup?

Synopsis

<xsl:param name="semantic-decorations" select="true()" />

If true, the semantic inline markup of DocBook is translated into (the closest) Texinfo equivalent. This is the default.

However, because the Info format is limited to plain text, the semantic inline markup is often distinguished by using explicit quotes, which may not look good. You can set this option to false to suppress these. (For finer control over the inline formatting, you can use your own stylesheet.)