From 75b22f44dee84203dad336787614dcb7203ad426 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 Jun 2013 22:53:03 +0000 Subject: apa6 (26jun13) git-svn-id: svn://tug.org/texlive/trunk@30957 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/apa6/README | 2 +- Master/texmf-dist/doc/latex/apa6/apa6.pdf | Bin 592187 -> 593273 bytes .../doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/latex/apa6') 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 +Copyright (C) 2011-2013 by Brian D. Beitzel 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 index 9c77c1bcc00..961dce30740 100644 Binary files a/Master/texmf-dist/doc/latex/apa6/apa6.pdf and b/Master/texmf-dist/doc/latex/apa6/apa6.pdf differ 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 -- cgit v1.2.3