Re: Multiple bibliographies and koma-script

2002-11-04 Thread Herbert Voss
Milos Komarcevic schrieb: At 08:26 04/11/2002 -0800, Max Bian wrote: I use babel and it seems working just fine. I loaded the babel package before the bibunits package in the preamble. I don't know how I did it, but LyX doesn't insert the babel package for me. Max In LyX 1.2.1 there is in

Re: Multiple bibliographies and koma-script

2002-11-04 Thread Jean-Marc Lasgouttes
> "Milos" == Milos Komarcevic <[EMAIL PROTECTED]> writes: Milos> At 08:26 04/11/2002 -0800, Max Bian wrote: >> I use babel and it seems working just fine. I loaded the babel >> package before the bibunits package in the preamble. >> >> I don't know how I did it, but LyX doesn't insert the bab

Re: Multiple bibliographies and koma-script

2002-11-04 Thread Milos Komarcevic
At 08:26 04/11/2002 -0800, Max Bian wrote: I use babel and it seems working just fine. I loaded the babel package before the bibunits package in the preamble. I don't know how I did it, but LyX doesn't insert the babel package for me. Max In LyX 1.2.1 there is in the preferences (lang opts/la

Re: Multiple bibliographies and koma-script

2002-11-04 Thread Max Bian
I use babel and it seems working just fine. I loaded the babel package before the bibunits package in the preamble. I don't know how I did it, but LyX doesn't insert the babel package for me. Max --- Milos Komarcevic <[EMAIL PROTECTED]> wrote: > > After examining the TeX source exported from Ly

Re: Multiple bibliographies and koma-script

2002-11-04 Thread Milos Komarcevic
At 06:35 01/11/2002 -0800, Max Bian wrote: "{\renewcommand{\bibliography}[1]{}" <<< Insert the BibTexGeneratedReferences via Insert/LIST &TOC menu>>> "}" Please recheck it. Make sure everything in "" is in ERT! And the above should be in 3 lines. The part in <<< ... >>> is the normal bibtex li

Re: Multiple bibliographies and koma-script

2002-11-01 Thread Max Bian
"{\renewcommand{\bibliography}[1]{}" <<< Insert the BibTexGeneratedReferences via Insert/LIST &TOC menu>>> "}" Please recheck it. Make sure everything in "" is in ERT! And the above should be in 3 lines. The part in <<< ... >>> is the normal bibtex list you include in the menual. --- Milos K

Re: Multiple bibliographies and koma-script

2002-11-01 Thread Milos Komarcevic
On Fri, 2002-10-25 at 15:54, Max Bian wrote: > 1. Put "\usepackage{bibunits}" in preamble of your master document and > each subdocument you include. Make sure to use "include" option. > Forget all other latex code. > > 2. At the begining of each included document, write in ERT > "\begin{bibunit}

Re: Multiple bibliographies and koma-script

2002-10-30 Thread Max Bian
It was taken from 1.16. Yes, your approach is much better. max --- Dekel Tsur <[EMAIL PROTECTED]> wrote: > On Fri, Oct 25, 2002 at 07:54:00AM -0700, Max Bian wrote: > > > > And the final step: Make a script (eg. name it mylatex) to wrap > around > > "latex" command. > > > >

Re: Multiple bibliographies and koma-script

2002-10-30 Thread Dekel Tsur
On Fri, Oct 25, 2002 at 07:54:00AM -0700, Max Bian wrote: > > And the final step: Make a script (eg. name it mylatex) to wrap around > "latex" command. > > === > #!/bin/bash > /usr/bin/latex $1 > /usr/bin/latex $1 > for file in *.aux; > do > file=`echo $file |sed

Re: Multiple bibliographies and koma-script

2002-10-25 Thread Max Bian
Hi. I am using bibunits and it is working perfectly with koma-script. It is easy too! Try the following: 1. Put "\usepackage{bibunits}" in preamble of your master document and each subdocument you include. Make sure to use "include" option. Forget all other latex code. 2. At the begining of e

Re: Multiple bibliographies and koma-script

2002-10-25 Thread Milos Komarcevic
At 19:28 24/10/2002 +0200, Dekel Tsur wrote: On Thu, Oct 24, 2002 at 06:10:04PM +0100, Milos Komarcevic wrote: > At 18:47 24/10/2002 +0200, Dekel Tsur wrote: > >On Thu, Oct 24, 2002 at 05:32:37PM +0100, Milos Komarcevic wrote: > > > >> \usepackage[sectionbib]{chapterbib} works fine for the generic