diff options
author | gregory guy <[email protected]> | 2019-10-06 15:55:04 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-06 15:55:04 +0200 |
commit | c6fd288a5f108598987de95d3ace981ee5140cad (patch) | |
tree | f770c67f5d3f3e490ade26cf2f10354ea95eef78 /README | |
parent | 122529f6f702818c1a5ac33e38f4d872ded3aa47 (diff) | |
download | kbibtex-c6fd288a5f108598987de95d3ace981ee5140cad.tar.gz kbibtex-c6fd288a5f108598987de95d3ace981ee5140cad.zip |
Drop automake build support.
Add basic cmake build instructions.
Add description in README.
Deleted empty file: BUGS, templates/cpp, templates/h.
Deleted obsolete files: po/messages.sh.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,9 +1,14 @@ -Please goto this address for more information: +KBibTeX - BibTeX editor for TDE. - http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ +An application to manage bibliography databases in the BibTeX format. +KBibTeX can be used as a standalone program, but can also be embedded +into other TDE applications (e.g. as bibliography editor into Kile). -Note: To compile KBibTeX from source, you will need some -devel packages from your distribution. Names may differ, -but you need at least devel packages from Qt and TDE. +KBibTeX can query online ressources (e.g. Google scholar) via +customizable search URLs. It is also able to import complete datasets +from NCBI Pubmed. It also supports tagging references with keywords and +manages references to local files. +BibTeX files can be exported into HTML, XML, PDF, PS and RTF format +using a number of citation styles. |