diff options
Diffstat (limited to 'textproc/py-pybtex/DESCR')
-rw-r--r-- | textproc/py-pybtex/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/py-pybtex/DESCR b/textproc/py-pybtex/DESCR new file mode 100644 index 00000000000..217c9d4bc95 --- /dev/null +++ b/textproc/py-pybtex/DESCR @@ -0,0 +1,12 @@ +Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line +options, fully supports BibTeX's .bst styles and produces byte-identical output. + +Additionally, + +* Pybtex is Unicode-aware. +* Pybtex supports bibliography formats other than BibTeX. +* It is possible to write formatting styles in Python. +* As a bonus, Pythonic styles can produce HTML, Markdown and other markup + besides the usual LaTeX. + +Pybtex also includes a Python API for managing bibliographies from Python. |