diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-29 00:31:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-29 00:31:31 +0000 |
commit | 99fce12bb0c432257f4b918dc1eb760b7b583382 (patch) | |
tree | 0ee57c017eb9e2b7aa1318c1f218c61b7d3227eb /Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex | |
parent | 3d9a319aa3208d7a4277f3dd31851bf878f57c41 (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-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex | 36 |
1 files changed, 15 insertions, 21 deletions
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 e9abe573e25..ec3faa2a575 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 @@ -1,16 +1,21 @@ \documentclass{article} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} \usepackage{shortvrb} \usepackage{ifthen} \usepackage{color} -\usepackage{MnSymbol} +\usepackage[retainmissing]{MnSymbol} + +% Unicode +\usepackage{fontspec} +\setmainfont[Ligatures=TeX]{TeXGyrePagella} +\setsansfont{Arial} +\setmonofont{Courier New} % Biblatex \usepackage[style=apa,% - bibencoding=inputenc]{biblatex} + backend=biber, + bibencoding=utf8]{biblatex} \MakeShortVerb{\|} @@ -21,8 +26,8 @@ \setlength{\parskip}{3ex} \bibliography{biblatex-apa-test-citations,biblatex-apa-test-references} -\def\apaex#1{\hbox{\hspace{-4em}\texttt{\small \detokenize{#1}}}\\ $\rcurvearrowse$ \textbf{#1}} -\def\apaexs#1{\hbox{\texttt{\footnotesize \detokenize{#1}}} \textbf{\small #1}} +\def\apaex#1{\hbox{\hspace{-4em}\texttt{\small\detokenize{#1}}}\\$\rcurvearrowse$ \textbf{#1}} +\def\apaexs#1{\hbox{\texttt{\footnotesize\detokenize{#1}}} \textbf{\small #1}} % This just makes it easier to find a specific (APA 7.x) example in the % typeset references section @@ -242,6 +247,10 @@ Entries with no date use ``n.d.''.\\ \apaex{\parencite{6.28a}}\\ \apaex{(\nptextcite{6.28a})}\\ +\noindent\apa{7.01:12c}\\ +Issue with no editors\\ +\apaex{\parencite{7.01:12c}}\\ + \noindent\apa{A7.07}\\ A patent citation uses the title but with no quotes\\ \apaex{\textcite{A7.07}}\\ @@ -254,18 +263,3 @@ A patent citation uses the title but with no quotes\\ % see (APA 7.x) examples there. \printbibliography[notkeyword=noinclude] \end{document} - - - - - - - - - - - - - - - |