From fde9f1341f8b60d9193c41e45d1a5a43868f1757 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 23 Jan 2012 23:08:57 +0000 Subject: biblatex-apa (23jan12) git-svn-id: svn://tug.org/texlive/trunk@25183 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/biblatex-apa/README | 2 +- .../biblatex-apa/biblatex-apa-test-citations.bib | 25 +++++++- .../biblatex-apa/biblatex-apa-test-references.bib | 7 ++- .../doc/latex/biblatex-apa/biblatex-apa-test.pdf | Bin 98217 -> 97176 bytes .../doc/latex/biblatex-apa/biblatex-apa-test.tex | 8 ++- .../doc/latex/biblatex-apa/biblatex-apa.pdf | Bin 68331 -> 70755 bytes .../doc/latex/biblatex-apa/biblatex-apa.tex | 56 ++++++++++++++++-- .../tex/latex/biblatex-apa/american-apa.lbx | 2 +- Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | 64 ++++++++++++++++++--- Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | 54 +++++++++-------- .../tex/latex/biblatex-apa/brazilian-apa.lbx | 2 +- .../tex/latex/biblatex-apa/dutch-apa.lbx | 2 +- .../tex/latex/biblatex-apa/french-apa.lbx | 3 +- .../tex/latex/biblatex-apa/german-apa.lbx | 2 +- .../tex/latex/biblatex-apa/greek-apa.lbx | 2 +- .../tex/latex/biblatex-apa/ngerman-apa.lbx | 2 +- .../tex/latex/biblatex-apa/spanish-apa.lbx | 3 +- 17 files changed, 177 insertions(+), 57 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/README b/Master/texmf-dist/doc/latex/biblatex-apa/README index 41861efb437..acd4d0fecc5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/README +++ b/Master/texmf-dist/doc/latex/biblatex-apa/README @@ -1,4 +1,4 @@ -Version 4.2 +Version 4.3 Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License, version diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib index 8460d484669..6891dc775e1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib @@ -164,7 +164,7 @@ @BOOK{6.16e, AUTHOR = {A. Gogel}, TITLE = {Title3}, - YEAR = {in press}, + PUBSTATE = {inpress}, } @BOOK{6.16f, @@ -182,7 +182,7 @@ @BOOK{6.16h, AUTHOR = {A. Derryberry and B. Reed}, TITLE = {Title3}, - YEAR = {in press}, + PUBSTATE = {inpress}, } @BOOK{6.16i, @@ -227,6 +227,27 @@ YEAR = {2007}, } +% PUBSTATE is not used as there is a year +@BOOK{6.16p, + AUTHOR = {Steven Smidge}, + TITLE = {Something 1}, + YEAR = {2000}, + PUBSTATE = {inpress} +} + +@BOOK{6.16q, + AUTHOR = {Steven Smidge}, + TITLE = {Something 2}, + PUBSTATE = {inpress} +} + +@BOOK{6.16r, + AUTHOR = {Steven Smidge}, + TITLE = {Something 3}, + PUBSTATE = {inpress} +} + + % (APA 6.17) @BOOK{6.17, AUTHOR = {A. Nicholson}, diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib index a59583e5d12..df76978ca76 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib @@ -57,19 +57,21 @@ } % (APA 7.01 Example 5) +% PUBSTATE field is reserved for biblatex defined keys so use NOTE for such non-standard +% things @ARTICLE{7.01:5, AUTHOR = {S. C. {Von Ledebur}}, TITLE = {Optimizing Knowledge Transfer by New Employees in Companies}, JOURNALTITLE = {Knowledge Management Research and Practice}, YEAR = {2007}, - PUBSTATE = {Advance online publication}, + NOTE = {Advance online publication}, DOI = {10.1057/palgrave.kmrp.8500141} } % (APA 7.01 Example 6) @ARTICLE{7.01:6, AUTHOR = {R. Briscoe}, - YEAR = {in press}, + PUBSTATE = {inpress}, TITLE = {Egocentric Spatial Representation in Action and Perception}, JOURNALTITLE = {Philosophy and Phenomenological Research}, URL = {http://cogprints.org/5780/1/ECSRAP.F07.pdf} @@ -1012,3 +1014,4 @@ ORGANIZATION = {Twin Cities Habitat for Humanity website}, URLDATE = {2012} } + diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf index 1425f667863..e7400b0b65c 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf and b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex index ca38f3f3602..b46be700160 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex @@ -114,7 +114,9 @@ this (see APA 6.11). \noindent Automatic list disambiguation for ambiguous truncations after first cite\footnote{This feature is fairly deep magic and only works when using - biblatex 1.4+ together with biber 0.9+}:\\ + biblatex 1.4+ together with biber 0.9+}. Note that «et al» is plural so +it will only truncate two or more names. If it would truncate just one +name, we just give the name:\\ \apaex{\textcite{6.12c}}\\ \apaex{\textcite{6.12d}}\\ \apaex{\textcite{6.12c}}\\ @@ -231,6 +233,10 @@ Two or more works withing the same parentheses:\\ \noindent Compact citations with special order:\\ \apaex{\parencites{6.16m}[see also][]{6.16n,6.16o}} +\noindent «in press» should have hyphen before disambiguating part of label +(also in references):\\ +\apaex{\parencite{6.16p,6.16q,6.16r}} + \noindent\apa{6.17}\\ Secondary sources:\\ \apaex{\parencite[as cited in][]{6.17}} diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf index aeb3c12f35a..bd6a588859f 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf and b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex index 7acd14d3d16..3709d7bee45 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex @@ -3,6 +3,7 @@ \usepackage[strict]{csquotes} \usepackage{shortvrb} \usepackage{ifthen} +\usepackage{listings} \usepackage{metalogo} \MakeAutoQuote{«}{»} \MakeShortVerb{\|} @@ -24,7 +25,7 @@ url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/}, author={Philip Kime}, email={Philip@kime.org.uk}, - revision={4.2}, + revision={4.3}, date={\today}} \hypersetup{% @@ -38,8 +39,32 @@ \printtitlepage \tableofcontents -\section{Introduction} -\label{int} +\section{Important Changes}\label{special} + +Please see the revision history below (section \ref{rev}) for details on changes in each +version. This section is just for important things like incompatible +changes which users should be aware of. + +\minisec{4.3} +Specifying entries as «in press» should now be done using the official |biblatex| +mechanism for this. Instead of, for example: + +\begin{verbatim} + YEAR = {in press} +\end{verbatim} + +\noindent you should use: + +\begin{verbatim} + PUBSTATE = {inpress} +\end{verbatim} + +\noindent as «|inpress|» is a |biblatex| localisation string which will +render correctly in supported languages. If you still use the older method, +it will still work but the string will always appear as the English «in +press». + +\section{Introduction}\label{int} \subsection{About} @@ -62,7 +87,7 @@ APA Style Guide (6th Edition). You will need to be using \sty{csquotes} ($\geq$ 4.3) and Bib\LaTeX\ ($\geq$ 1.4). Some features will not work\footnote{Automatic name and name - list uniqueness disambiguation---see examples doc} without the + list uniqueness disambiguation, for example---see examples doc} without the Biber backend for Bib\LaTeX\ ($\geq$ 0.9.2) which is strongly recommended. If you want to take advantage of the Bib\LaTeX\ |\DeclareQuotePunctuation| facility to enforce the APA required «American» @@ -238,6 +263,11 @@ accompanying \path{.bib} files: \subsection{Citations} +To specify something as «in press», use the |biblatex| |PUBSTATE| field +with the special key value of «|inpress|» (see |biblatex| manual, section +4.9.2.11). See the notes on the |PUBSTATE| field in section \ref{refs} +below. + \apa{6.13} requires that there should be no parentheses around the year of the citation when the citation itself occurs within parenthesis. This is tricky to completely automate within the remit of a citation style since it @@ -267,7 +297,7 @@ since the |sortcites| biblatex option is a package-level option. If you want to customise such a fake references section «citation», you should probably be using |\printbibliography| with a filter. -\subsection{References} +\subsection{References}\label{refs} The references style was based on the Bib\LaTeX\ default |authoryear-comp| style but is heavily modified. If in doubt read the @@ -278,6 +308,11 @@ general notes: \begin{itemize} \setlength{\itemsep}{0pt} +\item The |PUBSTATE| field takes priority over any date field. If you specify + something with a |PUBSTATE| field like «inpress», then the year label in + citations and the references will be the localisation of the |PUBSTATE| + value key (|PUBSTATE| takes a pre-defined set of localisation keys as + values, see |biblatex| manual). \item The |\maxprtauth| commands returns the number of author/editor names which are printed. APA style defaults to 7. You can reset this after loading biblatex with, for example, @@ -309,10 +344,19 @@ general notes: model limtations. \end{itemize} -\section{Revision history} +\section{Revision history}\label{rev} \begin{changelog} +\begin{release}{4.3}{2012-01-21} +\item «et al» now only replaces two or more names since it's plural +\item «in press» items now should use the |biblatex| |PUBSTATE| field + (Requires |biber| $\geq$ 0.9.9 to fully support disambiguation of «in + press» items by the same author) +\item Fixed «in press» hyphenation issue for disambiguation in references +\item URLs are now by default in roman font as per APA style. +\end{release} + \begin{release}{4.2}{2011-11-12} \item Fixed macro name typo \end{release} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx index 8049eb3fdef..69eb0f5457c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{american-apa.lbx} \InheritBibliographyExtras{american} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx index 2101b40c9a8..d1a813d4377 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx @@ -1,4 +1,4 @@ -%% apa.bbx v4.2 +%% apa.bbx v4.3 %% Copyright 2011 Philip Kime %% %% This work may be distributed and/or modified under the @@ -28,6 +28,17 @@ \ProvidesFile{apa.bbx} \RequireBiber[1] \RequireBibliographyStyle{standard} +\urlstyle{rm} % APA examples all have URLs in same font as text + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Used to join citations/references to +% extrayear + +\newcommand{\apashortdash}{-} + +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Allow variable max authors/editors limit @@ -153,10 +164,43 @@ % (APA 6.16) uses year postfix to disambiguate multiple items in same year % (APA 6.10) Never reference anything not cited % (APA 6.25) author initials only -% (APA 6.25) sorting is nyt +% (APA 6.25) sorting is nyt but we need to account for PUBSTATE which comes +% after all normal cites for the same author + +\DeclareSortingScheme{apa}{ + \sort{ + \field{presort} + } + \sort[final]{ + \field{sortkey} + } + \sort{ + \name{sortname} + \name{author} + \name{editor} + \name{translator} + \field{sorttitle} + \field{title} + } + \sort{ + \field{sortyear} + \field{year} + \field{pubstate} + } + \sort{ + \field{sorttitle} + \field{title} + } + \sort{ + \field[padside=left,padwidth=4,padchar=0]{volume} + \literal{0000} + } +} + +\DeclareLabelyear{pubstate,year,eventyear,origyear,urlyear} \ExecuteBibliographyOptions{labelyear=true,% - sorting=nyt,% + sorting=apa,% pagetracker=true,% firstinits=true,% useprefix=true,% @@ -324,8 +368,14 @@ \iffieldundef{labelyear} {\iffieldundef{origyear} {\printtext[parens]{\usebibmacro{noyear}}} - {\printtext[yearorunkyear]{\printfield[noformat]{origyear}}}} - {\printtext[yearorunkyear]{\printdateextra}}} + {\printtext[yearorunkyear]{\printfield[noformat]{origyear}}}}% + {\ifthenelse{\iffieldequalstr{labelyear}{inpress}\OR\iffieldequalstr{labelyear}{in press}} + {\printtext[parens]{\biblcstring{inpress}% + \iffieldundef{extrayear} + {\setunit{\relax}} + {\setunit{\apashortdash}}% + \printfield{extrayear}}} + {\printtext[yearorunkyear]{\printdateextra}}}} \DeclareFieldFormat{yearorunkyear}{% \ifthenelse{\iffieldequalstr{usere}{unkdate}\OR\iffieldequalstr{usere}{unkauthdate}} @@ -1087,8 +1137,6 @@ \setunit{\bibpagespunct}% \printfield{pages}% \newunit\newblock - \printfield{pubstate}% - \newunit\newblock \printfield{note}% \newunit\newblock \usebibmacro{doi+eprint+url}% @@ -1345,8 +1393,6 @@ \newunit\newblock \printfield{note}% \newunit\newblock - \usebibmacro{date}% - \newunit\newblock \usebibmacro{doi+eprint+url}% \newunit\newblock \printfield{addendum}% diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx index 6aecd4fdf1f..7b3ac3e965a 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 v4.2 +%% apa.cbx v4.3 %% Copyright 2011 Philip Kime %% %% This work may be distributed and/or modified under the @@ -124,7 +124,12 @@ {\usebibmacro{labelname:doname}{#1}{#2}{#3}{#4}{#5}{#6}{#7}{#8}}% {}% \ifnumcomp{\value{listcount}}{=}{\cbx@min + 1}% first past ul is et al - {\andothersdelim\bibstring{andothers}}% + % but enforce plurality of et al - only truncate here if there is at + % least one more element after the current potential truncation point + % so that "et al" covers at least two elements. + {\ifnumcomp{\value{listcount}}{<}{\value{listtotal}} + {\andothersdelim\bibstring{andothers}} + {\usebibmacro{labelname:doname}{#1}{#2}{#3}{#4}{#5}{#6}{#7}{#8}}}% {}% \ifnumcomp{\value{listcount}}{>}{\cbx@min + 1}% nothing thereafter {\relax}% @@ -165,14 +170,12 @@ {\setunit{\compcitedelim}% \usebibmacro{cite:plabelyear+extrayear}}% % Single cite - {\ifthenelse{\ifnameundef{labelname}\OR\equal{\thefield{entrytype}}{patent}} + {\ifthenelse{\ifnameundef{labelname}\OR\iffieldequalstr{entrytype}{patent}} % No author/editor {\usebibmacro{cite:noname}% \setunit{\nameyeardelim}% - \iffieldundef{labelyear} - {\usebibmacro{cite:noyear}} - {\usebibmacro{cite:plabelyear+extrayear}% - \savefield{namehash}{\cbx@lasthash}}} + \usebibmacro{cite:plabelyear+extrayear}% + \savefield{namehash}{\cbx@lasthash}} % Normal cite {\ifnameundef{shortauthor} {\printnames[labelname][-\value{listtotal}]{labelname}} @@ -180,10 +183,8 @@ {\printnames{shortauthor}} {\printnames[labelname][-\value{listtotal}]{author}\addspace\printnames[sabrackets]{shortauthor}}}% \setunit{\nameyeardelim}% - \iffieldundef{labelyear} - {\usebibmacro{cite:noyear}} - {\usebibmacro{cite:plabelyear+extrayear}% - \savefield{namehash}{\cbx@lasthash}}}}% + \usebibmacro{cite:plabelyear+extrayear}% + \savefield{namehash}{\cbx@lasthash}}}% \setunit{\multicitedelim}} \newbibmacro*{textcite}{% @@ -192,7 +193,7 @@ {\setunit{\compcitedelim}% \usebibmacro{cite:plabelyear+extrayear}} % Single cite - {\ifthenelse{\ifnameundef{labelname}\OR\equal{\thefield{entrytype}}{patent}} + {\ifthenelse{\ifnameundef{labelname}\OR\iffieldequalstr{entrytype}{patent}} % No author/editor or patent {\iffieldundef{shorthand}% % Cite using title @@ -222,10 +223,8 @@ {\ifciteseen {} {\printnames{shortauthor}\setunit{\nameyeardelim}}}% - \iffieldundef{labelyear}% - {\usebibmacro{cite:noyear}} % Actual year printing - {\usebibmacro{cite:plabelyear+extrayear}}% + \usebibmacro{cite:plabelyear+extrayear}% \savefield{namehash}{\cbx@lasthash}}}% \setunit{% \ifbool{cbx:parens} @@ -234,20 +233,18 @@ % multicitedelim semi-colon doesn't make much sense for textcites \compcitedelim}} -\newcommand{\apashortdash}{-} - \newbibmacro*{cite:plabelyear+extrayear}{% \iffieldundef{labelyear} - {} - {\printtext[bibhyperref]{% - \printfield[noformat]{origyear}\setunit*{\addslash}% - \printfield{labelyear}% - \iffieldequalstr{labelyear}{in press} - {\iffieldundef{extrayear} - {\setunit{\relax}} - {\setunit{\apashortdash}}% - \printfield{extrayear}} - {\printfield{extrayear}}}}}% + {\usebibmacro{cite:noyear}} + {\ifthenelse{\iffieldequalstr{labelyear}{inpress}\OR\iffieldequalstr{labelyear}{in press}} + {\printtext[bibhyperref]{\bibxstring{inpress}% + \iffieldundef{extrayear} + {} + {\apashortdash}% + \printfield{extrayear}}} + {\printtext[bibhyperref]{% + \printfield[noformat]{origyear}\setunit*{\addslash}% + \printfield{labelyear}\printfield{extrayear}}}}}% \newbibmacro*{cite:shorthand}{% \ifciteseen @@ -278,6 +275,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % (APA 6.22) Fall back to "n.d." for citations without dates % Strings defined in apa.bbx +% (APA 6.16) "in press" for PUBSTATE "inpress" \newbibmacro*{cite:noyear}{% \ifnameundef{shortauthor} @@ -285,7 +283,7 @@ {\ifciteseen {} {\printnames{shortauthor}\setunit{\nameyeardelim}}}% - \printtext[bibhyperref]{\biblcstring{nodate}}} + \printtext[bibhyperref]{\biblcstring{nodate}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx index 8f1161dd22f..390bed25f2b 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{brazilian-apa.lbx} \InheritBibliographyExtras{brazilian} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx index e7e22552a40..a4e007561a5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{dutch-apa.lbx} \InheritBibliographyExtras{dutch} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx index bba50efb8e4..27b2f4fe17e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{french-apa.lbx} \InheritBibliographyExtras{french} @@ -24,6 +24,7 @@ \DeclareBibliographyStrings{% inherit = {french}, + inpress = {{sous presse}{sous presse}},% remove when biblatex has it january = {{janvier}{janvier}}, february = {{f\'evrier}{f\'evrier}}, march = {{mars}{mars}}, diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx index 536f2ed5a72..9335699464a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{german-apa.lbx} \InheritBibliographyExtras{german} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx index 5019b4c4818..682f338aaca 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{greek-apa.lbx} \InheritBibliographyExtras{greek} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx index 6b58d6f196e..fc836917b8d 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{ngerman-apa.lbx} \InheritBibliographyExtras{ngerman} diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx index 4cc2f3b9678..9a8a54ac3cb 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx @@ -1,4 +1,4 @@ -% v4.2 +% v4.3 \ProvidesFile{spanish-apa.lbx} \InheritBibliographyExtras{spanish} @@ -26,6 +26,7 @@ \DeclareBibliographyStrings{% inherit = {spanish}, + inpress = {{en prensa}{en prensa}},% remove when biblatex has it january = {{enero}{enero}}, february = {{febrero}{febrero}}, march = {{marzo}{marzo}}, -- cgit v1.2.3