Search found 3 matches

by juanpi
Sat Apr 07, 2012 6:46 pm
Forum: General
Topic: Both parts and chapters in a document?
Replies: 16
Views: 42183

Both parts and chapters in a document?

Hi,
That was clever!
Now, if I were using bibtex. Is there a way to put the bibliography to be at the same level as the parts?

Thanks!

EDIT: solution? You can make the bibliography appear at the same level of the parts in the TOC by adding.

\cleardoublepage
\phantomsection
\addcontentsline{toc ...
by juanpi
Mon Oct 24, 2011 12:39 pm
Forum: BibTeX, biblatex and biber
Topic: Lastname first in natbib
Replies: 10
Views: 44946

Lastname first in natbib

I ma not sure I understand your problem, but full customization of the appearance of a citation can be achieved with aliases.
So you could do

\defcitealias{biden:2009}{Biden, 2009}

and then cite it as

This is the new display of the paper by~\citepalias{biden:2009}

this will render:
This is ...
by juanpi
Tue Sep 13, 2011 5:27 pm
Forum: BibTeX, biblatex and biber
Topic: Lastname first in natbib
Replies: 10
Views: 44946

Lastname first in natbib

To modify this behavior you can copy the file abbrvnat.bst to the folder where you have your tex document. Rename the file to your preferred name, I used abbrvnat_custom.bst and replace line number 222 with this code

{ s nameptr "{vv~}{ll}{, f.}{~jj}" format.name$ 't :=.

In the orginal file the ...