diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-26 22:53:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-26 22:53:03 +0000 |
commit | 75b22f44dee84203dad336787614dcb7203ad426 (patch) | |
tree | 3c841a2e69fa03acfbbf0ea1c2739c4177a3d7a8 /Master/texmf-dist/doc/latex/apa6 | |
parent | 1d343ed6417b6271160ed148f3fd6a00e07104ce (diff) |
apa6 (26jun13)
git-svn-id: svn://tug.org/texlive/trunk@30957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apa6')
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6/apa6.pdf | bin | 592187 -> 593273 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas | 15 |
3 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/apa6/README b/Master/texmf-dist/doc/latex/apa6/README index c2f15405114..adc96d1ca89 100644 --- a/Master/texmf-dist/doc/latex/apa6/README +++ b/Master/texmf-dist/doc/latex/apa6/README @@ -3,7 +3,7 @@ apa6 - A LaTeX class for formatting documents in compliance with the American Psychological Association's Publication Manual, 6th edition -Copyright (C) 2011, 2012 by Brian D. Beitzel <brian at beitzel.com> +Copyright (C) 2011-2013 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 diff --git a/Master/texmf-dist/doc/latex/apa6/apa6.pdf b/Master/texmf-dist/doc/latex/apa6/apa6.pdf Binary files differindex 9c77c1bcc00..961dce30740 100644 --- a/Master/texmf-dist/doc/latex/apa6/apa6.pdf +++ b/Master/texmf-dist/doc/latex/apa6/apa6.pdf diff --git a/Master/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas b/Master/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas index 23f0ec8df94..bc7e0829f81 100644 --- a/Master/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas +++ b/Master/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas @@ -174,6 +174,21 @@ Sub FormatTex2WordDocument() End With Selection.Find.Execute Replace:=wdReplaceAll + ' remove extra spaces at the end of paragraphs + With Selection.Find + .Text = " ^p" + .Replacement.Text = "^p" + .Forward = True + .Wrap = wdFindContinue + .Format = False + .MatchCase = False + .MatchWholeWord = False + .MatchWildcards = False + .MatchSoundsLike = False + .MatchAllWordForms = False + End With + Selection.Find.Execute Replace:=wdReplaceAll + ' delete the instructions Selection.HomeKey Unit:=wdStory |