From 345b7ced1e73cc12930889693c90ff7f88c5061c Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Mon, 11 Oct 2004 10:17:09 +0000 Subject: [PATCH] Added note on BibTeX, makeindex/xindy customization git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9076 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/ChangeLog | 5 +++ lib/doc/Customization.lyx | 68 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/lib/doc/ChangeLog b/lib/doc/ChangeLog index 2f2d4bae53..ef4eb189f0 100644 --- a/lib/doc/ChangeLog +++ b/lib/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-11 Martin Vermeer + + * Customization.lyx: added description of BibTeX, + makeindex/xindy customization + 2004-09-10 Jean-Marc Lasgouttes * Makefile.am (EXTRA_DIST): remove LaTeXConfig.lyx.in... diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index 086b9277de..cdd03dcfd2 100644 --- a/lib/doc/Customization.lyx +++ b/lib/doc/Customization.lyx @@ -1691,6 +1691,74 @@ odify . \layout Section +BibTeX and makeindex +\layout Standard + +Both the bibliography generating command (default +\family typewriter +bibtex +\family default +) and the index generating command (default +\family typewriter +makeindex +\family default + with options +\family typewriter +-c +\family default + and +\family typewriter +-q +\family default +) can be changed. + As an alternative for +\family typewriter +makeindex +\family default +, +\family typewriter +xindy +\family default + can be recommended. + +\layout Standard + +The command to enter is +\layout Quote + + +\family typewriter +makeindex.sh -m $$lang +\layout Standard + +where the placeholder +\family typewriter +$$lang +\family default + will be replaced by the chosen document (babel) language. + For this, you must +\layout Standard + +have installed the packages +\family typewriter +xindy +\family default + and +\family typewriter +make-rules +\family default + ( +\family typewriter +xindy-make-rules +\family default +). + Type +\family typewriter +makeindex.sh +\family default + at a shell prompt for a help page. +\layout Section + ASCII export options \layout Standard \added_space_top bigskip \noindent -- 2.39.5