{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}.
5
votes
1answer
211 views
How to add multiple citation?
In my kile documents, I want to add multiple citations. For this I use the command
\cite{cristo,taylor,polgar,phillips,speirs,simoes,roberto}
The names in this command give numeric references, ...
5
votes
1answer
190 views
Citing author inline and year in footnote using biblatex
I've been looking around and note found an answer to this question, which surprises me given the style is somewhat common.
I just switched over to biblatex because some journals in my field use ...
7
votes
2answers
100 views
biblatex: test whether a command is inside a cite command
The idea is the following: Normally, \fullcite just prints the full bibliography entry by calling \usedriver. In my style biblatex-fiwi I added the option to suppress stuff like foreword and ...
3
votes
1answer
164 views
Problem with biblatex and footnotes
I'm currently writing a research paper and want to manage my bibliography with biblatex. Everything is working fine except a minor annoyance:
Whenever I use the \footfullcite[pagenumber]{key} command ...
0
votes
1answer
95 views
Use cite in gnuplottex key
I am using the gnuplottex package to create plots with gnuplot from inline gnuplot code in my LaTeX documents. I am using pdflatex directly to get PDFs.
I would like to be able to use the \cite ...
1
vote
0answers
45 views
Customize citation style to include notes field [closed]
I would like to include a table in my document that pulls in all the notes from the bibitems in my bibliography.
So each row in the table would have a column for the citation \cite{myitem} and for ...
2
votes
2answers
126 views
Cite right and layout bibliography
I have two problems with the citiation and the appendent reference inside the bibliography.
The citiation should look like that
(Author, 2012, S. 3)
but with the styles i found it woun't be ...
6
votes
1answer
169 views
Do spaces in \cite make a difference?
I just found the hard way that it matters.
For example,
\cite{aref, bref}
is different from
\cite{aref,bref}
Notice the space after the comma in first one. If it does matter, this looks real ...
0
votes
0answers
28 views
For missing references, how to get the citation key instead of a question mark? [duplicate]
Possible Duplicate:
Replace unknown reference (?) with the tag from \ref or \cite
Here is my example:
\documentclass{minimal}
\begin{document}
Please, use a minimal example (\cite{ref1}).
...
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.
...
4
votes
2answers
179 views
Displaying in-text citations in a compressed way (e.g. [1-3]) instead of the default one [1]-[3] using cite package inside IEEEtran/journal mode
I have been trying to display the in-text citations in the following format:
[1-3], or [1, 6-8]
which looks like it is the default one inside the cite package, but what I get is:
[1]-[3]
...
4
votes
1answer
130 views
Generate list of all cited pages, grouped by bibitem
Is there any package (perhabs a tool would be more appropiate) to generate a list of all citations for a given document? The aim would be to have a list of all sources (and the page numbers used) of a ...
2
votes
1answer
658 views
Using LyX bibliography sorting order is not working
I am new to Lyx and have spent the better part of a week getting things to work correctly. I am stumped how to fix the problem of the bibliography sorting order not working.
I have a LyX file like ...
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
798 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 ...
1
vote
2answers
223 views
\ref and \cite stopped working
My WinEdt version had to be reinstalled and now I can't use PDFTexify or Texify. That wouldn't be a problem since I still can use PDFLaTeX. So I try that, what happens? Now, all \cite{} show [?] and ...
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
210 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
874 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
147 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. ...
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
548 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 ...
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:
...
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
...
3
votes
1answer
220 views
How to cite it properly?
What is the correct way to cite the following:
[2, and the references therein] [see also 13,15,33]
Should there be a comma after see also? And what is the command to produce it?
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.
...
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 ...
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 ...
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
323 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. ...
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 ...
7
votes
1answer
427 views
Citation Style Language (CSL)
How can I use Citation Style Language(CSL) in LaTeX Bibliography? It seems fantastic, there is 2,803 Citation Style right now in Zotero Style Repository.
The Citation Style Language (CSL) is an ...
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 ...
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}
...
3
votes
1answer
278 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 ...
10
votes
2answers
276 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
305 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
204 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 ...
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}
...
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 ...
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 ...
