diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/glossentry.show.acronym.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/glossentry.show.acronym.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/glossentry.show.acronym.xml b/3rdParty/DocBook/XSL/params/glossentry.show.acronym.xml new file mode 100644 index 0000000..9736438 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/glossentry.show.acronym.xml @@ -0,0 +1,37 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="glossentry.show.acronym"> +<refmeta> +<refentrytitle>glossentry.show.acronym</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo> +<refmiscinfo class="other" otherclass="value">no</refmiscinfo> +<refmiscinfo class="other" otherclass="value">yes</refmiscinfo> +<refmiscinfo class="other" otherclass="value">primary</refmiscinfo> +</refmeta> +<refnamediv> +<refname>glossentry.show.acronym</refname> +<refpurpose>Display <tag>glossentry</tag> acronyms?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="glossentry.show.acronym.frag"> +<xsl:param name="glossentry.show.acronym">no</xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>A setting of <quote>yes</quote> means they should be displayed; +<quote>no</quote> means they shouldn't. If <quote>primary</quote> is used, +then they are shown as the primary text for the entry.</para> + +<note> +<para>This setting controls both <tag>acronym</tag> and +<tag>abbrev</tag> elements in the <tag>glossentry</tag>.</para> +</note> + +</refsection> +</refentry> |