A
A
Alexey Smirnov2017-12-02 22:11:19
TeX
Alexey Smirnov, 2017-12-02 22:11:19

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}

In the text I refer to the source: The automatic creation of the list of references is carried out by the command: As a result, I get the following list: What happened is not quite similar to GOST. For example, instead of a URL, I expect to see the inscription [Electronic resource]. What needs to be done so that the list of references is drawn up in accordance with GOST? PS My system: OS: Windows 10. Software: TeXStudio. Distribution: TeX Live. Compiler: XeLaTeX. Default bibliographic tool: Biber. PPS I tried to include a style file from this site: blog.harrix.org/article/680 with the following command:
Ссылка на литературу в тексте \cite{1976a}.
\printbibliography
5a22fa41d493f062132705.png
\bibliographystyle{utf8gost705u.bst}  % стилевой файл для оформления по ГОСТу

But the compiler throws an error that this file is "invalid".
Maybe someone already has ready-made good style files. Or maybe you can create it yourself. Or do you need to solve this problem in some other way.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Smirnov, 2017-12-03
@ERAFY

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}

Everything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question