summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mslapa/examp.tex
blob: cddd19e7786640aa62c9ab4650e120767823a17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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}