Re: colon before page(s) in citation
Christoph Bauer <[email protected]> Mon, 28 Aug 2006 20:54:22 +0200
| Newsgroups | gmane.comp.tex.bibtex.jurabib.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Johannes,
try the following:
\renewcommand*{\jbcitationyearformat}[1]{:#1}
If you want the spaces between year and page to shrink:
\renewcommand*{\jbcitationyearformat}[1]{\hspace{-0.5ex}---\,#1}
A ready-to-go minimal example file, including the bib, would ease
helper's work.
www.minimalbeispiel.de
christoph
Am 28.08.2006 um 18:10 schrieb johanneswilm:
> Hi,
> I've tried all kins of options with jurabib, but I simply can't figure
> out how I can exchange the comma before the page(s) (the optional
> field) with a colon. I want to have the following happening:
>
> \citep[44]{Marx99} -> (Marx, 1899: 44)
>
> Any suggestions?