diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-27 18:02:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-27 18:02:18 +0000 |
commit | 505de24edcee818a831aeed0f94137cd0537e36d (patch) | |
tree | 01dcd81d839bf8e6e7f3ae4b29b0e0baa0b82273 /Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex | |
parent | 4c1269d4c5953786fff1af6ed5c07fc595e91fa3 (diff) |
amsrefs update from latex-tds (26oct07)
git-svn-id: svn://tug.org/texlive/trunk@5285 c570f23f-e606-0410-a88d-b1316a301751
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} |