GeneralGreat trouble with bibliography! PLEASE SOMEONE HELP ME!

LaTeX specific issues not fitting into one of the other forums of this category.
neologisma
Posts: 7
Joined: Wed Sep 17, 2008 1:08 am

Great trouble with bibliography! PLEASE SOMEONE HELP ME!

Post by neologisma »

Great solution Juanjo! You rock dude! You've saved my master thesis! :D

Just one minor detail: in the even pages of bibliography, the entries do not appear aligned with the page number:
Image

Is there any parameter I could change to fix this? ;)

Thanxxxxx!!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Great trouble with bibliography! PLEASE SOMEONE HELP ME!

Post by Juanjo »

neologisma wrote: Just one minor detail: in the even pages of bibliography, the entries do not appear aligned with the page number
Because you are using the option biblabel-on-margin, so the labels are... on the page margin ;)
Here you have my last proposal. Remove \bibliographystyle{abnt-num} and write this in the preamble:

Code: Select all

\usepackage[num]{abntcite}
\makeatletter
\renewcommand{\@biblabel}[1]{#1}
\renewcommand{\@openbib@code}{\@openbib@codeBACKUP}
\renewcommand{\thebibliography}[1]{\thebibliographyBkUp{99}\setlength{\itemsep}{\baselineskip}}
\makeatother
The idea is to restore the definitions given by the document class for thebibliography environment , by-passing the changes done in abntcite. The redefinition of \@biblabel just removes brackets from labels (the default is [nn]). Of course, put 9, 99, 999..., depending on the number of references, as already explained.

If this solution doesn't work for you, you should consider any of the previous ones. I'm running out of ideas on what more can be done.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
neologisma
Posts: 7
Joined: Wed Sep 17, 2008 1:08 am

Re: Great trouble with bibliography! PLEASE SOMEONE HELP ME!

Post by neologisma »

It worked perfectly man!!!!

THANK YOU SO MUCH! ;)
Post Reply