From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/mslapa/README | 33 +++++++++++++++ Master/texmf-dist/doc/latex/mslapa/bibfile.bib | 58 ++++++++++++++++++++++++++ Master/texmf-dist/doc/latex/mslapa/examp.tex | 39 +++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/mslapa/README create mode 100644 Master/texmf-dist/doc/latex/mslapa/bibfile.bib create mode 100644 Master/texmf-dist/doc/latex/mslapa/examp.tex (limited to 'Master/texmf-dist/doc/latex/mslapa') diff --git a/Master/texmf-dist/doc/latex/mslapa/README b/Master/texmf-dist/doc/latex/mslapa/README new file mode 100644 index 00000000000..d3ca5f2ab2b --- /dev/null +++ b/Master/texmf-dist/doc/latex/mslapa/README @@ -0,0 +1,33 @@ + +This directory contains my version of LaTeX and BibTeX style files for a +respectably close approximation to APA (American Psychological Association) +citation and reference style. This version is based on things found in the +attempts of others at an APA-like style (including the files apalike, newapa, +and apabst). However, I have added several features beyond those to be found +in the previous styles. I also include an example file to show how the style +is used. To run off the example, on UNIX you would type something like: + + latex examp ; bibtex examp ; latex examp ; latex examp ; dvips examp + +To install this style, you should move `mslapa.bst' to the place your +installation keeps BibTeX style files and `mslapa.sty' to the place your +installation keeps LaTeX style files. + +If you have requests, bugs, bug fixes, or any other needs, don't hesitate to +contact me. + +Michael S. Landy +New York University +Dept. of Psychology +landy@nyu.edu + +------------------------------------------------------------------------ + +Files: + + README - this file + bibfile.bib - sample bibliography for use with examp.tex + examp.tex - sample LaTeX file using mslapa bibliography style features + mslapa.bst - BibTeX style file + mslapa.sty - LaTeX style file for use with mslapa.bst + mslapa.tar.Z - compressed tar file of the above diff --git a/Master/texmf-dist/doc/latex/mslapa/bibfile.bib b/Master/texmf-dist/doc/latex/mslapa/bibfile.bib new file mode 100644 index 00000000000..65403cb7821 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mslapa/bibfile.bib @@ -0,0 +1,58 @@ + +@Book{ALOI89, + author="John Aloimonos and D. Shulman", + title="Integration of Visual Modules", + year=1989, + publisher="Academic Press", + address="New York"} + +@Article{BRAU68, + author="Myron L. Braunstein", + title="Motion and texture as sources of slant information", + journal="Journal of Experimental Psychology", + volume=78, + pages="247--253", + year=1968} + +@incollection{BERG91, + author = "James R. Bergen and Michael S. Landy", + title="Computational modeling of visual texture segregation", + editor="Michael S. Landy and J. Anthony Movshon", + booktitle="Computational Models of Visual Processing", + pages="253--271", + year=1991, + address="Cambridge, MA", + publisher="MIT Press"} + +@Article{DOSH89B, + author = "Barbara A. Dosher and Michael S. Landy and George Sperling", + title = "Ratings of kinetic depth in multi-dot displays", + journal = "Journal of Experimental Psychology: Human Perception and Performance", + volume=15, + pages="816--825", + year=1989} + +@Article{DOSH89A, + author = "Barbara A. Dosher and Michael S. Landy and George Sperling", + title="The kinetic depth effect and optic flow --- {I}. {3D} shape from Fourier motion", + journal="Vision Research", + volume=29, + pages="1789--1813", + year=1989} + +@Article{DOSH89C, + author = "Barbara A. Dosher and George Sperling and Michael S. Landy", + title="The kinetic depth --- {A} nonexistent article", + journal="Vision Research", + volume=29, + pages="100--113", + year=1989} + +@Article{DOSH90, + author = "Barbara A. Dosher and George Sperling and Michael S. Landy", + title="The kinetic depth --- {A}nother nonexistent article", + journal="Vision Research", + volume=29, + pages="100--113", + year=1990} + 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} -- cgit v1.2.3