Search found 2 matches

by MrGLoOP
Fri Aug 05, 2011 6:24 pm
Forum: BibTeX, biblatex and biber
Topic: Capital Letter for each alphabetical Group in Bibliography
Replies: 2
Views: 2724

Capital Letter for each alphabetical Group in Bibliography

Thanks !
I was searching for a new style or option but I didn't think about a manual solution !
So for those who are interested in, this is what I've done: in my *.bbl file, I've inserted a fake reference before each new alphabetical group.

\bibitem[A, 2011]{A}
\newblock

{\Huge A}

...

\bibitem ...
by MrGLoOP
Thu Aug 04, 2011 5:35 pm
Forum: BibTeX, biblatex and biber
Topic: Capital Letter for each alphabetical Group in Bibliography
Replies: 2
Views: 2724

Capital Letter for each alphabetical Group in Bibliography

Hi all !

I've got a quite long bibliography and I would like to add a capital letter before each alphabetical group (I use natbib package with apalike style).
I know how to do it for an index :
groupesbis.png
But I don't know how to do it for bibliography, or even if it's possible or not.

Does ...