]> git.lyx.org Git - lyx.git/blob - lib/help/Bibtex.hlp
Herbert's TeX Info extravaganza.
[lyx.git] / lib / help / Bibtex.hlp
1 ** This file is part of LyX, The Document Processor
2 ** Copyright 2001 The LyX Team.          Bibtex.hlp
3 ---------------------------------------------------
4
5 Database:
6     Insert the Bibtex-database without the default extension
7     ".bib". If you insert it with the browser, LyX strips
8     the extension. More than one databases must be separated
9     by a comma: natbib, books
10
11 Bibstyle:
12     Insert the Bibstyle without the default extension ".bst".
13     Most of the bibstyles are stored in $TEXMF/bibtex/bst.
14     $TEXMF is the root dir of the local TeX-tree. 
15     In difference to the Databases there is only one 
16     Bibstyle possible, for example "plainnat". Insert all 
17     styles without any path!
18     With the Shell-Script bstFiles.sh you'll get a list of all 
19     available styles on your local TeX-System. It's available
20     at http://www.perce.de/lyx/bstFiles.sh 
21     
22 Option bibtotoc:
23     By default the Bibliography doesn't appears in the table
24     of contents. Activate this option if you want an entry
25     like
26     Bibliography ........................17
27     
28     LyX inserts for the name \refname, so that you get the
29     right name Bibliography/References, which depends to your
30     chosen document-class.
31     
32 2001-08-27 / Herbert Voss <voss@perce.de>