diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-08-02 18:36:21 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-08-02 18:36:21 +0000 |
commit | 2880aaf97110f638a133d7ba59e8ecbd15150b2f (patch) | |
tree | 81f95247ff36364cd2611dbd307ed4072bbf25e0 /Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | |
parent | c047122dd76be17f819bf86afd136bddf9f8c41f (diff) |
biblatex-apa 3.1
git-svn-id: svn://tug.org/texlive/trunk@23325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx index 993c3166815..c2da9896e51 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx @@ -1,4 +1,4 @@ -%% apa.cbx v3.0 +%% apa.cbx v3.1 %% Copyright 2011 Philip Kime %% %% This work may be distributed and/or modified under the @@ -342,12 +342,16 @@ \DeclareCiteCommand{\fullcitebib} {\renewcommand{\finalnamedelim}{\ifnum\value{liststop}>2 \finalandcomma\fi\addspace\&\space}% - \begin{thebibliography}\thebibitem} + \list{} + {\setlength{\leftmargin}{\bibhang}% + \setlength{\itemindent}{-\leftmargin}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}\item} {\usedriver {\DeclareNameAlias{sortname}{default}} {\thefield{entrytype}}\finentry} - {\thebibitem} - {\end{thebibliography}} + {\item} + {\endlist} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |