Search found 4 matches

by frustrateduser
Mon Jul 29, 2013 8:04 pm
Forum: BibTeX, biblatex and biber
Topic: Hanging Indentation for Bibliography Items
Replies: 8
Views: 41633

Re: Hanging Indentation for Bibliography Items

Actually I just found a good solution here: http://tex.stackexchange.com/questions/ ... bliography

So I won't need this code after all. Thanks for the help thought!
by frustrateduser
Mon Jul 29, 2013 7:58 pm
Forum: BibTeX, biblatex and biber
Topic: Hanging Indentation for Bibliography Items
Replies: 8
Views: 41633

Hanging Indentation for Bibliography Items

That makes only sense if you don't have any citations (references to the bibliography items) in your text. If so, another approach would be preferable. Can you clarify this point first?

Yes, that is correct. I went and put in references in the text the old fashioned way by typing in "(Author ...
by frustrateduser
Mon Jul 29, 2013 2:04 pm
Forum: BibTeX, biblatex and biber
Topic: Hanging Indentation for Bibliography Items
Replies: 8
Views: 41633

Hanging Indentation for Bibliography Items

There are two modifications you need to do in the approach of gmedina .


Replace \section* by \chapter* .
Replace \refname by \bibname at all three places.


Thorsten

This fixed it for me thanks! One last thing, can you tell me how to remove the numbers in front of each bibliography item? I ...
by frustrateduser
Sun Jul 28, 2013 6:17 pm
Forum: BibTeX, biblatex and biber
Topic: Hanging Indentation for Bibliography Items
Replies: 8
Views: 41633

Hanging Indentation for Bibliography Items

I am trying this with document class report, and I get an error.

Code: Select all

! Undefined control sequence.
<to be read again>  \refname 
                             \par 
l.1 \begin{thebibliography}{99}
What am I doing wrong?