lyx_mirror/lib/help/Bibtex.hlp
Angus Leeming ba61c3aa4c Clean-up of Herbert's Texinfo dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2859 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-10 16:45:05 +00:00

31 lines
1.1 KiB
Plaintext

Bibtex.hlp
@bDatabase:
Insert the Bibtex-database without the default extension
".bib". If you insert it with the browser, LyX strips
the extension. More than one databases must be separated
by a comma: natbib, books
@bBibstyle:
Insert the Bibstyle without the default extension ".bst".
Most of the bibstyles are stored in $TEXMF/bibtex/bst.
$TEXMF is the root dir of the local TeX-tree.
In difference to the Databases there is only one
Bibstyle possible, for example "plainnat". Insert all
styles without any path!
With the Shell-Script bstFiles.sh you'll get a list of all
available styles on your local TeX-System. It's available
at http://www.perce.de/lyx/bstFiles.sh
@bOption bibtotoc:
By default the Bibliography doesn't appears in the table
of contents. Activate this option if you want an entry
like
Bibliography ........................17
LyX inserts for the name \refname, so that you get the
right name Bibliography/References, which depends to your
chosen document-class.
2001-08-27 / Herbert Voss <voss@perce.de>