diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex b/Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex new file mode 100644 index 00000000000..15167b3b9f1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex @@ -0,0 +1,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} |