/usr/share/doc/refdb/refdb-manual/re26.html is in refdb-doc 1.0.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <?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>refdbrtf</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch15.html" title="Chapter 15. Tools for bibliographies" /><link rel="prev" href="re25.html" title="refdbxml" /><link rel="next" href="re27.html" title="refdbxp" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">refdbrtf</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re25.html">Prev</a> </td><th width="60%" align="center">Chapter 15. Tools for bibliographies</th><td width="20%" align="right"> <a accesskey="n" href="re27.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="refentry-refdbrtf"></a><div class="titlepage"></div><div class="refnamediv"><a id="refdbrtf-name"></a><h2>Name</h2><p>refdbrtf — build RTF documents with RefDB bibliographies</p></div><div class="refsynopsisdiv"><a id="refdbrtf-synopsis"></a><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">refdbrtf</code> [<code class="option">-b</code> <em class="replaceable"><code>bibfile</code></em>] [<code class="option">-h</code> ]</p></div></div><div class="refsect1"><a id="refdbrtf-description"></a><h2>Description</h2><p>refdbrtf takes a RTF bibliography file (such as created with <a class="link" href="re20.html" title="refdbib">refdbib</a>) and inserts the citations and the bibliographic listing into the file the bibliography was created from. The source RTF document is read from stdin, and the compound RTF document is sent to stdout.</p></div><div class="refsect1"><a id="refdbrtf-options"></a><h2>Options</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="option">-b</code> <em class="replaceable"><code>bibfile</code></em></span></dt><dd><p>The path to the RTF bibliography file.</p></dd><dt><span class="term"><code class="option">-h</code></span></dt><dd><p>Prints a command synopsis on the screen and exits</p></dd></dl></div></div><div class="refsect1"><a id="refdbrtf-example"></a><h2>Example</h2><p>We have authored a source document called mypaper.rtf which contains a variety of citations. Then we invoked <a class="link" href="re22.html" title="runbib">runbib</a> which provided a matching bibliography file called mypaper.bib.rtf. The following command will combine the two RTF files to a new compound document with resolved references and a bibliographic listing:</p><pre class="screen">
<code class="prompt">~$ </code>
<strong class="userinput"><code>refdbrtf -b mypaper.bib.rtf < mypaper.rtf > mypaper.refdb.rtf</code></strong>
</pre></div><div class="refsect1"><a id="refdbrtf-see_also"></a><h2>See also</h2><p><span class="emphasis"><em>RefDB</em></span> (7),
<span class="emphasis"><em><a class="link" href="re20.html" title="refdbib">refdbib</a></em></span> (1),
<span class="emphasis"><em><a class="link" href="re22.html" title="runbib">runbib</a></em></span> (1).</p><p><span class="emphasis"><em>RefDB manual (local copy) </em></span> PREFIX/share/doc/refdb-<version>/refdb-manual/index.html</p><p><span class="emphasis"><em>RefDB manual (web) </em></span> <<a class="ulink" href="http://refdb.sourceforge.net/manual/index.html" target="_top">http://refdb.sourceforge.net/manual/index.html</a>></p><p><span class="emphasis"><em>RefDB on the web </em></span> <<a class="ulink" href="http://refdb.sourceforge.net/" target="_top">http://refdb.sourceforge.net/</a>></p></div><div class="refsect1"><a id="refdbrtf-author"></a><h2>Author</h2><p>refdbrtf was written by Markus Hoenicka <markus@mhoenicka.de>.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re25.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch15.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="re27.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">refdbxml </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> refdbxp</td></tr></table></div></body></html>
|