Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 500

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="biblio-filter-used">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename filter-used.html>

<RefMeta>
  <RefEntryTitle>biblio-filter-used</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>biblio-filter-used</RefName>
  <RefPurpose>Suppress unreferenced bibliography entries</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
biblio-filter-used
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
If true, bibliography entries which are not cited are suppressed.
A biblioentry is cited if an XREF or LINK matches its ID, or if
a CITE element matches its
ID, XREFLABEL, or leading ABBREV.
</para>
<para>
A BIBLIOGRAPHY with no entries will still be output (making a whole
component conditional would be _A LOT_ of work and seems unnecessary),
but BIBLIDIVs with no entries will be suppressed.
</para>
<para>
This setting may have significant performance implications,
hence it is false by default.
</para>
<para>
(This option can conveniently be set with <literal>-V biblio-filter-used</literal> on the 
Jade command line).</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define biblio-filter-used
  ;; Suppress unreferenced bibliography entries
  #f)
</ProgramListing>
</RefSect1>

</RefEntry>