Thomas de Grenier de Latour wrote:

> Hi,
> 
> I'm using BibTeX in an article (language: frenchb) and I would like the
> generated references to appear like a real "Part*" of the document, I
> mean to see "References" in a font larger than the sections names one.
> Is it possible ?

for class article in latex preamble

\renewenvironment{thebibliography}[1]
      {\part*{\refname
         \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}}%
       \list{\@biblabel{\@arabic\c@enumiv}}%
            {\settowidth\labelwidth{\@biblabel{#1}}%
             \leftmargin\labelwidth
             \advance\leftmargin\labelsep
             \@openbib@code
             \usecounter{enumiv}%
             \let\p@enumiv\@empty
             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
       \sloppy
       \clubpenalty4000
       \@clubpenalty \clubpenalty
       \widowpenalty4000%
       \sfcode`\.\@m}
      {\def\@noitemerr
        {\@latex@warning{Empty `thebibliography' environment}}%
       \endlist}

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to