diff options
author | hq <hq@FreeBSD.org> | 2006-02-13 20:53:31 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-02-13 20:53:31 +0800 |
commit | 547bb50727a0e77ce349cf85b508a3abb8b3ada1 (patch) | |
tree | e280ba4915167b6b97637191d3de83572511ca73 /print/Makefile | |
parent | d73c3332ac44913050a89c67537522aff2d5a51d (diff) | |
download | freebsd-ports-gnome-547bb50727a0e77ce349cf85b508a3abb8b3ada1.tar.gz freebsd-ports-gnome-547bb50727a0e77ce349cf85b508a3abb8b3ada1.tar.zst freebsd-ports-gnome-547bb50727a0e77ce349cf85b508a3abb8b3ada1.zip |
JabRef is an open source bibliography reference manager. The native file
format used by JabRef is BibTeX, the standard LaTeX bibliography format.
As such it can also be considered a BibTeX editor.
JabRef runs on the Java VM (version 1.4.2 or greater).
Some of its features:
o Search and fetch references from Medline/PubMed and CiteSeer
o Search, classify and sort entries in your BibTeX files
o import and export of references in various formats
o launch external viewers and insert citations into LyX and Kile
o automatically generate BibTeX keys
o customize (add your own) BibTeX fields
WWW: http://jabref.sf.net
PR: 93057
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 7bc3475b8fcd..c75ef2a2853b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -108,6 +108,7 @@ SUBDIR += hyperlatex SUBDIR += ifhp SUBDIR += it-acroread + SUBDIR += jabref SUBDIR += jadetex SUBDIR += kaspaliste SUBDIR += kcdlabel |