I need to write a bibliography page according to the ABNT norms. For that, I use abnt.cls and abnt-num.bst. On the other hand, my institution has this STUPID requirement: if my reference is written as
1 GRASSBERGER, P. Problems in quantifying self-generated complexity, Helvetica
Physica Acta, v.62, p.489-510, 1989.
(single space)
they want it to be changed to
1 GRASSBERGER, P. Problems in quantifying self-generated complexity, Helvetica
...Physica Acta, v.62, p.489-510, 1989.
(double space)
The .... above stands for the space alignment with the author name at first line.
How the hell do I do this???? And where?
If this helps, the .cls part concerning the bibliography is:
Code: Select all
% ==== thebibliography ====
% Almost equal to old thebibliography, but without capital page marks
% and automatically in toc if active ``sumario completo''
\renewenvironment{thebibliography}[1]%
{% replacing \chapter*{\refname\@mkboth...}
\if@openright\cleardoublepage\else\clearpage\fi%
\thispagestyle{\chaptertitlepagestyle}%
\global\@topnum\z@%
\@afterindentfalse%
\@mkboth{\refname}{\refname}% end \chapter*{\refname...}
\ifthenelse{\boolean{ABNTincludeintoc}}%
{\ABNTaddcontentsline{toc}{chapter}{\refname}}%
{}%
\if@twocolumn%
\@topnewpage[\@makeschapterhead{\refname}]%
\else%
\@makeschapterhead{\refname}%
\@afterheading%
\fi%
\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%
\espaco{simples} %
\clubpenalty4000%
\@clubpenalty \clubpenalty%
\widowpenalty4000%
\sfcode`\.\@m%
}% end of \begin{thebibliography}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist%
}% end of \end{thebibliography}
Thanks so much to the good souls that will help me!
