summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-17 22:23:47 +0000
committerKarl Berry <karl@freefriends.org>2017-01-17 22:23:47 +0000
commit83c2afe1e7900bff6c7e2f02de0b10df55de34df (patch)
tree8112d6f11e0a8f81512556cfff69af51b09eb215 /Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex
parent35eaff99dbcf63316e877318527682559dfe85cb (diff)
gost with examples/ subdirs retained
git-svn-id: svn://tug.org/texlive/trunk@42979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex')
-rw-r--r--Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex122
1 files changed, 122 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex b/Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex
new file mode 100644
index 00000000000..b11a8624a9b
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/gost/examples/utf8/ugost2008n.tex
@@ -0,0 +1,122 @@
+% !Mode:: "TeX:UTF-8"
+\newcommand*{\mybibstyle}{ugost2008n}
+
+\RequirePackage[utf8]{inputenc}
+\RequirePackage{cmap}
+
+\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[utf8]{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}
+
+