File: README

package info (click to toggle)
bibtex2html 1.98-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 756 kB
  • sloc: ml: 4,673; makefile: 690; perl: 50; sh: 15
file content (61 lines) | stat: -rw-r--r-- 2,646 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
**************************************************************************
*  bibtex2html - A BibTeX to HTML translator                             *
*  Copyright (C) 1997-2014 Jean-Christophe Filliâtre and Claude Marché   *
*                                                                        *
*  This software is free software; you can redistribute it and/or        *
*  modify it under the terms of the GNU General Public                   *
*  License version 2, as published by the Free Software Foundation.      *
*                                                                        *
*  This software is distributed in the hope that it will be useful,      *
*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  *
*                                                                        *
*  See the GNU General Public License version 2 for more details         *
*  (enclosed in the file GPL).                                           *
**************************************************************************

BibTeX2HTML is a collection of tools for producing automatically HTML
documents from bibliographies written in the BibTeX format. It
consists in 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 respectively the cited
    bibliography in a nice presentation, and the original BibTeX file
    augmented with several transparent HTML links to allow easy 
    navigation.

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

COPYRIGHT
=========

This program is distributed under the GNU GPL. 
See the enclosed file COPYING.


INSTALLATION
============

  You need Objective Caml >= 3.07 to compile the sources.
 
  1. Configure with "./configure"

  2. Compile with "make".  
     It creates two binary files, "bibtex2html" and "bib2bib" .

     If you want  to build the documentation, do  "make doc" (You need
     both LaTeX and Hevea).

  2. Install with "make install".  You may need superuser permissions.

     (Note:  you  can  also  just  copy the  two  executables  in  any
      directory of your choice)

     To install the doc, do "make install-doc".