{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
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) ...
0
votes
0answers
67 views
TeXstudio crashes when hovering over \cite{key [closed]
I am currently using TeXstudio - a great piece of software apart from a single annoying bug.
When I hover over \cite{key} it usually shows me the BibTeX code that the key refers to. However, ...
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
94 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
51 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
46 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
1answer
107 views
Cite pop-up in Texstudio doesn't show up anymore
I'm using TeXstudio 2.5.2 together with Jabref 2.9.2 and BibLaTeX. Everything in my document works fine except that when I enter \cite no pop-up with all the bibliography entries shows up. The weird ...
2
votes
0answers
93 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
59 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 ...
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 ...
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 ...
3
votes
1answer
32 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
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 ...
1
vote
1answer
220 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
77 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} --> ...
10
votes
1answer
187 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
90 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
115 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,
...
2
votes
1answer
97 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 ...
5
votes
1answer
152 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 ...
4
votes
1answer
117 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
66 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
176 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
129 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 ...
2
votes
1answer
68 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
96 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
81 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
60 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
101 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
155 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 ...
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 ...
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 ...
1
vote
1answer
135 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, ...
4
votes
2answers
581 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 ...
2
votes
1answer
85 views
ulem incompatibility with multiple entries in \cite
Consider the LaTeX code:
\documentclass[aps,pre]{revtex4}
\usepackage[normalem]{ulem}
\begin{document}
\sout{
asdas~\cite{a1989, b2001}.
}
\bibliographystyle{apsrev4-1}
...
1
vote
2answers
187 views
Over citation in Springer template with pdflatex
I'm writing a paper for a Springer journal.
So I downloaded the LaTeX template.
http://www.springer.com/cda/content/document/cda_downloaddocument/LaTeX.zip
The problem is that multiple citations ...
0
votes
1answer
114 views
Numbered citations in Tufte-Latex 3.5
Tufte-LaTeX 3.5 (compiling with PDFTexify)
I need to have my citations in the numbered format e.g. [1], [2], etc.
I tried adding the following to the preamble
\usepackage[numbers]{natbib} but get ...
1
vote
1answer
103 views
Full reference inline in text [duplicate]
Using natbib, how can I obtain a full reference inline in the body of a document? I need to include the full reference, not just the citation, at the beginning of a chapter.
2
votes
1answer
134 views
Using \citet in IEEETran
Is there any way to use \citet in IEEETran? It's a handy command that IEEETran doesn't support.
2
votes
1answer
52 views
Biblatex custom cite macro
I don't really understand how to use macros, but this would be a good way to learn.
Currently, I simply use \cite, which prints Author, Year. When I have this in a sentence, I want the year to be in ...
2
votes
1answer
68 views
Is it possible to refer some equations or theorems between several working drafts with right numbers automatically?
I am writing several independent drafts. Each of them may turn in a separate paper. I need to cite some results from one draft to the other one. Since non of them is finished, the numbers may change. ...
7
votes
2answers
136 views
Biblatex: nested citations with the \textcites command
I'd like to type a citation within the text and another citation inside the parenthesis for the year, something like this:
The work of Author 1 (year; cited by Author 2, year)
For this, I've ...
1
vote
0answers
25 views
Citation format and style in biber [duplicate]
Possible Duplicate:
Name delimiters in biblatex
I'm trying to format my citations according to my supervisors wishes and getting stuck.
The first problem is getting citations with ...
0
votes
1answer
46 views
Suppress leading space on single instance of cite
How do I suppress the leading space on a citation so that I get ([1],[2]) instead of ( [1],[2]) on a single instance of cite? The only answer I've seen so far is to
...
4
votes
2answers
165 views
how to use citenum without natbib
I was wondering if I can use the \citenum{} command of natbib without actually using it. I prefer using \bibitem{} instead of .bib file.
Any idea?


