{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
53 views
Remove whitespace in in author-year cite when there is no year [closed]
I am writing a paper according to SIGGRAPH's style requirements, which requires the cite to be in the style [author year], using latex and bibtex. I want to cite a software package (Cgal) whose ...
4
votes
1answer
63 views
How insert a RTL citation in a LTR article
How can I insert a RTL citation (e.g Persian) in a LTR (e.g. English) article using BibTeX?
1
vote
2answers
222 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 ...
2
votes
1answer
64 views
Multiple Citations without outer parentheses
Using the AAAI style included here and detailed here, when I cite several authors like so:
\cite{X,Y,Z}
I get:
(Xauthor, Xyear; Yauthor, Yyear; Zauthor, Zyear)
when I cite like so:
...
0
votes
1answer
49 views
Extended ordering with \cite
I’m using the \cite package with by appearance ordering in the references section. All good, however I’d like to extend the ordering.
Let’s say I use \cite(zhang2001, fisher2012, primroseIET2013) ...
1
vote
0answers
46 views
Correct representation of an institution as author while citing [duplicate]
I am new to using LaTeX and ran into the following problem. I make use of the apacite package. I made a .bib file with the following entry:
@misc{Ambulancezorkort,
author = {Rijksinstituut voor ...
2
votes
1answer
91 views
\parencite in footnote: where to put the full stop?
I am not entirely sure, if this question fits the agenda of this site. I you feel that it does not, please accept my apologies.
Just a brief question:
If I have a footnote with a quote, then ...
1
vote
0answers
50 views
Biblatex Citation Problem [closed]
I have my bibliography contained in my LaTeX document, as
\usepackage{biblatex}
Words... \cite{ref1}
\begin{thebibliography}{9}
\bibitem{ref1}
...
\end{thebibliography}
I've done this many times ...
8
votes
1answer
45 views
order of multiple keys in \cite-command
The biblatex-command \cite{key} can take several keys, separated by a comma: \cite{ckey1,akey2,bkey3}.
The output is a list ordered alphabetically by surname: akey2; bkey3; ckey1 (where key of course ...
2
votes
0answers
88 views
apacite - citing websites with no author [closed]
So I'm trying to cite a website using apacite. According to my teacher, the output has to look like:
New child vaccine gets funding boost. (2001). Retrieved March 21, 2001, from ...
0
votes
0answers
36 views
Changing formatting URL biblatex verbose stile parentheses and Times New Roman Font [duplicate]
I am writing my thesis and I have some problems with the URL reference notes.
I am using the verbose footcite package. I did some changes to the style but I still have problems with the URL's in ...
3
votes
2answers
58 views
How can I cite one ref in another reference?
I would like to know how can I make a citation like this:
(autor1, 2000 in autor2, 2010)
Is it possible in LaTeX without changing the format of all other citations?
0
votes
0answers
58 views
Latex not showing properly citations
I use the following latex command for citation at latex.
\subsection{Subsection Example 1}
some tex ~\cite{maccormack2003managing} some text
and I get the following result.
As you can see the ...
1
vote
1answer
227 views
Harvard Citation Styles “et al.” and hyperlinking citations to references
I am using the Harvard package and a Journal of Finance bst file (downloaded from the home page of Ivo Welch) in a LaTeX document. Here's my code:
\documentclass{report}
\usepackage{harvard}
...
13
votes
3answers
1k views
biblatex: Switching languages for *citations* according to the bibentry's “hyphenation” field
Quoting from section 3.1.2.1 of the biblatex manual:
[The babel] option controls which
language environment is used if the
babel package is loaded and a
bibliography entry includes a
...
2
votes
1answer
158 views
How to list citing papers under each of my paper?
I have papers p1, p2, p3, .... Under each of them, i'd like to list papers that cite them:
p1
[1] c11
[2] c12
...
p2
[1] c21
[2] c22
...
...
I can build *.bib files for each of my papers, but I ...
3
votes
1answer
72 views
Citing in the form “(Name, Year)”
Im currently writing a paper with the iop/emulateapj template (http://hea-www.harvard.edu/~alexey/emulateapj/). I want the following citation style to work:
Defining what life is is a complex ...
4
votes
2answers
1k views
BibTeX natbib with super does not allow using occasional \citet
I am using natbib with superscript numbered citations as follows:
\usepackage[super,comma,sort&compress]{natbib}
It works great when I have the case This is a reference~\cite{author1999}. My ...
0
votes
0answers
41 views
How do I cite range of references? [duplicate]
I have to cite in LaTeX a range of sources (I'm using Miktex 2.9, TexnicCenter and Bibtex), all together.
If I write
... in 1990 \cite{ref1,ref2,ref3,ref4,ref5}
I would like to get
"... in 1990 ...
2
votes
1answer
24 views
Biblatex: No \postnotedelim for citations that aren't numerals
When I am citing pages in books, I use the citation format
(Author 1982:45)
But when I am citing something like paragraphs or online data with an ID number (i.e. things that aren't a plain ...
1
vote
1answer
211 views
ShareLaTeX Bibliography in ApJ format
I am trying to use ShareLaTex to compile my bibliography in the Astrophysical Journal (ApJ) format. The document compiles in ApJ format just fine, but the bibliography is compiled in some generic ...
3
votes
1answer
73 views
How to set prenote for \cite globally using biblatex?
How can I set prenote for \cite globally with the possibility to pass an individual option via optional parameter to a single \cite command?
It should work like this:
\cite{key} --> ...
1
vote
0answers
16 views
References problems in LyX [duplicate]
I put my references in in .bib file but there are errors appear in the final .pdf file
Ex:
the original citation:
Karl, Lila. "DNA computing: arrival of biological mathematics." The mathematical ...
9
votes
1answer
170 views
How to quote correctly with csquotes?
I am unsure how to quote correctly using csquotes and \textquote and \blockquote. In the documentation I found this general advise: \blockquote[cite][punct]{text}tpunct but am unsure how to really use ...
5
votes
2answers
89 views
Line break in citation with organization as author
I have the following reference:
@MISC{EX2012,
author = {{S}ingle {A}uthor {O}rganization},
year = {2012},
title = {Example}
}
A citation for this is breaking after "Author", but extending ...
0
votes
1answer
108 views
ACM siggraph conference bibtex is not working [closed]
I am writing a paper for acm siggraph and my bibliography file is not detected.
In the .tex file,
\nocite{*}
\bibliographystyle{acmsiggraph}
\bibliography{temp}
The temp.bib file,
...
5
votes
1answer
151 views
biblatex and German juristic commentaries
I need to get my manuscript ready for my publisher, and can't seem to get a few things fixed with biblatex. I'm using biblatex with the biblatex-juradiss style together with jurabook as a document ...
2
votes
1answer
92 views
\citealp putting parentheses in citation inappropriately
I am using WinEdt with MikTeX 2.9 in a Windows 7 environment.
I am having issues being able to get text in parentheses working correctly with a citation, specifically that when the document prints to ...
4
votes
1answer
115 views
Problem when using \nocite together with the standalone package
Given:
\documentclass{minimal}
\usepackage{standalone}
\begin{document}
\input{inclusion}
\nocite{*}
\bibliographystyle{plain}
\bibliography{test}
\end{document}
With:
\documentclass{minimal}
...
2
votes
1answer
65 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
173 views
How to use \cite with biblatex in figures? (using style=footnote-dw) [duplicate]
After googling for a while, I decided to ask this question on here..
I am desperately trying to make a citation inside a figure (using BibLaTeX and the footnote-dw style [the sources are added as ...
1
vote
1answer
122 views
Problem displaying author in citation when using natbib's \citeauthor command
I have problem displaying the author name in citation when using natbib. I wrote
This is explained in \citeauthor{lamport94}, and what I get is:
, and my entire code is given by:
...
0
votes
0answers
61 views
Getting problem when inserting natbib [duplicate]
Currently, when displaying my references without natbib, it's appearing like
[Sin01]
and this is how I want it to be.
However, to get the et al. function, I'm having to include the natbib and ...
7
votes
2answers
170 views
Direct citations inside of footnotes
Consider a document in which footnotes are shown as a bibliography items in the citation list. Furthermore, there are footnotes which contain citations. For example
\footnote{See also ...
2
votes
1answer
64 views
New command to create a new type of citation
I defined a new command to an specific type of citation:
\newcommand{\apud}[4]{\citeauthor{#1} \mkbibparens{\citeyear{#1},\space{#2} apud \cite{#3},\space{#4}}}
That produce this output:
Carnap ...
4
votes
1answer
94 views
biblatex: uppercase in \parencite, but not in \textcite
How can I make \parencite produce an uppercase output, but normal case for \textcite?
Result:
\parencite{CARNAP1934} -> (CARNAP, 1934)
\textcite{CARNAP1934} -> Carnap (1934)
MWE:
...
0
votes
0answers
80 views
Markup a citation (\citep) with pdfcomment's \pdfmarkupcomment
I'm using TeXworks + MikTeX 2.9 (all packages updated today) on Windows 7. The example.tex file for pdfcomment works fine on my system.
When I try to mark-up text that contains a citation, I have ...
0
votes
1answer
58 views
Number equation with previously used (auto-assigned) number [duplicate]
Assume you have a long text (i.e. a thesis/book/etc) with a lot of equations per chapter. At some point later in the text, you not only want to reference an equation but actually spell it out again, ...
3
votes
0answers
84 views
Is the biblatex toggle behavior expected or should the result stabilize [closed]
In my previous question an issue arose due to the use of multiple bibliographies in the given solution, that I extended here.
So the issue is that the numbering in the second bibliography toggles ...
0
votes
0answers
100 views
Using beamer to change slides [closed]
I am doing presentation using beamer. I have my old one and I just wanted to change some slides. But when I've made changes I wanted and run beamer, it says that there are 3 error messages:
''I ...
0
votes
1answer
68 views
Compile document without any in-text citations
Is there any way for me to easily and reversibly remove in-text citations from LaTeX output? I need to provide an accurate character count for my senior thesis that excludes citations (and figures and ...
5
votes
1answer
149 views
Differentiating multiple authors having same surname (last name)
I am citing works of two authors, say, K. Lee 2010 and V. Lee 2010. When I used apacite package, it took care of making sure that in the text if multiple authors have same surname then their first ...
11
votes
1answer
757 views
Get the “annote” field of a .bib file
I have BibTeX entries that look like this:
@inproceedings{Defraene2010,
annote = {This is a very nice paper.I will say more about it later},
author = {Defraene, Bruno and van Waterschoot, Toon and ...
9
votes
1answer
833 views
biblatex: Enhancing \autocite in case of would-be nested footnotes
This question led to a new feature in a package:
biblatex
biblatex provides high-level citation commands like \autocite that allow "global switching from inline citations to citations given in ...
0
votes
0answers
39 views
Biblatex: Chronological sorting in citations only [duplicate]
Presently I am using sort=nyt scheme, which correctly sorts the bibliography section. However, the citations are appearing as:
(Author1 et al. 2002; Author2 et al. 1975; Author3 et al. 1999)
I ...
8
votes
1answer
198 views
Temporarily disable superscript in citation
I use superscripted citation style by using \setcitestyle{super} in LaTeX preamble, which done the job as I wanted. However, there are several region, in which I need to temporarily disable the ...
1
vote
1answer
132 views
Citation issue, author comma date
I've had a good search around Internet but can't really find anything relevant to what I'm looking for.
In Lyx, when selecting a citation options the style closest to what I need is:
(Author, ...
0
votes
2answers
145 views
Fast access to bibliography reference key without browsing .bib file
I have an article linked with a very_big.bib file. To cite any reference in the article, I use \citet{reference_key}. However, to get the reference key I need to search very_big.bib file, which is not ...
1
vote
1answer
2k views
\nocite{*} problem using moderncv with multibib
I am recently using the moderncv template with multibib package for writing my cv.
The problem that I encounter is as the following:
\documentclass[11pt,a4paper,sans]{moderncv}
...
4
votes
2answers
503 views
Multiple references in LaTeX
I'm writing a paper and using the IEEEtran.cls in LaTeX. I need to have my references to appear like:
\cite{test1,test2,test3}
I want : [1-3]
I searched and found that I need to include cite ...



