diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex | 44 |
1 files changed, 37 insertions, 7 deletions
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 02e399375e9..02e1e466da5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex @@ -25,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={6.1}, + revision={6.2}, date={\today}} \hypersetup{% @@ -159,7 +159,8 @@ localisation. Thanks to Braulio José Solano Rojas for the Spanish localisation. Thanks to Stefan Mayer for the |subtitlepunct| suggestion. Thanks to Håkon Malmedal for the Norwegian localisation. Thanks to Johann Gründl for the Austrian localisation. Thanks to Svante Kvarnström -for the Swedish localisation. +for the Swedish localisation. Thanks to Hendrik Maryns for further Dutch +localisation. \section{Use}\label{ref:use} \label{use} @@ -174,7 +175,8 @@ example), you can download it from CTAN and then, put the \path{.cbx}, \path{<texmf>/tex/latex/biblatex/bbx/apa.bbx}\\ \path{<texmf>/tex/latex/biblatex/lbx/<language>-apa.lbx}\\ -\noindent Specify the style in the usual way when loading Bib\LaTeX. +\noindent Specify the style in the usual way when loading Bib\LaTeX. If you +are using \sty{babel}: \begin{ltxcode} \usepackage[american]{babel} @@ -183,6 +185,16 @@ example), you can download it from CTAN and then, put the \path{.cbx}, \DeclareLanguageMapping{american}{american-apa} \end{ltxcode} +or \sty{polyglossia}: + +\begin{ltxcode} +\usepackage{polyglossia} +\setdefaultlanguage[variant=american]{english} +\usepackage{csquotes} +\usepackage[style=apa]{biblatex} +\DeclareLanguageMapping{english}{english-apa} +\end{ltxcode} + \noindent Note that the APA manual requires the forcing of titles into «sentence case», that is, initial cap followed by lower case for sentence units, with the exception of names and material from languages which do not @@ -224,14 +236,26 @@ Localisation is provided for APA-specific strings in the accompanying |.lbx| files. To use these files, put an appropriate mapping in your document preamble, after loading Bib\LaTeX. -Normal use will invoke babel with the «american» babel language. After -loading babel and biblatex, put this in the preamble (see full preamble -example in section \ref{ref:use} above): +Normal use will invoke \sty{babel} with the «american» language or +\sty{polyglossia} with «american» variant of «english». After +loading \sty{babel}/\sty{polyglossia} and biblatex, put this in the +preamble if you are using \sty{babel} (see full preamble example in section +\ref{ref:use} above): \begin{ltxcode} \DeclareLanguageMapping{american}{american-apa} \end{ltxcode} +or for \sty{polyglossia} (since there is no language «american» in +\sty{polyglossia}---it's just an «english» variant: + +\begin{ltxcode} +\DeclareLanguageMapping{english}{english-apa} +\end{ltxcode} + +The \file{english-apa.lbx} is a copy of the \file{american-apa.lbx} since +the default is «American» English. + The APA manual does not mention nor sanction any non «American» English strings but it is quite common for non-English journals to ask for APA style bibliographies and so this must be supported. @@ -246,7 +270,7 @@ option: This loads the |german-apa.lbx| file which in turn, loads the |german.lbx| file and augments it with APA-specific strings. If you are not using the -babel «american» option, they you may need to set up the +\sty{babel} «american» option, they you may need to set up the |\DeclareQuotePunctuation| option as mentioned in section \ref{ref:req} above. You would only need to do this if, for some strange reason, a non-american journal required the (rather horrible) american practice of moving final @@ -401,6 +425,12 @@ applied to the data stream by |biber| and does not change your \file{.bib}. \begin{changelog} +\begin{release}{6.2}{2013-10-19} +\item Corrected Dutch translations +\item Fixed Norwegian lbx corruption +\item Misc bugfixes +\end{release} + \begin{release}{6.1}{2013-07-19} \item Corrected APA 6.12 error and switched to uniquelist=minyear \item Documented way of automating some APA 6.32 requirements |