{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.
3
votes
1answer
299 views
Putting \citep and \citep* together
I'm using BibTeX and natbib and trying to make a single \citep block where two entries are expanded (i.e. I would cite them individually with \citep*) and one entry is not. That is, the desired ...
3
votes
1answer
1k views
author order in plainnat
I typed in the preamble
\usepackage[round]{natbib}
\usepackage{cite}
\newcommand{\bibfont}{times}
Then at the end
\bibliography{mybibfile}{}
\bibliographystyle{plainnat}
\nocite{*}
In bib file I ...
3
votes
1answer
403 views
Referring to a website in `bibtex`
I am referring to a website in a scientific paper, the website is providing some stats.
What do I write in the author field? The stats are collected using programs installed on some players PCs.
I ...
3
votes
1answer
840 views
Use natbib with alpha style
Is it possible to use natbib together with the alpha style? It doesn't seem to be supported directly in the natbib package. What I mean is that there is no specific alpha-like natbib style, and if I ...
3
votes
1answer
348 views
Acronyms in Bibtex
Is it possible to add acronyms to a bibTeX file?
I have a bibTeX entry that looks like the following when printed with natbib:
And when used within the text it looks like:
I would like it to show ...
3
votes
1answer
265 views
Parenthesis style in bibtex citation
I am using LyX with bibtex and natbib for my citations. However, for some reason when I create the pdf, the citation comes out as Author [year] instead of Author (year). Is there a way to change the ...
3
votes
1answer
756 views
Can I get \citeauthor and \citeyear with bibtex?
I am using currently using bibtex and the \cite{...} command for all citations. Using the cell bibliography style, citations will appear as e.g. [Jovanović and Janičić, 2005].
However, I would like ...
3
votes
1answer
167 views
natbib, hyperref and citation inside a float figure
I use Lyx and MikTeX 2.9 to write my thesis based on book KOMA-script. Right at the finish I have an error at pdflatex run:
Extra }, or forgotten \ endgroup.
<argument> ... \IeC {\c s}i ...
3
votes
1answer
297 views
emphasizing “et al.”
I am using a .bst for the bibliography in my thesis; the .bst that I am using, I think, was Chicago style originally. I am also using the natbib package. Currently, when I use citation, "et al." ...
3
votes
1answer
197 views
Disable compression of author-year citations in natbib
I would like to disable the compression of author-year citations in natbib. For example, the following source code generates the output "[Miller, 2001, 2002]":
\documentclass{article}
...
3
votes
1answer
1k views
Putting different types of references in natbib harvard style.
I am using natbib and its agsm style for the harvard style reference formatting in my report. A sample would be like this.
Kivi, A. (2009), ‘Measuring mobile service usage: methods and measurement ...
3
votes
3answers
255 views
How to customize a .bst bibliographic style created with custom-bib for dealing with entries with no year and/or no author
I am using natbib with author-year-like cites style and with a custom references style (a .bst file) that I created with custom-bib. That style file for references is also author-year oriented, of ...
3
votes
1answer
494 views
How to get harvard style through “agsm”
I wan't to use harvard style in my paper. I'm using TeXMaker and natbib. I got agsm.bst downloaded. But it's not helping.
I'm using these commands
\documentclass{article}
\usepackage{natbib}
...
3
votes
1answer
930 views
Fine tuning natbib for agsm bibliography style, and adding links
Lovely day. I am quite new to LaTeX but picking things up fast. One area which is confusing me greatly is getting my bibliography to work just how I like it.
I have settled on natbib with agsm style ...
3
votes
2answers
2k views
REVTeX4-1 biblography problems
My co-author and me have decided to send a paper to the Journal of Mathematical Physics which is a publication of American Institute of Physics. Being a junior co-author I got the dirty job of ...
3
votes
1answer
181 views
Natbib puts reference data one line per item
I'm using:
\documentclass[oneside,article,openbib,12pt,titlepage]{memoir}
\usepackage[authoryear,round]{natbib} % Better bibliography support
\bibpunct{(}{)}{,}{a}{,}{,}
in the preamble of my ...
3
votes
1answer
837 views
sectionbib option for natbib doesn't work with scrreprt
The natbib package has an option sectionbib, that causes the bibliography to be typeset as an unnumbered section, as opposed to the default unnumbered chapter. However, when using the scrreprt class, ...
3
votes
0answers
83 views
Problem with Natbib after installing biblatex [closed]
I installed BibLaTeX, and I couldn't get it to work so I decided to go back to my old BibTeX natbib - but now I can't get my references back.
What's going on...? Do I have to redo the installation of ...
3
votes
0answers
102 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
...
3
votes
0answers
653 views
How do I get full or abbreviated citations to appear automatically in Tufte footnotes (sidenotes)? [closed]
I'm experimenting with a promising approach to generate generate abbreviated citations in Tufte documents automatically using \cite alone, once a reference has already been used. But I've encounters ...
3
votes
0answers
326 views
Citet and citep not working with hyperlink [duplicate]
Possible Duplicate:
Citep only works as cite?
I used bibtex/natbib to compile my thesis, but unfortunately \citet and \citep don't connect with the hyperlink. In short:
\cite{KEY} gives ...
2
votes
3answers
1k views
Why do hyperref and harvard not work together properly?
In my current work, I cannot seem to get the packages harvard and hyperref to work together properly.
A small example:
\documentclass[12pt,a4paper]{scrreprt}
\usepackage[utf8x]{inputenc}
...
2
votes
2answers
1k views
Set natbib options after loading natbib package
Is it possible to set (or change) the natbib package options after its loading (i.e. after the line \usepackage{natbib})?
The reason I need it is that I'm using a LaTeX style from a journal and it ...
2
votes
2answers
581 views
BibTeX, natbib: weird (wrong?) order of the bibliography database fields in the final output?
MWE for the problem I encountered:
\documentclass{article}
\usepackage{natbib}
\begin{document}
Some text here. \citep{Meier1992}
\bibliographystyle{plain}
\bibliography{references}
\end{document}
...
2
votes
1answer
3k views
\citep is not working
I am new to LaTeX (MiKTeX version) and try to get authoryear citation e.g. (Hugh et al., 2009) using \citep{MCOSW}. But rather it shows the whole list of authors with year at the end e.g.
(Hugh ...
2
votes
1answer
122 views
Is natbib included in TeX Live?
I'm extremely new at this. Basically I'm a would-be academic who needs (and therefore wants) to use LaTeX for my professional writing stuffs. This means that the most important thing to me is to be ...
2
votes
1answer
123 views
How can I alter the ieeetr bib style to add brackets to the year?
I'm trying to change the bibliography from this:
[40] B. Jeziorski and H. Monkhorst, “Coupled-cluster method for
multideterminantal reference states,” Physical Review A, vol. 24,
no. 4, p. 1668, ...
2
votes
1answer
1k views
\cite[page]{book} inside \caption[…]{…}
Is it somehow possible to put a citation including page specification, as in \cite[page]{book}, inside the list-of-figures-relevant caption of a figure, i.e. \caption[*HERE*]{...}?
I can do
...
2
votes
2answers
738 views
Stop bibtex from complaining about an empty note
When I bibtex foo.tex the following foo.tex
\documentclass{article}
\usepackage{natbib}
\bibliographystyle{plainnat}
\begin{document}
\cite{citation1}
\bibliography{foo}
\end{document}
with this ...
2
votes
2answers
2k views
Reference a website in bib
I want to reference a website in my bib file. I use:
\usepackage{natbib}
I found:
@misc{Xmisc,
%author = "",
%title = "",
%howpublished = "",
%year = "XXXX",
%month = "",
%note ...
2
votes
1answer
288 views
natbib bibliography/references section SPLIT into sections
I have a Bibliography section which I'd like to split into sections, like this:
References
Conference and workshop proceedings
Reference 1
Reference 2
Journal articles
Reference 3
Reference 4
...
2
votes
1answer
111 views
natbib does not show year
I'm using natbib and plainnat as bibliography style.
\documentclass[a4paper,12pt]{report}
\usepackage[T1]{fontenc}
\usepackage[round]{natbib}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
...
2
votes
1answer
80 views
How do I enlarge hyperref's reference link boxes to cover additional text around the actual reference counter in a numeric bibliography style?
I am using the memoir class with a numeric citation style that adds the letter "r" before a reference. A minimal example would be this:
\documentclass{memoir}
\usepackage[super]{natbib}
...
2
votes
1answer
200 views
question marks instead of citations / extended problem
I am having trouble with generating references. For some citations instead of authors names the file generates question marks. I tried the suggested found in this forum and already I am aware for the ...
2
votes
1answer
846 views
Natbib setcitestyle causes “undefined control sequence error”
The following test code works if I comment out the \setcitestyle line. If I don't it throws a "undefined control sequence error." What's wrong? (I'm using the MacTeX-2011 distribution.)
...
2
votes
1answer
146 views
Modifying reference style
I'm preparing a document with references that should be set out as follows:
http://www.i-cite.bham.ac.uk/harvard_reference_list.shtml
http://www.i-cite.bham.ac.uk/harvard_citing.shtml
The code I ...
2
votes
1answer
2k views
BibTeX: How to remove “dot”, “comma” and “and” in author name and put year at the end?
I use the package natbib with the bibliography style apa.
How I remove dot, comma and "and" after name and then change year position without bracket to the end of reference.
Maniatis, T., ...
2
votes
1answer
251 views
Change ieetr bibliography style to last name first
I'm using the ieeetr bibliography style for my references and I'm getting initials then last name, how would I change this to last name first?
Here is what it looks like at the moment:
[1] X. ...
2
votes
1answer
112 views
bibtex - how to have a web link without the url (ideally to have a link on the number) [duplicate]
I have been messing around a bit with different packages - url, hyperref etc. to get urls into my bibliography. Essentially i've got to the point where I have the url - with a clickable weblink over ...
2
votes
1answer
64 views
Citations in separate tex file from bibliography
I'm compiling a thesis where the main TeX file contains all my preamble declarations before including the thesis chapters as individual TeX files. I'd prefer, however, to have a single bibliography ...
2
votes
1answer
361 views
How to get APS BibTeX style file to work
I just started to use BibTeX and have found it amazingly convenient. So far I have tried to use the style file h-physrev.bst from arXiv, and copied the BibTeX information directly from the site of ...
2
votes
2answers
139 views
Editing bst file to add “page” or “pages”
I've got this bst file http://pastebin.com/z6mXByj7 and am using this tex:
\documentclass[10pt,oneside,letterpaper,spanish]{book}
\usepackage[utf8x]{inputenc}
\usepackage[activeacute,spanish]{babel}
...
2
votes
1answer
125 views
I don't get 'et al.' when I have a long author list
I am using an article with a long author list, like this:
author = {{H.Oumerachi and A.Kortenhaus and William Allsop and Maarten and
Groot and Roger Crouch and Han Vrijling and Hessel Voortman }}
...
2
votes
1answer
494 views
Contents of title field “all lowercase” for BibTeX entry?
Online resources like this:
@MISC{Google:AppEngine:Datastore:Java:API,
author = {Google},
year = {2012},
month = "April",
title = {Google App Engine Datastore Java API},
url = ...
2
votes
1answer
750 views
\citetitle and \citeeditor using the natbib & hyperref packages
I am very much committed to the natbib package, but still want to cite different fields of my bibliography items. For this I am using this code found in a google forum.
...
2
votes
1answer
464 views
Natbib: LASTNAME, Firstname (Year) style
I would like BibTeX citations to appear as
LASTNAME, Firstname (year): Title etc.
in the references. There should be no "bibliography key" [...] in the references section, and citations should ...
2
votes
1answer
586 views
Removing parentheses from date only in bibliography with natbib
I am using natbib with agsm style to achieve Harvard style referencing.
Is there any way to remove the parenthesis around the year in the references section (not the citations in the main text)? I ...
2
votes
1answer
867 views
Getting natbib to use numerical keys when the bibliography will be in a separate file.
I am using the natbib package in a collaborative (which means I can't jettison the use of natbib entirely) document. I want to get citations in numeric form in both the text and bibliography, i.e I'd ...
2
votes
1answer
41 views
How to modify unsrtnat.bst
I use unsrtnat.bst and I need to change the form:
N.W. Ashcroft. Phys. Rev. Lett., 92, 187002. (2004).
to
N.W. Ashcroft. Phys. Rev. Lett. 92, 187002 (2004).
So I need to delete comma ...
2
votes
2answers
48 views
Natbib In-Text Citation displays (author?)
I have taken a look through many other questions on this subject but cannot seem to fix my issue. Essentially while references display correctly I cannot get the author citation to appear in my text ...