I am preparing my CV using "moderncv" package. In the package class file, the numbering of the bibliography is defined as follows:
Code: Select all
\newcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
Any help is appreciated...
Thanks,
Code: Select all
\newcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\renewcommand*\bibliographyitemlabel{\arabic{enumiv}.}
Code: Select all
\makeatletter
\renewcommand*\@biblabel[1]{#1.}
\makeatother
Code: Select all
\renewcommand*\bibliographyitemlabel{\arabic{enumiv}.}
Code: Select all
\makeatletter
\renewcommand*\@biblabel[1]{#1.}
\makeatother
NEW: TikZ book now 40% off at Amazon.com for a short time.