blob: d21e13cd61d675c7cbb0038c9fd6f26cf679cadc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\edef\mybibstyle{ugost2003}
\RequirePackage[utf8]{inputenc}
\newcommand*{\mytitle}{The GOST bundle: \mybibstyle.bst}
\newcommand{\mydescription}{
Example bibliographic description using the style \texttt{\mybibstyle.bst}.
No customization is applied.
Пример оформления библиографического описания с помощью стиля \texttt{\mybibstyle.bst}.
Команды форматирования не изменены.
This is style is intended for composing bibliographic catalogs and descriptions.
Данный стиль предназначен для составления библиотечных каталогов и описаний.
}
\input ugost
|