D
D
Denis Seletkov2016-03-18 16:14:22
Electronic accounting
Denis Seletkov, 2016-03-18 16:14:22

How to override the numbering type of sources in the bibliography?

With a standard set of references in Latex through

\begin{thebibliography}{0}
\bibitem{book1} Первый источник.
\bibitem{book2} Второй источник.
\end{thebibliography}

source numbers are indicated in square brackets:
f6c82ffcd4c443179dff2b3e4d4536f0.JPG
I need the sources to be numbered through a number and a dot:
1. The first source.
2. Second source.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Seletkov, 2016-03-18
@Dyasik

I found it myself, you need to insert it into the preamble

\usepackage[square,numbers,sort&compress]{natbib}
\renewcommand{\bibnumfmt}[1]{#1.\hfill}

This solution is taken from a rather useful article on Habré, there are many more useful things.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question