summaryrefslogtreecommitdiffstats
path: root/office/bibtex2html/README
diff options
context:
space:
mode:
author Pedro R.M. JĂșnior <pedrormjunior@gmail.com>2018-11-08 10:27:07 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:46:58 +0700
commit63297af3cadf68051d63c5ce1e84b0297ebf4126 (patch)
treeb2b7b1867f66fd5ab4816f2bb36692ec2f382ce6 /office/bibtex2html/README
parentc27771bdcbdf6417badf152e3d639d1b98033ad7 (diff)
downloadslackbuilds-63297af3cadf68051d63c5ce1e84b0297ebf4126.tar.gz
slackbuilds-63297af3cadf68051d63c5ce1e84b0297ebf4126.tar.xz
office/bibtex2html: Added (translate BibTeX bibliographies to HTML).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/bibtex2html/README')
-rw-r--r--office/bibtex2html/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/office/bibtex2html/README b/office/bibtex2html/README
new file mode 100644
index 0000000000..3a9c8d97fe
--- /dev/null
+++ b/office/bibtex2html/README
@@ -0,0 +1,26 @@
+bibtex2html (A translator of BibTeX bibliographies into HTML)
+
+BibTeX2HTML is a collection of tools for automatically producing HTML
+documents from bibliographies written in the BibTeX format. It
+consists of three command line tools:
+
+ - bib2bib: is a filter tool that reads one or several bibliography
+ files, filters the entries with respect to a given criterion, and
+ outputs the list of selected keys together with a new
+ bibliography file containing only the selected entries.
+
+ - bibtex2html: is a translator that reads a bibliography file and
+ outputs two HTML documents that contains respectively the cited
+ bibliography in a nice presentation, and the original BibTeX file
+ augmented with several transparent HTML links to allow easy
+ navigation. bibtex2html can handle any BibTeX style file,
+ including those producing multiple bibliographies.
+
+ - aux2bib: reads a .aux file as produced by LaTeX and writes to
+ standard output a BibTeX file containing exactly the BibTeX
+ entries refereed in the .aux file.
+
+As part of the documentation, a manual is generated with 'pdflatex'.
+For disabling generation of the manual, run:
+
+ DISABLE_DOC=yes ./bibtex2html.SlackBuild