BibTeX, biblatex and biber ⇒ Alter Citation Appearance to "(author, year:page#)"
-
- Posts: 11
- Joined: Tue Aug 09, 2011 8:05 pm
Alter Citation Appearance to "(author, year:page#)"
I'm a LaTex newbie and currently writing a dissertation. I'm using BibTex to store and create my bibliography. I'm using the cbe.bst style, provided in the beebe package because it's most similar in format to the American Journal of Physical Anthropology. I would like to modify the output of the in-line citation, particularly how it handles reference to a page number. For example:
If I type ~\citep[169]{midant-reynes2001}, the output is
(Midant-Reynes, 2001, 169)
What I need the output to look like is this: (Midant-Reynes, 2001:169).
What is the most efficient way to modify the output to match my needs? Thanks so much.
--Trey
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 11
- Joined: Tue Aug 09, 2011 8:05 pm
Re: Alter Citation Appearance to "(author, year:page#)"
\usepackage{natbib}
\usepackage{cite}
I was under the impression that I needed both for using BibTex and the cbe.bst style.
-
- Posts: 11
- Joined: Tue Aug 09, 2011 8:05 pm
Re: Alter Citation Appearance to "(author, year:page#)"
Best,
Trey