File: bibtex.xml

package info (click to toggle)
dblatex 0.3.9-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 13,012 kB
  • sloc: xml: 102,747; python: 8,127; makefile: 117; sh: 48
file content (44 lines) | stat: -rw-r--r-- 1,644 bytes parent folder | download
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
37
38
39
40
41
42
43
44
<?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-bibtex">
  <refmeta>
    <refentrytitle>bibtex</refentrytitle>
  </refmeta>
  <refnamediv>
    <refname><sgmltag class="xmlpi">bibtex</sgmltag></refname>
    <refpurpose>Specify how to fill a Bibliography with BibTeX</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <programlisting><![CDATA[<?bibtex bibfiles="bib/database1,bib/database2"
                          bibstyle="plain"
                          mode="cited"?>]]></programlisting>
  </refsynopsisdiv>
  <refsection>
    <title>Description</title>
    <para>This Programming Instruction is usefull to include a bibliography
    coming from an external bibliography database written in the well known
    BibTeX format. <command>Dblatex</command> will call
    <command>bibtex</command> to process the database.</para>

    <para>The attributes supported by the PI are:</para>

    <xi:include href="../biblio.xml"
                xpointer="xpointer(id('bibtex-attributes'))"
                xmlns:xi="http://www.w3.org/2001/XInclude" />

  </refsection>

  <refsection>
    <title>Context</title>
    <para>Recognized in the <sgmltag>bibliomixed</sgmltag> element.</para>
  </refsection>

  <refsection>
    <title>See Also</title>
    <itemizedlist>
      <listitem><xref linkend="sec-bibtex" /></listitem>
      <listitem><xref linkend="latex.biblio.style" /></listitem>
      <listitem><xref linkend="latex.biblio.output" /></listitem>
    </itemizedlist>
  </refsection>
</refentry>