summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bmstu-iu8/styles/16-IU8-references.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bmstu-iu8/styles/16-IU8-references.sty')
-rw-r--r--macros/latex/contrib/bmstu-iu8/styles/16-IU8-references.sty27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/bmstu-iu8/styles/16-IU8-references.sty b/macros/latex/contrib/bmstu-iu8/styles/16-IU8-references.sty
new file mode 100644
index 0000000000..65c710c41f
--- /dev/null
+++ b/macros/latex/contrib/bmstu-iu8/styles/16-IU8-references.sty
@@ -0,0 +1,27 @@
+% Author: CatInCosmicSpace
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{16-IU8-references}[2021/03/21 v1.0 Список использованных источников]
+
+% Сведения об источниках следует располагать в порядке появления ссылок на
+% источники в тексте отчета и нумеровать арабскими цифрами с точкой и печатать
+% с абзацного отступа.
+\usepackage[
+ backend=biber,
+ style=gost-numeric,
+ % refsection=structure,
+ % sorting=ynt,
+]{biblatex}
+\defbibheading{bibliography}[СПИСОК~ИСПОЛЬЗОВАННЫХ~ИСТОЧНИКОВ]{\structure{#1}}
+\addto{\captionsrussian}{%
+ \renewcommand{\contentsname}{СОДЕРЖАНИЕ}
+}
+
+% \bibliographystyle{ugost2008}
+% \renewcommand{\@biblabel}[1]{#1.}
+
+ % \usepackage{natbib}
+% \renewcommand\bibsection{%
+% \structure*{{\normalsize\underline{\refname}}\@mkboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}}%
+% }%
+% \def\bibheading{bibliography}{\section*{Bibliography}}
+% \usepackage[nottoc,numbib]{tocbibind} \ No newline at end of file