summaryrefslogtreecommitdiff
path: root/tests/natbib-citations.latex
diff options
context:
space:
mode:
authorNathan Gass <gass@search.ch>2010-12-15 12:06:14 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-15 10:21:53 -0800
commit8f60176511d006cc1c9fb8146f4e38cb9b760dc6 (patch)
tree757453e22dd396cc0ffe0521206fd122cd4065a5 /tests/natbib-citations.latex
parent43fee5e7f797b442e0290e9f6e788a6ad67a18b5 (diff)
Remove punctuation at start of suffix for natbib and biblatex output.
This is necessary as the latex citation commands include there own punctuation, which resulted in doubled commas for markdown documents where citeproc output works correctly.
Diffstat (limited to 'tests/natbib-citations.latex')
-rw-r--r--tests/natbib-citations.latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/natbib-citations.latex b/tests/natbib-citations.latex
index 503d9cd9b..00787584e 100644
--- a/tests/natbib-citations.latex
+++ b/tests/natbib-citations.latex
@@ -40,7 +40,7 @@
\item
A citation group
- \citetext{\citealp[see][, p.~34--35]{item1}; \citealp[also][chap. 3]{item3}}.
+ \citetext{\citealp[see][p.~34--35]{item1}; \citealp[also][chap. 3]{item3}}.
\item
Another one \citep[see][p.~34--35]{item1}.
@@ -52,10 +52,10 @@
\item
Citation with a suffix and locator
- \citep[, pp.~33, 35--37, and nowhere else]{item1}.
+ \citep[pp.~33, 35--37, and nowhere else]{item1}.
\item
- Citation with suffix only \citep[, and nowhere else]{item1}.
+ Citation with suffix only \citep[and nowhere else]{item1}.
\item
Now some modifiers.%