Answer the question
In order to leave comments, you need to log in
How to arrange a list of references in LaTeX according to GOST?
Hello.
I create a list of references in LaTeX in the following way:
\usepackage[backend=biber,bibencoding=utf8,sorting=nty,maxcitenames=2,style=numeric-comp]{biblatex}
\addbibresource{library.bib}
Ссылка на литературу в тексте \cite{1976a}.
\printbibliography
\bibliographystyle{utf8gost705u.bst} % стилевой файл для оформления по ГОСТу
Answer the question
In order to leave comments, you need to log in
How I made a list of references in accordance with GOST (maybe it will be useful to someone in the future):
1) I downloaded the archive on this site www.ctan.org/pkg/biblatex-gost
2) I took a file from it: gost-numeric.bbx
3) I connected the file and the library in the preamble:
\bibliographystyle{gost-numeric.bbx}
\usepackage[parentracker=true,
backend=biber,
hyperref=false,
bibencoding=utf8,
style=numeric-comp,
language=auto,
autolang=other,
citestyle=gost-numeric,
defernumbers=true,
bibstyle=gost-numeric,
sorting=ntvy,
]{biblatex}
\addbibresource{library.bib}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question