summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex
blob: 15167b3b9f13140579c0ac5f7bf89715bc5303d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass{amsart}
\usepackage{amsrefs}

\begin{document}

\section{Introduction}

A single cite \cite{MR1451594}
and a multiple \cites{Weyl,Gould,Rob,MR95f:17013,Ser77}.
And then with an option in the middle:
\citelist{\cite{Rob} \cite{Gould} \cite{MR95f:17013}*{Chapter 18}}.

\begin{bibsection}
\begin{biblist}
\bibselect{gktest}
\end{biblist}
\end{bibsection}

\end{document}