{citing} is about specific or customized citation commands. For general questions about bibliographies and citations, use {bibliographies}, or preferably the tag for the bibliography packages and/or backend programs you use, e.g., {bibtex}, {natbib}, or {biblatex}.
0
votes
0answers
39 views
how to run BibTex on an undefined citation within LaTex [duplicate]
Possible Duplicate:
LaTeX Warning: Citation ‘author2012’ on page 1 undefined on input line 15
I am following Andy Roberts' method on creating a bibliography and doing in text citations.
...
0
votes
0answers
36 views
question mark replaces citations in pdf [duplicate]
Possible Duplicate:
Question mark instead of citation number
how to replace [?] with the actual numerical citation.
I'm trying to create a bilbiography in Winshell from a database (.bib ...
2
votes
0answers
1k views
LaTeX Warning: Citation 'author2012' on page 1 undefined on input line 15 [closed]
How do you correct an undefined citation? I've clicked the BibTex option several times to let Latex automatically recognize the new references, but this isn't working.
...
7
votes
3answers
2k views
\renewcommand{\cite} does not work
I'm using \cite a lot in my document, but now I discovered that I really need \citep instead (from natbib). No problem, I thought, just redefine the \cite command:
\renewcommand{\cite}[1]{\citep{#1}}
...
5
votes
1answer
135 views
How to set the in line citation style globally in biblatex?
I'm using biblatex and biber to generate my bibliography and I would like to be able to control the style of a "normal" citation in the text globally in the preamble. At the moment I use \supercite{} ...
3
votes
1answer
803 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 ...
2
votes
0answers
103 views
Cite multiple authors with page references [duplicate]
Possible Duplicate:
Multiple citations with pages using BibLaTeX
How can I best include citations with multiple authors and page references? That is, I would like the output to look similar ...
3
votes
1answer
88 views
amsproc class, formating \cite command
Using \documentclass{amsproc}, \bibliographystyle{amsplain}.
With \cite{A,B} one gets something like [1, 2].
I would like to decrease the space (for example to thinspace) between 1, and 2.
I would ...
2
votes
1answer
211 views
Adding numbers to references with authoryear citation style
My document is based on the report class. I am using custom bibtex style file generated through makebst for my thesis and the citation style I need is authoryear. The references are to be sorted ...
2
votes
1answer
81 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}
...
3
votes
1answer
877 views
lyx bibliography citation style
I create a .bib file
@article {HanKumar2011,
author = {Han, Bing and Kumar, Alok},
title = {Speculative Retail Trading and Asset Prices},
journal = {Journal of Financial and Quantitative Analysis ...
2
votes
1answer
148 views
How do I remove the blank line between citations using the achemso package?
I'm using the achemso package (but not the achemso class) to format my citations, but would like to remove the blank line between citations. Here is a MWE demonstrating my current output:
...
4
votes
1answer
122 views
Whitespace before \cite that ends a sentence or a paragraph
If I summarize content from another source, I'll use \cite to reference the author. In natural sciences it seems to be standard to use \cite at the end of the sentence or paragraph that containts ...
4
votes
0answers
39 views
how to cite legal cases in BibTeX [duplicate]
Possible Duplicate:
What is the proper way to cite a legal document?
Does anyone know the proper formatting for citing a legal case in BibTeX? Say for example that I want to cite Brown v. ...
13
votes
2answers
993 views
Citing author's full name in biblatex
How can I cite an authors full name (= first name + last name) in biblatex?
@book{Gladwell2005,
author = {Gladwell, Malcolm},
address = {New York, NY},
publisher = {Back Bay Books},
...
0
votes
1answer
172 views
Sorting references, and displaying “References” instead of “Bibliography”
In my \documentclass{llncs}, I use
\usepackage{hyperref}
\usepackage[sort]{natbib}
to sort the references of my document. While the above achieves sorting, the section entitled "Bibliography" ...
2
votes
1answer
98 views
Print whole bibliography to PDF [duplicate]
Possible Duplicate:
Generate a complete bibliography
Using BibTeX to make a list of references without having citations in the body of the document?
I got the task to show my whole ...
1
vote
2answers
550 views
LyX citation styles after insertion
I'm using LyX with the bibliography set to natbib > Author, Year in Document Settings and plainnat in the bibliography settings. So far, so good. This has the desired effect within the bibliography ...
25
votes
2answers
607 views
Can I count the number of times each reference is cited?
I am writing a paper, and I would like to be able to find out automatically how many times each reference is cited. This could either be appended to the references in a printed version, or outputted ...
4
votes
2answers
118 views
Biblatex not compress specific group
I am doing a literature review. And I want to put references about a certain topic inside the table.
My question is very similar to: Sort but do not compress numeric citations in BibLaTeX
However, ...
2
votes
2answers
115 views
Can downloaded citations be used directly?
I am using plain bibliography style and I found the citations that I downloaded from IEEE Xplore quite self-contradicting... In the block quote below is a really bad example that I have encountered:
...
1
vote
0answers
83 views
Multiple citations after float object [closed]
Placing one citation with footcitetext after the float is no problem. But how to o this with multiple citations? Footcitestext doesn't exist.
...
7
votes
1answer
126 views
Restrict Idem tracker to the same footnote
I want to change the behavior of the biblatex-option idemtracker=constrict. In the documentation it is described as follows:
This mode is similar to context with one additional condition: a
...
1
vote
1answer
176 views
Should citations be used before or after equations?
Should I put citations before or after equations?
For example: the following sequence
\citep{----}
\begin{equation}
--------
\end{equation}
or the following sequence
\begin{equation}
--------
...
1
vote
1answer
78 views
Making citep behave like cite
I need to modify a very long document so that it no longer uses natbib (in order to conform to publisher requirements). I tried redefining \citep to be identical to \cite, but it doesn't seem to be ...
0
votes
0answers
193 views
No numbering of \nocite references with multibib and currvita [closed]
I am writing a CV using the currvita style and multibib, so that I can have lists of different publication types. What I'd really like to do is have the entries numbered, so that you can tell at a ...
2
votes
2answers
2k views
How to show the bibliography which is only cited
I have a file paper.tex and paper.bbl which contains all the bibliography. Then I use \cite{...} to cite a paper and \bibliography{PaperBib} to print the references in the end of the document.
One ...
7
votes
2answers
559 views
How to create two separate indices: Subject index and Index of Authors
I am working on my thesis and I have to include in the text the Subject Index and Index of Authors. I'm using BibTeX (package natbib) and package makeidx for marking the terms for Subject index (I'm ...
4
votes
1answer
199 views
How to embed citations into footnotes? [closed]
How can I put a reference at the bottom of the page to something that I'm using? I need to do this the European way: so I want to place a small number at the end of the sentence that stands higher ...
22
votes
2answers
14k views
How do I cite author in Latex?
How do I cite authors in Latex?
I tried using natbib package
---- doc.tex ----
...
\usepackage{natbib}
...
\citeauthor{736184}
...
---- doc.bib ----
@inproceedings{736184,
author = {Broder, ...
2
votes
1answer
324 views
Beamer footcite citation appears twice if used in long caption
I noticed strange behaviour of the \footcite command when used in captions within beamer. In the working example provided the first frame has a \footcite on an itemize item, this works as expected. ...
4
votes
2answers
1k views
\citenum with square brackets
I am using the superscript citation style and sometimes in the text I need to print the citation number is square brackets like [6]. I read I could use \citenum but [\citenum{myref}] leaves some big ...
3
votes
1answer
216 views
footmisc in beamer citations get lost
Since I want to take advantage as much as possible of the space in a poster I'm making I want to make the footnotes (that include citations) appear continuous (in one line). After searching I found ...
3
votes
1answer
168 views
Numbered ordering of multiple citations
I am using \bibliographystyle{ieeetr} to ensure citations are numbered by their appearance in the paper. With multiple citations however, the numbers can be out or order because of the order they ...
2
votes
1answer
196 views
Citation order by year [closed]
I'm fairly new to LaTeX so this question may come off as trivial, but how would one go about sorting the elements within a citation by year?
For example, my citation would read in alphabetical order ...
3
votes
1answer
279 views
Beamer poster citations at wrong place due to use of minipage
I want to add a couple citations to my poster but I face a problem regarding the place where the citations appear.
In the code that follows (minimum example which for some reason I cannot understand ...
1
vote
0answers
100 views
Option “abnt-year-extra-label” of package “abntcite” does not work [closed]
Just did as recommended by the abntcite package docs, and set
\usepackage[alf,abnt-year-extra-label=yes]{abntcite}
in order to have references with same author and same year identified as year + ...
0
votes
1answer
535 views
Cite in caption beamer
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{wasysym}
\usetheme{CambridgeUS}
\title{Beamer o Beamer}
\author{mishr}
\begin{document}
...
12
votes
3answers
1k views
How to cite OMG specifications?
I have to cite several OMG standards and specifications in a paper, such as MOF, UML, etc. What's the best BibTeX entry format to do so? These are not articles or conference papers. They are not ...
10
votes
2answers
278 views
Make biblatex treat different author names as same author in text citations
Some guy has written a few books, but he is inconsistent from book to book when it comes to including and/or abbreviating his middle name. When I cite this author in the text, I would like biblatex to ...
1
vote
0answers
306 views
Bibliography Issue apacite: Argument of \@@cite has an extra } [closed]
I am having an issue when citing references within my thesis. I use the apacite package. Below is the basic structure of the code:
\documentclass[12pt]{report}
\usepackage{apacite}
\begin{document}
...
2
votes
1answer
206 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 ...
6
votes
2answers
245 views
Automatically indexing references by author and year
I'm writing a literature review, and would like to add indices for both authors and publication year (i.e., two separate indices). Now, I could manually enter the appropriate \index{} commands, but it ...
1
vote
1answer
125 views
multiple citation of references
When I use \cite{ref1, ref2}, I have a character "?" which appears for ref2 instead of the number of the reference. Do you know how can I cite multiple references using \cite{ref1, ref2} ?
4
votes
1answer
210 views
Biblatex \autocite in case of would-be nested footnotes
I have the same situation as the following user:
biblatex: Enhancing \autocite in case of would-be nested footnotes
I want to use \autocite within a \footnote. This results in the citation being ...
19
votes
2answers
251 views
Can citation numbers be stored as variables, then used in my tex file?
I'm trying to create a "flow chart" of papers that shows the progression of key ideas over time. A very basic example is this:
\documentclass{article}
\usepackage{tikz}
\begin{document}
...
3
votes
1answer
172 views
Supress initials of authors in biblatex-apa intext
I am referring to exactly the same issue as RSoul in his post a while ago:
Apacite: suppress initials intext?
However, I am looking for a solution with the biblatex-apa using biber-backend. It would ...
3
votes
2answers
2k views
BibTex: citing IEEE standard
My downloaded citation looks like this:
@ARTICLE{893287,
author={},
journal={IEEE Std. 1516-2000}, title={IEEE Standard for Modeling and Simulation (M Amp;S) High Level Architecture (HLA) - ...
3
votes
1answer
163 views
Capitalize no date “n.d.” in in-text citation with apacite style
Is there a way to capitalize the "n.d." or no date in in-text citation in LaTeX? As in:
Lorem ipsum (Doe, n.d.) to Lorem Ipsum (Doe, N.D.)
Or for the sake of it is there a way to customize "n.d." ...
4
votes
3answers
2k views
How to abbreviate journal name in citation
I'm writing my research proposal and my supervisor wants me to abbreviate the journal name (and remove part of the month from the publication date). How can I achieve that?
Edit:
I am using BibTeX ...