Daniel Lohmann-2 wrote:
> 
> 
> Okay, the following should work with KOMA-script. Just put it in the 
> LaTeX preamble of your document:
> 
> \makeatletter
> [EMAIL PROTECTED]
>    \section*{\bibname}%
>    [EMAIL PROTECTED]
> }
> \makeatother
> 
> Note that this makes "Bibliography" an unnumbered section. If you want 
> it to be numbered,  just remove the * (star) from the \section command.
> 

OK, I found a solution on TeXnik, but it's a hack.

I unchecked the "Add to TOC" box in my BibTeX widget and added the following
two ERT commands just before the widget:

\renewcommand\bibname{References}
\addcontentsline{toc}{section}{References}

You have to put these commands after a forced page break in order to get the
right page number associated with the Biblio.

I don't like it, but it works.

-----
David Hewitt
Virginia Institute of Marine Science
http://www.vims.edu/fish/students/dhewitt/
-- 
View this message in context: 
http://www.nabble.com/Koma-script-report%2C-Bibliography-entry-in-Table-of-Contents-un-bold--tf4944657.html#a14220133
Sent from the LyX - Users mailing list archive at Nabble.com.

Reply via email to