blob: b7e36e55d2e0a3c4ec6b50fc01b4896a319077de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\edef\mybibstyle{ugost2008}
% cmap надо грузить до inputenc, чтобы работал поиск
\RequirePackage{cmap}
\RequirePackage[utf8]{inputenc}
\newcommand*{\mytitle}{The GOST bundle: \mybibstyle.bst}
\newcommand{\mydescription}{
Example of a bibliography using the style \texttt{\mybibstyle.bst}.
No customization is applied.
Пример оформления списка литературы с помощью стиля
\texttt{\mybibstyle.bst}.
Команды форматирования не изменены.
}
\input ugost
|