1<RefEntry id="biblio-xref-title">
2<!-- This file is generated automatically from the DSSSL source. -->
3<!-- Do not edit this file! -->
4<?html-filename biblio-xref-title.html>
5
6<RefMeta>
7  <RefEntryTitle>biblio-xref-title</RefEntryTitle>
8  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
9</RefMeta>
10
11<RefNameDiv>
12  <RefName>biblio-xref-title</RefName>
13  <RefPurpose>Use the titles of bibliography entries in XREFs</RefPurpose>
14</RefNameDiv>
15
16<RefSynopsisDiv><Title>Synopsis</Title>
17<Synopsis>
18biblio-xref-title
19</Synopsis>
20</RefSynopsisDiv>
21
22<RefSect1><Title>Description</Title>
23
24<para>
25If true, cross references to bibliography entries will use the
26title of the entry as the cross reference text. Otherwise, either
27the number (see <literal>biblio-number</literal>) or XREFLABEL/ABBREV will be used.</para>
28
29
30</RefSect1>
31<RefSect1><Title>Source Code</Title>
32
33<ProgramListing>
34(define biblio-xref-title
35  ;; Use the titles of bibliography entries in XREFs
36  #f)
37</ProgramListing>
38</RefSect1>
39
40</RefEntry>
41