summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-29 00:31:31 +0000
committerKarl Berry <karl@freefriends.org>2010-09-29 00:31:31 +0000
commit99fce12bb0c432257f4b918dc1eb760b7b583382 (patch)
tree0ee57c017eb9e2b7aa1318c1f218c61b7d3227eb /Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
parent3d9a319aa3208d7a4277f3dd31851bf878f57c41 (diff)
biblatex-apa (28sep10)
git-svn-id: svn://tug.org/texlive/trunk@19938 c570f23f-e606-0410-a88d-b1316a301751
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.tex21
1 files changed, 17 insertions, 4 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 d695b44885e..49f3534a7e6 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
@@ -1,12 +1,17 @@
\documentclass{ltxdockit}
-\usepackage[utf8]{inputenc}
\usepackage[british]{babel}
-\usepackage[strict,babel=once]{csquotes}
+\usepackage[strict]{csquotes}
\usepackage{shortvrb}
\usepackage{ifthen}
\MakeAutoQuote{«}{»}
\MakeShortVerb{\|}
+% Unicode
+\usepackage{fontspec}
+\setmainfont[Ligatures=TeX]{TeXGyrePagella}
+\setsansfont{Arial}
+\setmonofont{Courier New}
+
\newcommand\apa[2][]{\ifthenelse{\equal{#1}{}}%
{\texttt{(APA #2)}}%
{\texttt{(APA #2 Example #1)}}}
@@ -18,7 +23,7 @@
url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/},
author={Philip Kime},
email={Philip@kime.org.uk},
- revision={1.8},
+ revision={1.9},
date={\today}}
\hypersetup{%
@@ -167,7 +172,9 @@ this is not really apparent in the bibliography. There is an APA standard
for long date formats which may not be correct for European journals using
roughly APA formatting standards (German journals tend to have a different
long date format, for example). The «american» babel option will give you
-APA compliant US date formats.
+APA compliant US date formats. Default sensible date formats are included
+for german, ngerman and french. You should redefine the |\mkbibdatelong|
+macro in the relevant language |*-apa.lbx| file to change this if needed.
\subsection{Limitations}
\label{use:limit}
@@ -322,6 +329,12 @@ to see how it was implemented. Some general notes:
\begin{changelog}
+\begin{release}{1.9}{2010-09-27}
+\item Moved docs to LuaLaTeX compat
+\item Fixed german/ngerman date formats
+\item Cleaned up date format code
+\end{release}
+
\begin{release}{1.8}{2010-08-06}
\item Fixed seven author ellipsis bug
\end{release}