Kenward Vaughan schrieb:
What is desired is something like
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
for each entry, but no label in front. The formatting of the lines should
be left justified (this would solve a problem with big spaces seen on some
lines). We got rid of the label using the hint on Herbert's page. and use a
\raggedright just before the bibliography to get the justification, but need
help with the indentation part.
write in preamble:
\renewcommand\@biblabel[1]{}
\newlength{\myHangIndentSize}
\setlength{\myHangIndentSize}{1cm}
%
% change the above indentation to whatever you like
%
\renewenvironment{thebibliography}[1]{%
\section*{\refname}%
\@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
\list{%
\@biblabel{\@arabic\c@enumiv}%
}{%
\setlength{\leftmargin}{\myHangIndentSize}
\itemindent-\leftmargin
\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/