Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>bibtex</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="up" href="sec-pis.html#idp3229528" title="Bibliography" /><link rel="prev" href="sec-pis.html#idp3229528" title="Bibliography" /><link rel="next" href="pi-dblatex_citestyle.html" title="dblatex citestyle" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">bibtex</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-pis.html#idp3229528">Prev</a> </td><th width="60%" align="center">Bibliography</th><td width="20%" align="right"> <a accesskey="n" href="pi-dblatex_citestyle.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="bibtex"><a id="pi-bibtex"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">bibtex</span></h2><p><code class="sgmltag-xmlpi">&lt;?bibtex?&gt;</code> — Specify how to fill a Bibliography with BibTeX</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">&lt;?bibtex bibfiles="bib/database1,bib/database2"
                          bibstyle="plain"
                          mode="cited"?&gt;</pre></div><div class="refsection" title="Description"><a id="idm5458696"></a><h2>Description</h2><p>This Programming Instruction is usefull to include a bibliography
    coming from an external bibliography database written in the well known
    BibTeX format. <span class="command"><strong>Dblatex</strong></span> will call
    <span class="command"><strong>bibtex</strong></span> to process the database.</p><p>The attributes supported by the PI are:</p><div class="variablelist"><a id="bibtex-attributes"></a><dl><dt><span class="term">bibfiles</span></dt><dd><p>This attribute is mandatory and specifies the databases to use.
The databases are separated by
commas, and must not contain the file suffix (<code class="literal">.bib</code>). The bibfiles
paths must be absolute or relative to the base directory of the document. You
can also add some bibfile paths by using the <code class="option">-L</code> option.</p></dd><dt><span class="term">bibstyle</span></dt><dd><p>Optional attribute specifying the bibliographic style to apply for rendering
the databases. You can also change globally the style to apply with the
<em class="parameter"><code>latex.biblio.style</code></em>.</p><p>The actual style file used by
<span class="command"><strong>bibtex</strong></span> is searched in the default paths, but some extra paths
can be added by using the <code class="option">-l</code> option.</p></dd><dt><span class="term">mode</span></dt><dd><p>Optional print mode. The available values are:
  </p><div class="variablelist"><a id="biblio-output-modes"></a><dl><dt><span class="term">all</span></dt><dd><p>Print all the entries contained in the databases.</p></dd><dt><span class="term">cited</span></dt><dd><p>Print only the entries cited in the document.</p></dd><dt><span class="term">notcited</span></dt><dd><p>Print only the entries <span class="emphasis"><em>not</em></span> cited in the
  document.</p></dd></dl></div><p>
</p><p>When the attribute is not used, the
  <em class="parameter"><code>latex.biblio.output</code></em> parameter is used as print mode. By
  default the print mode is set to 'all'.</p></dd></dl></div></div><div class="refsection" title="Context"><a id="idp1728384"></a><h2>Context</h2><p>Recognized in the <code class="sgmltag-element">bibliomixed</code> element.</p></div><div class="refsection" title="See Also"><a id="idp728216"></a><h2>See Also</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="xref" href="ch03s14.html#sec-bibtex" title="Using BibTeX Databases">the section called “Using BibTeX Databases”</a></li><li class="listitem"><a class="xref" href="latex.biblio.style.html" title="latex.biblio.style"><span class="refentrytitle">latex.biblio.style</span></a></li><li class="listitem"><a class="xref" href="latex.biblio.output.html" title="latex.biblio.output"><span class="refentrytitle">latex.biblio.output</span></a></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-pis.html#idp3229528">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sec-pis.html#idp3229528">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pi-dblatex_citestyle.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Bibliography </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> dblatex citestyle</td></tr></table></div></body></html>