
Just one minor detail: in the even pages of bibliography, the entries do not appear aligned with the page number:
Is there any parameter I could change to fix this?

Thanxxxxx!!!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Because you are using the option biblabel-on-margin, so the labels are... on the page marginneologisma wrote: Just one minor detail: in the even pages of bibliography, the entries do not appear aligned with the page number
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis