diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/apa/apaenum.txt | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apa/apaenum.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/apa/apaenum.txt | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/apa/apaenum.txt b/Master/texmf-dist/doc/latex/apa/apaenum.txt new file mode 100644 index 00000000000..d6a46107577 --- /dev/null +++ b/Master/texmf-dist/doc/latex/apa/apaenum.txt @@ -0,0 +1,60 @@ + +This file contains instructions on using APA seriation and enumeration. + +%$$$ theapa.sty $$$ --- Version 2.5 .1(May 1992) +% by Young U. Ryu (young@emx.utexas.edu) + +% [6] APA Seriations +% +% A. seriate environment: +% For example, the following: +% +% Blah blah blah +% \begin{seriate} +% \item first item, +% \item second item. +% \end{seriate} +% Blah blah blah +% +% results in: +% +% Blah blah blah (a) first item, (b) second item. Blah blah blah +% +% B. APAenumerate environment +% For example, the following: +% +% Blah blah blah +% \begin{APAenumerate} +% \item first item ... ... ... continue continue +% \item second item ... ... ... continue continue +% \end{APAenumerate} +% Blah blah blah +% +% results in: +% +% Blah blah blah +% 1. first item ... ... ... +% continue continue +% 2. second item ... ... ... +% continue continue +% Blah blah blah +% +% C. APAitemize environment +% For example, the following: +% +% Blah blah blah +% \begin{APAitemize} +% \item first item ... ... ... continue continue +% \item second item ... ... ... continue continue +% \end{APAitemize} +% Blah blah blah +% +% results in: +% +% Blah blah blah +% o first item ... ... ... +% continue continue +% o second item ... ... ... +% continue continue +% Blah blah blah +% |