diff options
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 | 20 |
1 files changed, 18 insertions, 2 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 45c5ad7b3d4..7141db656aa 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 @@ -18,7 +18,7 @@ \usepackage[style=apa]{biblatex} % Custom settings for misc entries in order to format the table for 6.13* -% This table implies that the examples on each line are in a seperate +% This table implies that the examples on each line are in a separate % document but since we are generating the citations from a real data % source, we have to prevent the usual uniquelist processing by making % all of the examples MISC entrytypes and changing uniquelist @@ -366,6 +366,22 @@ these appear in references\\ \apaex{\textcite{6.27a}}\\ \apaex{\textcite{6.27b}} +\noindent Testing suffices\\ +\apaex{\textcite{stest1}}\\ +\apaex{\textcite{stest2}} + +\noindent Testing prefices\\ +\apaex{\textcite{pretest}}\\ +\apaex{\textcite{nopretest}} + +% presufftest2 and nopresufftest have same year but don't have extrayear +% because useprefix=false for MISC and this is taken account of in +% extrayear generation +\noindent Testing prefices plus suffices\\ +\apaex{\textcite{presufftest}}\\ +\apaex{\textcite{presufftest2}}\\ +\apaex{\textcite{nopresufftest}} + \end{refsection} \begin{refsection}[biblatex-apa-test-references] \nocite{*} @@ -376,5 +392,5 @@ these appear in references\\ \newpage % Include a references section for citation examples just so hyperref % targets can be checked -\printbibliography[section=1,title=Misc citation references for checking hyperref targets] +\printbibliography[section=1,title=Misc citation references] \end{document} |