summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apa6/samples/shortsample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/apa6/samples/shortsample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/apa6/samples/shortsample.tex163
1 files changed, 163 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/apa6/samples/shortsample.tex b/Master/texmf-dist/doc/latex/apa6/samples/shortsample.tex
new file mode 100644
index 00000000000..358867990c2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/apa6/samples/shortsample.tex
@@ -0,0 +1,163 @@
+%%
+%% This is file `./samples/shortsample.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% apa6.dtx (with options: `shortsample')
+%% ----------------------------------------------------------------------
+%%
+%% apa6 - A LaTeX class for formatting documents in compliance with the
+%% American Psychological Association's Publication Manual, 6th edition
+%%
+%% Copyright (C) 2011 by Brian D. Beitzel <brian at beitzel.com>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License (LPPL), either
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is not endorsed by, affiliated with, or probably even known
+%% by, the American Psychological Association.
+%%
+%% ----------------------------------------------------------------------
+%%
+\documentclass[jou]{apa6}
+
+\usepackage[american]{babel}
+
+\usepackage{csquotes}
+\usepackage[style=apa,sortcites=true,sorting=nyt]{biblatex}
+\DeclareLanguageMapping{american}{american-apa}
+\addbibresource{bibliography.bib}
+
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+
+\title{Sample APA-Style Document Using the \textsf{apa6} Package}
+
+\author{Brian D. Beitzel}
+\affiliation{SUNY Oneonta}
+
+\leftheader{Beitzel}
+
+\abstract{This demonstration paper uses the \textsf{apa6} \LaTeX\
+ class to format the document in compliance with the 6th Edition of
+ the American Psychological Assocation's \textit{Publication Manual.}
+ The references are managed using \textsf{biblatex}.}
+
+\keywords{APA style, demonstration}
+
+\begin{document}
+\maketitle
+We begin with \textcite{Shotton1989}. We can also cite this work in
+parenthesis, like this: \parencite{Shotton1989}.
+
+A three-author paper \parencite[e.g.,][]{Lassen2006} lists all
+three authors for the first citation, then only the first author
+on all subsequent citations \parencite{Lassen2006}.
+
+Note the use of five heading levels throughout this demonstration
+Method section.
+
+\section{Method}
+\subsection{Participants}
+We had a lot of people in this study.
+
+\subsection{Materials}
+Several materials were used for this project. Some of themwere
+already created for prior research.
+
+\subsubsection{Paper-and-Pencil Instrument}
+We used an instrument that we found to be highly successful.
+
+\paragraph{Reliability}
+The reliability of this instrument is extraordinary.
+
+\paragraph{Validity}
+We now discuss the validity of our instrument.
+
+\subparagraph{Face validity} The face validity is exceptionally
+strong. Everyone should be impressed.
+
+\subparagraph{Construct validity} Also very strong.
+
+\subsection{Design}
+This section describes the study's design.
+
+\subsection{Procedure}
+The procedure was fairly straightforward, yet required
+attention to detail.
+
+\section{Results}
+Table \ref{tab:ComplexTable} contains some sample data. Our
+statistical prowess in analyzing these data is unmatched.
+
+\begin{table}[htbp]
+ \caption{A complex table}
+ \label{tab:ComplexTable}
+ \begin{tabular}{@{}lrrl@{}} \toprule
+ Distribution type & \multicolumn{2}{l}{Percentage of} & Total \\
+ & \multicolumn{2}{l}{targets with} & trials per \\
+ & \multicolumn{2}{l}{segment in} & participant \\
+ \cmidrule(r){2-3}
+ & Onset & Coda & \\
+ \midrule
+ Categorical -- onset & 100 & 0 & 196 \\
+ Probabilistic & 80 & 20 & 200 \\
+ & 60 & 40 & 160 \\
+ Categorical -- coda & 0 & 100 & 196 \\
+ \bottomrule
+ \end{tabular}
+\end{table}
+
+\section{Discussion}
+This is a lengthy and erudite discussion. It demonstrates amazing
+skill in interpreting the results for the masses.
+
+\printbibliography
+
+\end{document}
+
+%%
+%% Copyright (C) 2011 by Brian D. Beitzel <brian at beitzel.com>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License (LPPL), either
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is not endorsed by, affiliated with, or probably even known
+%% by, the American Psychological Association.
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Brian D. Beitzel.
+%%
+%% This work consists of the file apa6.dtx
+%% and the derived files apa6.ins,
+%% apa6.cls,
+%% apa6.pdf,
+%% README.txt,
+%% APAamerican.txt,
+%% APAdutch.txt,
+%% APAenglish.txt,
+%% APAgreek.txt,
+%% APAendfloat.cfg,
+%% apa6.ptex,
+%% Figure1.pdf,
+%% shortsample.tex,
+%% longsample.tex, and
+%% bibliography.bib.
+%%
+%%
+%% End of file `./samples/shortsample.tex'.