Hello all!
I'm using "apacite" package and I was wondering whether there is a way to add numbers to every reference used in the bibliography. If yes, please provide an example.
Thanks & regards.
LaTeX forum ⇒ Text Formatting ⇒ Numbered references.
I think I got what i want. I used the following code in the preamble:
Source: https://tex.stackexchange.com/questions/95934/apacite-bibliography-number-in-square-brackets-and-bibliography-heading
Regards.
\usepackage{etoolbox} \makeatletter \newcounter{bibcount} \renewcommand{\thebibcount}{\arabic{bibcount}.} % format number \patchcmd{\@lbibitem}{\item[}{\item[\stepcounter{bibcount}{\hss\llap{\thebibcount}\quad}}{}{} \makeatother
Source: https://tex.stackexchange.com/questions/95934/apacite-bibliography-number-in-square-brackets-and-bibliography-heading
Regards.
Who is online
Users browsing this forum: No registered users and 7 guests