{natbib} is a package for bibliographies and citations. It is especially designed for the author-year type citation styles that are common in the natural and social sciences.
1
vote
1answer
35 views
Package natbib: change in-text citation [Johnson 1990] to [Joh1990]
I'm using natbib and I'd like to change the in-text citation.
If author and year are Johnson 1990 the output should be [Joh1990], I want natbib to print the first three letters of the author and the ...
1
vote
1answer
45 views
remove “pp.” from references produced by chicago style, re-position page numbers
\documentclass[a4paper,12pt]{article}
\usepackage{amssymb,amsmath,amsthm,amsfonts}
\usepackage[T1]{fontenc}
\usepackage{natbib}
\usepackage{tabularx}
\usepackage{lscape}
\usepackage{dcolumn}
...
1
vote
1answer
290 views
natbib: use the harvard referencing system
I've been scouting various websites, including stackexchange looking for an easy solution to make natbib work within my tex file so to use the harvard referencing system. I've only managed to get one ...
10
votes
0answers
263 views
MultiMarkDown and biblatex citations
I'm using Scrivener to produce LaTeX output with MultiMarkDown. MultiMarkDown uses natbib by default, so footnotes look like this code snips:
\footnote{~\citep[<prenote>]{<key>}}
The ...
5
votes
0answers
24 views
parsing bbl file to an xml file from within pdflatex while typesetting
As editor of a journal I need to translate the bibliography, in a bbl file, into part of an xml file (for potential submission to cross-ref). It seems best done on the fly by pdfLaTeX so I can also ...
4
votes
0answers
52 views
Bibliography separation with variable separator
I need a "." behind the title and "," behind all other entries.
So far I tried to modify output.nonnull and output.check and extended them by an additional variable.
STRINGS { s t separator }
...
3
votes
0answers
104 views
Generating an author index with author names only, not dates, using natbib
I'm generating an author index using natbib, makeidx, and \citep and \citet in the document, with \citeindextrue. This works, but the author entries are of the form:
Hegselmann (2001), 142, 190
...
2
votes
0answers
45 views
Citation colour with Beamer + Hyperref + Natbib
I'm using natbib for citation with a custom bibstyle. I'm working on a presentation using LaTeX beamer and for some reason the citation marker doesn't have the colour that is specified to hyperref. ...
2
votes
0answers
67 views
Disabling backref in secondary multibib bibliography with natbib
I am finalising my PhD thesis that I have composed with LaTeX.
I have a section in which I list my own publications and the whole list of references at the very end of the document. This list is ...
2
votes
0answers
98 views
Problem with natbib and agsm style not showing Vol No and Pp in references
I am using natbib with the agsm style,
if i have an entry as;
@article{Buchko2007,
author = {Buchko, Aaron A.},
title= {The effect of leadership on values-based management},
year = {2007},
journal ...
2
votes
0answers
71 views
TeX4ht with Natbib, missing citations
I have read about LaTeX2rtf, but installing it on a Mac looks a bit intimidating, so in the meantime I am trying to use the workaround of using TeX4ht to convert my TeX into an ODT file and then ...
2
votes
0answers
75 views
natbib: temporary citation for missing references?
Is there a way I can specify a placeholder text for citations in which bibliographies are missing? For instance, I would imagine the syntax might look something like \citep[Author, Year]{AuthorYear}. ...
1
vote
0answers
36 views
Superscript citations with letters to denominate diferent pages
I've been using natbib in my thesis with the 'author year' citation style. By far the most common way of doing citations in my field of study is superscript, so I want to change to natbib's super ...
1
vote
0answers
137 views
Thesis paper format and bibliography issues!
I'll try to be as clear as possible.
I use texshop 2.47 on my Mac with bibdesk. So far I wrote an article for ACS journal with their package. At the moment I'm working on my PhD thesis. I found this ...
1
vote
0answers
62 views
Why does natbib conflict with sbc.bst?
I'm always loading the package sbc-template. When I load natbib and use bibliography style apalike, no problem; when I use style sbc instead, compilation crashes. How to fix this? Apalike is pretty OK ...
1
vote
0answers
150 views
How do I force a particular bibliography style?
I am writing a paper for a journal that enforces the use of the Springer 'splncs03.bst' file for references. I wrote most of the paper with natbib and the use of the \citep and \citet commands so it ...
0
votes
0answers
39 views
Elsarticle: How can I toggle between superscript and (author, date) citation and bibliography styles?
I'm writing a manuscript and am using an external BibTeX database of references (generated in JabRef) with the elsarticle class and elsarticle-harv, elsarticle-num and elsarticle-num-names ...
0
votes
0answers
47 views
compiler stops on natbib undefined citation
help needed.
i ve got an issue when re_using the file with references with another tex file.
So it works fine with my work1 tex file.
But it does not work with my work2.tex file.
I do not see ...
0
votes
0answers
52 views
Prevent hyphenation of natbib authors
How do I prevent the hyphenation of natbib authors?
Original question:
\hyperref will allow author names from \natbib-citations to break lines. How can I prevent this? If possible, I would disable ...
0
votes
0answers
64 views
References have disappeared after making small changes
I am using shareLaTeX book to compile a report. Until yesterday my references were working fine, all of a sudden they no longer work. I introduced a few changes yesterday, but when I remove these, the ...
0
votes
0answers
62 views
How to change font size of year in natbib's author-year citations?
I am using LaTeX with Natbib, and would like to change the fonts for my in-line, author-date citations (but not in the bibliography itself). I have found ways to change the font of the author's name ...
0
votes
0answers
92 views
First lines in the bibliography list are indented when I use numbering in apa style
I want my references numbered and appear the following order: author, year, title, etc...
When I use apa.bst style with the natbib code:
\usepackage[round,numbers]{natbib}
the first line of each ...