{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
28 views
Using Bibliographies - where do I place the .bib-file
I am working on my FIRST .tex document. I have my .bib exported from Zotero. Where do I need to place my .bib file so as to enable TeXShop to find it? Do I need to specify a path like I do when ...
1
vote
0answers
21 views
biblatex: “and” as final delimiter when citing multiple entries [duplicate]
I want to change the style of the final (last) delimiter when citing multiple .bib entries with biblatex. I know that these can generally be changed by redefining \multicitedelim, but I want the ...
3
votes
1answer
29 views
How to cite newspaper with natbib
When I check my bib file, the newspaper article is included as @misc with all the information (I use Mendeley to build up my bib file). In the bibliography, however, the citation only includes ...
1
vote
1answer
53 views
Package natbib: change in-text citation [Johnson 1990] to [Joh1990]
I'm using natbib and I'd like to change the in-text citation.
If author and year are Johnson 1990 the output should be [Joh1990], I want natbib to print the first three letters of the author and the ...
1
vote
1answer
51 views
print “author author author (short: author1 et al)” first time using \citeauthor
is it possible to change this solution (for printing all authors, when \citeauthor is used the first time) that it prints
Author1, Author2, Author3 (short Author1 et. al)
?
changing the source to
...
1
vote
2answers
559 views
~\cite adds space between citation and text
I am trying to add citations to a technical report using ~\cite, so that the result would be text[1]. But instead I get text [1] with a space between the citation and the text. I am using ...
1
vote
0answers
27 views
ACM Bibliography Style Natbib Error: 'Author undefined for citation'
I was writing an academic paper and the following method of citing an author was working until I had to switch to the acm bibliography style and I started getting the following error:
Package natbib ...
0
votes
1answer
49 views
How can I cite a chapter in the same article or book
In other word, if I want to reference "Section II.A" in the article. What should I do, thank you.
3
votes
0answers
50 views
Citing e-books using LaTeX
What would be the best way to cite electronic books (e-books) with BibTeX?
I am currently using the biblatex-chicago package to produce footnote references.
I would like to know what entry type and ...
1
vote
0answers
39 views
How do I cite a website using BibTeX?
I'm using BibTeX to create my bibliography for my thesis. This all works well except that it seems to have some issues to cite websites correctly.
In the BibTeX tool, I choose webpage and add the URL ...
1
vote
0answers
49 views
Complex bibliography setup [closed]
I cite some things in footnotes, and want to cite some other things in bibliography using a numbered style. I have to use biblatex-gost style, and it provides the functionality.
But I get issue: ...
0
votes
1answer
37 views
how to cite the numeric reference at beginning of sentence
I want to citing the numeric references using BibTeX. Problem arise when I try to cite a reference at the beginning of a sentence. e.g., when I try to cite \citet{TrHe02} at the beginning of sentence ...
0
votes
0answers
45 views
Auto citation in TeXmaker
My problem is similar to
TeXmaker citation
But as the above thread is closed so I am putting it as new question.
In my TeXmaker, the auto-completion works fine except for the citations which are to ...
5
votes
1answer
444 views
APA6: \citeauthor adds only the first author when citing a source for the first time
When citing a group of 3 to 5 authors for the first time in a paper using the document class apa6, the command \citeauthor adds only the first author followed by "et al.". The APA manuscript ...
4
votes
1answer
34 views
Selectively turn off hyperref links for citations
I'm using both the natbib and the hyperref packages. I would like to be able to selectively not generate hyperlinks for some of the in-text citations. I know that I can use the asterisk with ...
3
votes
2answers
55 views
chapter number in citation
I am using chapterbib and everything seems to be working, but I would like my citations to appear as [x.1], [x.2], etc. where x is the chapter number. I cannot find how to do this, but I have a book ...
27
votes
2answers
641 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 ...
0
votes
0answers
16 views
Too much space between author and year in apacite citations
Does anyone else feel that there's too much whitespace between author and year in the following example (note the red brackets)? Or is it proper standard and just annoys me because I'm not used to it?
...
6
votes
2answers
248 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
2answers
96 views
change authoryear biblatex citation style
I'd like to change the authoryear citations using \parencite, so that authors appear as:
(AUTHOR, year) and/or (AUTHOR, year, p.) (one page) (AUTHOR, year, pp.) (multiple pages)
So far I managed to ...
2
votes
1answer
138 views
Biblatex: Can We Delete `\autocite` From Biblatex?
Why do we have two different commands for citing? One when citing exactly one source (\autocite) and another one that is conceived to be used when citing more than one source (\autocites)?
If you ...
3
votes
0answers
72 views
\footfullcite does NOT give the full citation (biblatex, beamer) [closed]
As the title says, the command \footfullcite{test} does not give the full citation, but only the label "test", "test1" and "test2", respectively. I'm using biblatex and the beamer class (downloaded ...
2
votes
2answers
77 views
how to debug a backreferencing problem
I am using classicthesis package version 4.1. Also I am using the bibliography style file, abbrvunsrtnat.bst, posted here.
I have a problem with using back-referencing. I have more than 70 citations ...
5
votes
1answer
67 views
Wrapfig bug when immediately followed by citation
I noticed that with wrapfig, if the first text is a citation or cross reference, wrapfig ignores the entire paragraph and the paragraph spools over the top of the image.
Don't ask me to put a full ...
3
votes
2answers
610 views
Getting \cite{} autocompletion to work in gvim with latex-suite on windows 7
I am using gvim (latest version) with latex-suite (latest version) on Windows 7 32 bits. This is a fresh install from my previous Ubuntu setup. Everything runs fine except for cite autocompletion, and ...
8
votes
2answers
409 views
A tool for creating bibtex entries from MARC tags?
My library provides citation information for books in several formats, but not as bibtex entries. One standard format is the so-called MARC manual tags, which are human incomprehensible, but at least ...
2
votes
1answer
56 views
Add custom information to text citations with biblatex
I've come across a case now where I need to refer to items in my bibliography as well as to something someone has told me personally. I would like that text citation to look something like this:
I ...
0
votes
0answers
64 views
Styling the bibliography and cite style [closed]
I am nearly finished with my paper, but unfortunately im struggling with the bibliography section where i would like something like this:
John, D. (2013) Awesome creatures. Random University
And ...
2
votes
1answer
63 views
Citing the name of the collaboration/first author only with bibtex
I want to cite a collaboration using the natbib package.
bibliography.bib is something like:
@article{entry_name,
author={{CollaborationName} and {Author1} and {Author2}},
year=2013
}
...
1
vote
0answers
65 views
LyX Problem when referencing. Just question mark [?] [closed]
I am very new to LyX (no LaTeX background whatsoever) and cannot manage to properly insert citations. The problem is, within LyX the citation seems ok [Sayer], but when I render the PDF, I only get ...
5
votes
1answer
55 views
How can I make title quotations use single quotes?
I'm trying to display all titles in my bibliography / references using single quotes.
In other words,
Gordon E Moore, “Cramming more com- ponents onto integrated circuits” (1965) 38(8) Electronics ...
2
votes
1answer
36 views
Change position of prenote when ibid (if statement in \DeclareCiteCommand)
The referencing guide that I follow requires the prenote to come after the 'Ibid' literal in cases where ibid is appropriate.
For example:
s 1 Really Awesome Statute.
s 3 Ibid demonstrates awesome ...
0
votes
0answers
24 views
multiple sets of footnotes [duplicate]
I am using a biblatex style that puts the references as footnotes and also adds them to the bibliography at the end (taken from here). In addition I want to use footnotes to move long passages, e.g. ...
1
vote
0answers
29 views
Citations not working in Sweave
I am trying to run this Sweave code in R.
\documentclass{article}
\begin{document}
\SweaveOpts{concordance=TRUE}
\section{Section}
I am citing \cite{ftest}.
\begin{thebibliography}{9}
...
9
votes
2answers
98 views
Deleting Footnotes Temporarily For Better Readability
In a document I use \autocite and \footnote(and biblatex what might not be an important information). I redefined \footnote (\renewcommand{\footnote}[1]{}) in order to produce a document with no ...
1
vote
0answers
31 views
How to Hyperlink the Citation
At present I am
using WinEdt v 5.5. My question is, how can I hyperlink the citation such
that by clicking the cited number in the article(of a .pdf file) it will
automatically take me to ...
3
votes
1answer
129 views
How to cite email/correspondence in IEEE format?
I have several email conversations I would like to cite in my PhD thesis. The bibliography style that I'm using is \bibliographystyle{IEEEtranSN}.
I know that style is not IEEE compliant in a strict ...
3
votes
1answer
43 views
How to produce full author list in the first citation instead of “et al.” in *achicago* package?
I use the achicago package and need to produce full list of authors when a source is cited for the first time and then "et al." afterwords. I found that natbib has a longnamesfirst option that does ...
6
votes
5answers
4k views
Superscript citations without brackets with the `revtex4-1` document class
Is it possible to achieve citations that are superscript and don't have brackets using the revtex4-1 document class?
An example of how they should look:
Afirmation3,4
3
votes
1answer
74 views
Biblatex \textcite using a superscript reference number
I would like to typeset the citation number produced by \textcite as a superscript number, rather than enclosed by brackets, in line with the rest of my document. Is it possible to typeset "Author ^1" ...
1
vote
1answer
81 views
LyX: Question mark [?] instead of reference number after installing new .bst file
Hello I'm new in using LyX 2.0.6 with MacTex, and I'd try to import a citation style (file named plos2009.bst from http://www.ploscompbiol.org/static/latexGuidelines) into the BibTex style folder.
I ...
13
votes
1answer
2k views
Multiple citations with pages using BibLaTeX
How can I do multiple citations with page numbers using bibLaTeX/biber?
I have tried \cite[2,3,4]{ref1,ref2,ref3,ref4} but it doesn't work.
0
votes
0answers
65 views
Elsarticle: How can I toggle between superscript and (author, date) citation and bibliography styles? [closed]
I'm writing a manuscript and am using an external BibTeX database of references (generated in JabRef) with the elsarticle class and elsarticle-harv, elsarticle-num and elsarticle-num-names ...
1
vote
0answers
82 views
Biblatex apa-style citation link issue
The biblatex apa-citation only link the year other than author-year together.
apa-style:
while the citation of a typical journal paper looks like this:
So how to make the default apa-style ...
3
votes
1answer
450 views
Biblatex: Automatic *Vgl.* & automatic quote indenting (depending on quote length)
Is it possible to create a command that:
Whenever it exceeds a certain number of lines in the output (preferably 3), it will be typeset indented.
The citation will automatically be typeset without ...
1
vote
1answer
37 views
\cite without hyperlink (Citation in captions)
I want cite a reference (by using \citet, \citeauthor or \citeyear.) inside a \caption{}. Something like this:
\caption{Characteristics assessed in \citet{perell_fall_2001}}
I'm using the natbib ...
9
votes
1answer
118 views
how to \cite without an entry in the bibliography?
Even though it may sound weird: is it possible to have a \cite{key}-command that cites a bibliographic item without including that item in the bibliography?
As it were, I am looking for the opposite ...
1
vote
0answers
30 views
Multiple references for three [duplicate]
How can I write some references like this, [1,3 and 6], some friends gave me this [1 and 3] but it doesn't work well for more than 2 references, but I need it for three or more like [1, 3, 8, and 9]
2
votes
1answer
57 views
How to cite an online brochure
I want to cite an online brochure, but there is no author name, it is a brochure of a company. How can I cite this in BibTeX?
6
votes
2answers
957 views
biblatex, authoryear-icomp: brackets around the year in footnotes
I use biblatex with the cite-style authoryear for footnotes, which results in
Chang et al. 2005, p. 1116.
Faculty guidelines require
Chang et al. (2005), p. 1116.
though.
Which files need ...
