diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-22 23:21:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-22 23:21:09 +0000 |
commit | bbc2c4927456259e71b9f82592a9d791f0897370 (patch) | |
tree | 5515a3ddac89297326e7b469780856a4b9aa4523 /Master/texmf-dist/tex/latex/apa6 | |
parent | 836daf42f07725e8122e5bf7b78ec57ccbd9b4c9 (diff) |
apa6 (22dec12)
git-svn-id: svn://tug.org/texlive/trunk@28619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index 87e70e4df2f..3242842d92e 100644 --- a/Master/texmf-dist/tex/latex/apa6/apa6.cls +++ b/Master/texmf-dist/tex/latex/apa6/apa6.cls @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa6}[2012/10/26 v2.05 APA formatting (6th edition)] +\ProvidesClass{apa6}[2012/12/21 v2.10 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -188,7 +188,7 @@ \ClassInfo{apa6}{No bibliography package was specified; defaulting to (but not loading) Biblatex} }{% \def\def@biblatex{\@biblatexmode}% the selected bibliography package is Biblatex - \RequirePackage[style=apa,sortcites=true,sorting=nyt]{biblatex} + \RequirePackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex} \@ifundefined{def@man}{% \defbibheading{bibliography}{\section*{\normalfont\refname}}% }{% @@ -737,6 +737,7 @@ \long\def\title#1{\long\def\@title{#1}} \long\def\author#1{\long\def\@author{#1}} +\long\def\shorttitle#1{\long\def\@shorttitle{#1}} \long\def\twoauthors#1#2{\long\def\@authorOne{#1}\long\def\@authorTwo{#2}% \long\def\@author{#1}} \long\def\onetwoauthors#1#2#3{\long\def\@authorOne{#1}\long\def\@authorTwo{#2}% @@ -970,7 +971,8 @@ \def\rightheader#1{\def\r@headr{\protect\MakeUppercase{#1}}} \def\leftheader#1{\def\r@headl{#1}} -\newcommand{\shorttitle}[1]{\def\@shorttitle{#1}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\newcommand{\shorttitle}[1]{\def\@shorttitle{#1}} \raggedright @@ -1293,7 +1295,8 @@ \def\rightheader#1{\def\r@headr{\protect\MakeUppercase{\protect\scriptsize #1}}} \def\leftheader#1{\def\r@headl{\protect\MakeUppercase{\protect\scriptsize #1}}} -\def\shorttitle#1{\def\r@headr{\protect\MakeUppercase{\protect\scriptsize #1}}}% BDB +\def\r@headr{\protect\MakeUppercase{\protect\scriptsize\@shorttitle}}% BDB +%%%%%%%%%%%%%%%%%%%%%%%\def\shorttitle#1{\def\r@headr{\protect\MakeUppercase{\protect\scriptsize #1}}}% BDB \def\put@one@authaffil#1#2{% \parbox[t]{\textwidth}{\begin{center}{\large #1\vspace{0in}}% @@ -1518,7 +1521,8 @@ \@ifundefined{def@doc}{}{% -\newcommand{\shorttitle}[1]{\def\@shorttitle{#1}} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\renewcommand{\shorttitle}[1]{\def\@shorttitle{#1}} + \def\leftheader#1{\def\r@headl{#1}} \RequirePackage{fancyhdr} |