{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}.
4
votes
1answer
74 views
Including postnote in custom biblatex footnote citation
I've adapted the code from http://www.khirevich.com/latex/footnote_citation/, original adapted from http://www.texdev.net/2010/03/08/biblatex-numbered-citations-as-footnotes/.
I am trying to ...
3
votes
1answer
92 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 ...
1
vote
1answer
34 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
48 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 ...
1
vote
1answer
96 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 ...
3
votes
0answers
94 views
PDF links generated by \cite do not work when using project component files
When using the project files shown below, links generated by \cite[…] are displayed as links, but when I click on them nothing happens.
But when \completepublications[…] is directly written in ...
2
votes
0answers
86 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 ...
1
vote
0answers
36 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
62 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 ...
1
vote
0answers
34 views
\fullcite not working as it should
I'm trying to make the code of the following post work: How to make a bib entry appear also in the main document but I get some thing that I don't expect:
I'm using the default TeXShop command: ...
1
vote
0answers
34 views
Superscript citations with letters to denominate diferent pages
I've been using natbib in my thesis with the 'author year' citation style. By far the most common way of doing citations in my field of study is superscript, so I want to change to natbib's super ...
0
votes
0answers
38 views
Elsarticle: How can I toggle between superscript and (author, date) citation and bibliography styles?
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 ...
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 ...
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 ...
