Re: formatting bibliography

"Markus M?ller" <[email protected]>
Newsgroups gmane.comp.tex.bibtex.jurabib.user
Message-ID <004901c49006$06c39120$1602a8c0@WGNetz>
Hi HélÚne!
Although I am not familiar with Lyx - "kyle" seems to me a better, more
native, solution - and therefore not familiar how to realize the following
within lyx, here's an answer to your separate bibliography problem:
> - I have to divide my bibliographic references into several parts
> (Sources, studies...). Planning this, I have written my entries in
> several .bib files, which I join together in one file for the moment in
> my lyx document. Are there packages relatively easy to use?

The Package "Bibtopic" makes this easily possible and is also compatible
with jurabib, if you always provide shorttitles: Just include
\usepackage{bibtopic} in the preamble of your *.tex file. The bibliography
part of your *.tex file has to modify similar to the following:

\bibliography{sources,literature} %names of your .bib files without *.bib
\bibliographystyle{jurabib}

%for each bibliography part and *.bib file you need a separate \btSect
environment
\begin{btSect}{sources}
\section*{Sources} \btPrintCited
\end{btSect}

\begin{btSect}{literatur}
\subsection*{Literature} \btPrintCited
\end{btSect}

The procedure is as follwos
1. as usual latex your file
2.  you have to use bibtex as often as you have *.bib files as follows -
e.g. if you have two *.bib files you have to bibtex your stuff twice,addin a
number after your filename:
    bibtex8 --huge yourfile1.aux, then
    bibtex8 --huge yourfile2.aux
3. Then always latex your file twice.

Thats it. I hope this helps

Best wishes

Markus



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/9rHolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/jurabib/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.