diff --git a/examples/mpi-far.tex b/examples/mpi-far.tex index bbee6ab..2ce0eab 100644 --- a/examples/mpi-far.tex +++ b/examples/mpi-far.tex @@ -127,7 +127,7 @@ \subsubsection{A second level subsection} \item Many authors: \citep{baker_global_2007} \item Multiple citations: \citep{baker_global_2007, abraham_summary_98-09, thompson_dolphin_2013} \item Parencite: \parencite{gales_phocarctos_2008} - %\item Nptextcite: \nptextcite{ mpi_review_2012} + \item Nptextcite: \nptextcite{ mpi_review_2012} %\item Fullcite: \fullcite{mpi_review_2012} %\item Fullcitebib: \fullcitebib{mpi_review_2012} \item Citeyear: \citeyear{robertson_population_2011} diff --git a/examples/test.bib b/examples/test.bib index 4b0d6c1..90bb699 100644 --- a/examples/test.bib +++ b/examples/test.bib @@ -104,7 +104,7 @@ @Book{ mpi_review_2012 year = "2012", author = "{Ministry for Primary Industries}", address = "Wellington, New Zealand", - note = "387~p" + addendum = "387~p" } @Article{ robertson_population_2011, diff --git a/latex/mpi.dtx b/latex/mpi.dtx index 363a982..74040fd 100644 --- a/latex/mpi.dtx +++ b/latex/mpi.dtx @@ -322,6 +322,9 @@ \xpatchbibmacro{type+institution}{[parens]}{}{}{Patch of 'type+institution' macro failed} \DeclareFieldFormat[thesis]{title}{#1\addperiod} +% Gets rid of parentheses around page number +\DeclareFieldFormat{addendum}{{#1}} + % % \end{macrocode} %