File: bibtex2html.1

package info (click to toggle)
bibtex2html 1.97-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 744 kB
  • sloc: ml: 4,586; makefile: 690; perl: 50
file content (42 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download | duplicates (20)
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
.TH BIBTEX2HTML BIB2BIB 1

.SH NAME
BibTeX2HTML \- A translator of bibliography databases into HTML

.SH SYNOPSIS
.B bibtex2html <options> [filename]

.B bib2bib [options] <input file names>

.SH DESCRIPTION

BibTeX2HTML is a collection of tools for automatically producing HTML
documents from bibliography databases written in the BibTeX format. It
consists in two command line tools:

.B 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; 

.B 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.

.SH OPTIONS

A short description of available options is displayed when programs
are run with option -help. For detailed explanations, please look at
the HTML documentation at the URL
.I http://www.lri.fr/~filliatr/bibtex2html/doc/


.SH SEE ALSO
.BR bibtex (1),
.br
.I http://www.lri.fr/~filliatr/bibtex2html/