summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/gost/doc/examples/cp1251/gost2008ns.tex
blob: 7b1613b8ff4459bd846a845e7d689e3de35a3e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
% !Mode:: "TeX:UTF-8"
\newcommand*{\mybibstyle}{gost2008ns}

\RequirePackage[cp1251]{inputenc}

\newcommand*{\mytitle}{The GOST bundle: \mybibstyle.bst}
\newcommand{\mydescription}{
   Example of a bibliography using the style \texttt{\mybibstyle.bst} 
   and \texttt{natbib} package.
   No customization is applied.

   Ïðèìåð îôîðìëåíèÿ ñïèñêà ëèòåðàòóðû ñ ïîìîùüþ ñòèëÿ 
   \texttt{\mybibstyle.bst} è ïàêåòà \texttt{natbib}.
   Êîìàíäû ôîðìàòèðîâàíèÿ íå èçìåíåíû.
}

\documentclass[a4paper]{article}
\usepackage[cp1251]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[ukrainian,russian]{babel}
\usepackage{natbib}
\usepackage{geometry,ifpdf}
\ifpdf
  \usepackage[pdftex,hyperindex,unicode]{hyperref}
  \usepackage{cmap}
\else
  \usepackage[hypertex]{hyperref}
\fi
\usepackage{color}
\definecolor{darkblue}{rgb}{0,0,.6}
\hypersetup{
  pdftitle           = {\mytitle},
  pdfauthor          = {Igor A. Kotelnikov},
  pdfsubject         = {GOST, BibTeX},
  pdfstartview       = {FitH},
%  pdfborder          = {0 0 0},
%  bookmarksopen      = true,
  bookmarksnumbered  = true,
%  bookmarksopenlevel = 2,
  colorlinks = true,     linkcolor  = darkblue,
  citecolor  = darkblue, filecolor  = darkblue,
  menucolor  = darkblue, urlcolor   = darkblue
}

\makeatletter
\renewcommand{\@biblabel}[1]{#1.}
\makeatother		
		
\begin{document}

\title{\mytitle}
\maketitle
\begin{abstract}
  \mydescription
\end{abstract}

%\verb|\cite{*}| \cite{*}
%
%\verb|\citep{*}| \citep{*}
%
%\verb|\citet{*}| \citet{*}

\newcommand{\allrefs}{Vasylenko92,
Afanasyev92,
Makilov91,
Ponomarenko86,
Belousova81,
BibOp91,
Poems82,
HistLit82,
Landau:eldin,
BRLS94,
Grosse80,
GOST7184,
ObchTech93,
Bibdelo86,
Ponomarenko79,
Zeyts70,
Ponoomarenko76,
Malikov92,
Ponomarenko86a,
dixit.pindyck:options,
RosGaz-article,
Dolmatovskiy88,
Ponomarenko88,
Melikov95, Selikov95, Selikov+95,
Gojchuk98,
Polyakov98a,
TranskSpivrob99:Purich,
Luus82,
KIA95-default,
KIA85-autoref,
Ponomarenko76,
Report81-rep,
Report81b-rep-notype,
Report81-techrep,
CatalogMamals81,
Instr86,
wiki:latex,
wiki:latex-2,
phys:moodle,
EXFOR,
IsaacNewton,
IsaacNewton-sl:sn,
PhysRevLett.101.085006}


\verb|\citep|\par \citep{\allrefs}

\verb|\citep*|\par \citep{\allrefs}

\verb|\citeauthor|\par \citeauthor{\allrefs}

\verb|\citeauthor*|\par \citeauthor*{\allrefs}


\bibliographystyle{\mybibstyle}  
\bibliography{bib/examples}     

\end{document}