On Fri, Oct 19, 2001 at 10:43:40AM -0500, Remzi Seker wrote:
> Hi,
> I am using lyx.1.1.6f3, and I was trying to make up my resume so that the 
> publications are divided into different groups like
> Journal Pubs
> Conf. Proceedings 
> etc...
> 
> I tried bibtopic (on Dekel's suggestion, and herberts page) but it doesn't 
> work. I also can not get the script given on Herber's page running.
> 
> Herb, I was wondering if you had a sample Lyx file...

I have put a small example file.
It should be used with lyx 1.2.0cvs, or with lyx 1.1.6fix3 after enabling
the multiple bib. code.
#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\begin_preamble
\usepackage[dot]{bibtopic}
\end_preamble
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard

>From test.bib 
\begin_inset LatexCommand \cite{bs-1629}

\end_inset 


\layout Standard

>From xampl.bib 
\begin_inset LatexCommand \cite{inbook-minimal}

\end_inset 


\layout Standard


\latex latex 

\backslash 
begin{btSect}{test}
\newline 

\backslash 
section{References from test.bib} 
\newline 

\backslash 
btPrintCited
\newline 

\backslash 
end{btSect}
\layout Standard


\latex latex 

\backslash 
begin{btSect}{xampl}
\newline 

\backslash 
section{References from xampl.bib}
\newline 

\backslash 
btPrintCited
\newline 

\backslash 
end{btSect}
\layout Standard

The bibtex inset was inserted so LyX will list the bibliographies keys in
 the citation dialog.
\layout Comment


\begin_inset LatexCommand \BibTeX[plain]{xampl,test}

\end_inset 


\the_end

Reply via email to