summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mslapa/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/mslapa/README
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mslapa/README')
-rw-r--r--Master/texmf-dist/doc/latex/mslapa/README33
1 files changed, 33 insertions, 0 deletions
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