summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mslapa/examp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/mslapa/examp.tex')
-rw-r--r--macros/latex/contrib/mslapa/examp.tex45
1 files changed, 45 insertions, 0 deletions
diff --git a/macros/latex/contrib/mslapa/examp.tex b/macros/latex/contrib/mslapa/examp.tex
new file mode 100644
index 0000000000..5ae8a88c65
--- /dev/null
+++ b/macros/latex/contrib/mslapa/examp.tex
@@ -0,0 +1,45 @@
+% mslapa is based on previous APA formats. The changes made to produce the
+% mslapa format were originally made by Michael S. Landy in 1995 and are
+% public domain. The copyright and licensing of the file as a whole also
+% depends on the copyright and licensing of the original code.
+% This statement added 2008/11/25 by Clea F. Rees in an attempt to make the
+% situation a little clearer following communication with Michael S. Landy.
+
+\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}