dblatex_citestyle.xml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<refentry id="pi-dblatex_citestyle">
  <refmeta>
    <refentrytitle>dblatex citestyle</refentrytitle>
  </refmeta>
  <refnamediv>
    <refname><sgmltag class="xmlpi">dblatex
             <parameter>citestyle</parameter></sgmltag></refname>
    <refpurpose>Sets Natbib Citation Style</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <programlisting><![CDATA[<?dblatex citestyle="\citep[see][chap.  #2]"?>]]></programlisting>
  </refsynopsisdiv>
  <refsection>
    <title>Description</title>
    <para>Applies the given natbib citation command to a citation.  As
    the value of <parameter>citestyle</parameter> is a LaTeX command,
    if square brackets <quote>[ ]</quote> are part of the citation
    text then the text must be enclosed in curly brackets <quote>{
    }</quote> to protect them.</para>
  </refsection>

  <refsection>
    <title>Context</title>
    <para>Recognized in the <sgmltag>citation</sgmltag> element, only
    when the <xref linkend="citation.natbib.use"/> parameter is set to
    <literal>1</literal>.</para>
  </refsection>

  <refsection>
    <title>See Also</title>
    <para><xref linkend="citation.default.style"/></para>
    <para><xref linkend="sec-natbib"/></para>
  </refsection>
</refentry>