summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mslapa/examp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mslapa/examp.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mslapa/examp.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mslapa/examp.tex b/Master/texmf-dist/doc/latex/mslapa/examp.tex
new file mode 100644
index 00000000000..cddd19e7786
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mslapa/examp.tex
@@ -0,0 +1,39 @@
+
+\documentclass[draft]{article}
+
+\usepackage{mslapa}
+
+\begin{document}
+
+\centerline{\Large Example of the Use of MSLAPA Bibliography Style}
+\vspace{.3in}
+\centerline{\large Michael S. Landy}
+\vspace{.3in}
+
+\section{Introduction}
+
+blah blah blah \cite[note1]{ALOI89}.
+blah blah blah.
+
+Another paragraph of blah blah blah \cite(note2,){BRAU68,ALOI89}.
+%\tracingmacros=1
+A nocite-ation of Bergen and Landy '91.\nocite{BERG91}
+
+\subsection{Stuff I understand}
+
+blah blah blah.
+
+\subsection{Stuff I made up}
+
+blah blah \cite(note3,)[note4]{BERG91} blah.
+blah blah \cite{DOSH89A,DOSH89B,DOSH89C}.
+blah blah in the work of Dosher and colleagues \citeyear{DOSH89A}.
+blah blah in the work of Dosher and colleagues \citeyear{DOSH89B,DOSH89C}.
+blah blah in the work of Dosher and colleagues \citeyear{DOSH89B,DOSH90}.
+blah blah \shortcite{DOSH89A}.
+blah blah \shortcite{ALOI89,DOSH89A,DOSH89B}.
+
+\bibliographystyle{mslapa}
+\bibliography{bibfile}
+
+\end{document}