Code: Select all
\renewcommand{\bibname}{
\clearpage\pagestyle{myheadings}%
\markboth{}{}%
\renewcommand{\bibname}{REFERENCIAS BIBLIOGRÁFICAS}%
\setboolean{SetDSpace}{false}%
\chapter*{\bibname}%
\addcontentsline{toc}{extrachapter}{\bibname}%
\setboolean{SetDSpace}{true}%
}
Code: Select all
\renewcommand{\bibname}{REFERENCIAS BIBLIOGR\'AFICAS}%
\renewenvironment{thebibliography}[1]{%
\renewcommand{\bibname}{REFERENCIAS BIBLIOGR\'AFICAS}%
\clearpage\pagestyle{myheadings}%
\markboth{}{}%
\setboolean{SetDSpace}{false}%
\chapter*{\bibname}%
\addcontentsline{toc}{extrachapter}{\bibname}%
\setboolean{SetDSpace}{true}%
\list{\@biblabel{\@arabic\c@enumiv}}{%
\settowidth\labelwidth{\@biblabel{#1}}%
\setlength{\parsep}{\BaseDiff\baselineskip}%
\setlength{\itemsep}{0ex}%
\setlength{\leftmargin}{\labelwidth}%
\addtolength{\leftmargin}{\labelsep}%
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty10000
\@clubpenalty \clubpenalty
\widowpenalty10000%
\sfcode`\.=1000\relax}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist\clearpage}
Thanks!