forked from oseledets/pybtex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (29 loc) · 886 Bytes
/
README
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
Synopsis
--------
::
latex foo.tex
pybtex foo.aux
latex foo.tex
latex foo.tex
Description
-----------
Pybtex reads citation information from a file and
produces a formatted bibliography. BibTeX style files are supported.
Alternatively it is possible to write styles in Python.
Pybtex currently understands the following bibliography formats:
- BibTeX
- BibTeXML
- YAML-based format
The resulting bibliography may be output in one of the following formats
(not supported by legacy BibTeX styles):
- LaTeX
- HTML
- plain text
Download and Install
--------------------
You are strongly encouraged to use our `Bazaar repository <https://code.launchpad.net/~pybtex-devs/pybtex/trunk>`_ instead of tarballs::
bzr branch lp:pybtex
To run unit tests::
cd pybtex
python setup.py egg_info # or python setup.py develop
python setup.py nosetests