summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-16 22:15:09 +0000
committerKarl Berry <karl@freefriends.org>2011-03-16 22:15:09 +0000
commitae6ef6b688e802ee3a36dde35e801dd71cc982a5 (patch)
treeb0910ddef2e7be635b51894486805e3f6553c030 /Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
parent96eef86dd6ca48e839d2dd1a1cd9851320fd54bc (diff)
biblatex-apa (15mar11)
git-svn-id: svn://tug.org/texlive/trunk@21735 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.tex24
1 files changed, 21 insertions, 3 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 49aa0e3c08f..a53a1352583 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
@@ -9,8 +9,8 @@
% Unicode
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{TeXGyrePagella}
-\setsansfont{Arial}
-\setmonofont{Courier New}
+\setsansfont[Ligatures=TeX]{TexGyreHeros}
+\setmonofont[Ligatures=NoCommon]{TeXGyreCursor}
\newcommand\apa[2][]{\ifthenelse{\equal{#1}{}}%
{\texttt{(APA #2)}}%
@@ -23,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={2.5},
+ revision={2.6},
date={\today}}
\hypersetup{%
@@ -291,6 +291,19 @@ commas. See examples using this command in \path{biblatex-apa-test.tex}.
There is also a multi-cite version |\nptextcites| that works in the same
way as |\textcites|.
+The |\fullcite| command uses ampersands, like the references section
+and there is also a |\fullcitebib| command which is the same as
+|\fullcite| but which fakes a mini references section with APA style
+indentation and so is not intended to be used inline like
+|\fullcite|. See examples in the test file. Please note that APA style
+does not have multiple citation lists sorted---they appear in the
+order cited. Since |\fullcitebib| is a citation command, the citations
+will not be sorted which might appear odd since this «citation» style
+looks like a references section excerpt. There is no way around this
+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}
The references style was based on the \sty{biblatex} default
@@ -336,6 +349,11 @@ to see how it was implemented. Some general notes:
\begin{changelog}
+\begin{release}{2.6}{2011-03-15}
+\item Made fullcite use ampersand
+\item Added fullcitebib macro to allow fake bib citations
+\end{release}
+
\begin{release}{2.5}{2010-11-24}
\item Refactored hyperref to only link from years to make it
consistent across cite commands