{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}.

learn more… | top users | synonyms (3)

0
votes
0answers
41 views

Customize some (but not all) of the citation keys that appear in the text body? [duplicate]

I'm writing up my PhD thesis and am using natbib (I'm not married to natbib and can switch if I have to). My question is about customizing what I'll call the citation keys, by this I mean the text ...
1
vote
1answer
81 views

Fast solution to unidentified citations and references

I'm working on a medium size document, with lots of citations and cross references (Latex inserts ?? where it can not find the citation or crossed reference). What is the way to find the unidentified ...
0
votes
0answers
289 views

double reference with \cite [closed]

I am trying to add two citation marks after an element, and I want to split them. Currently, I have (...) für \emph{direct commands} bereit stellt. \cite{diablu} \cite{diablu2} Damit (...) , but ...
4
votes
1answer
122 views

Optional argument within another optional argument in biblatex \cite

What is the right way to define a macro with an optional argument that can be called within the <postnote> optional argument to biblatex \cite? The last two \cite below don't work. (Unless ...
2
votes
1answer
104 views

How to change Jabref's copy BibTex context command?

In JabRef 2.7, when I right-click an entry, I have the option to copy the cite command copy \cite{BibTexKey}. However, as I am working with biber I would prefer to have copy \autocite{BibTexKey}. ...
6
votes
1answer
51 views

Force hardspace in multiple citations

To cite multiple references, I'm using \cite{foo, bar}. Unfortunately, the second citation appears on a new page. Is there a way to force a hardspace between the two citations? This is primarily a ...
0
votes
0answers
12 views

Specifying citations not to be in superscript [duplicate]

Possible Duplicate: Temporarily disable superscript in citation I am using the citation style 'super' so that my citations are superscripted: \setcitestyle{super} However in parts of the ...
8
votes
1answer
204 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 ...
8
votes
1answer
127 views

Automatically citing all entries in a class in a bib file

I usually add my publications to my CV from my bib file (using biblatex). At first, I used to manually cite each entry, but as the list grows, it's becoming a chore (especially since there are quite a ...
2
votes
1answer
133 views

bibLaTeX authoryear citation style with unknown year

I have an @inbook reference in my bibtex library with an unknown year. Since I use the bibLaTeX authoryear citation style with some customizations my normal citations (with known year) look like: ...
3
votes
1answer
117 views

Use of apacite package with subfiles package or standalone package results in LaTeX Error: Can be used only in preamble

I want to create a multi-file project for my thesis, in which I use separate files for sections. To be able to compile these separate files I tried using the subfiles package and the standalone ...
6
votes
1answer
99 views

How to create a bib list?

I have a .bib file, and I would like to create a single PDF file with "References" in the title and then the list of all papers in the .bib file ordered alphabetically. The style of the bibliography ...
1
vote
1answer
52 views

How to make the author's name appear in my citations

Can someone please help me out of this problem? My references now suddenly appear as (21) instead of the usual (Ferrero, 1997). I don't know what I did wrong. I would really appreciate a quick ...
1
vote
0answers
150 views

Latex stopped creating a bibliography after updating the system [closed]

I use vim with with vim-latexsuite and TexLive. I use the .sty and .cls files, respectively the whole package date 2012-05-10 from the university of Hagenberg Link to zip package. Till yesterday ...
3
votes
1answer
138 views

BibTeX: .bst Style is Applied on Bibliography, but not on The Citations

I'm not a very experienced LaTeX used. What I Created: a .tex file using LyX a .bib bibliography using JabRef also my own suitable .bst style for BibTeX using custom-bib's makebst pdflatex's ...
5
votes
1answer
129 views

How does one \ref and \cite paragraphs in a mathematical text? (see picture)

How does one \ref and \cite partly mathematical "textblocks" that are in separated paragraphs? Very good example here: A Short Proof of Fleischner's Theorem, page 4; there are textblocks (1) and (2) ...
7
votes
1answer
131 views

How to get an “and” before the last element in BibLaTeX's textcite commands?

When using \textcite or \textcites with more than one author in BibLaTeX, the result is not really usable and has to be fixed manually which can hardly be the point of the command: ...
5
votes
1answer
192 views

Uppercase name in BibLaTeX authortitle citestyle

How can I make an author's name uppercase in BibLaTeX authortitle citestyle? The statement \DeclareNameFormat{author}{\MakeUppercase{#1}} changes the cited references but not the citations in ...
5
votes
2answers
271 views

Citation with some text inside square brackets

I'd like to add a citation which looks like this: [_Text_ Citation_01, pages] For example: [See: 155, pp.89--99] How can I do this using standard \cite{} command (without natbib or anything ...
3
votes
1answer
121 views

AUCTeX: How can I add syntax highlighting for custom cite commands?

I'm new to Emacs and AUCTeX and I want to have consistent syntax highlighting. Besides the "normal" \cite command, I'm also using commands like \citeauthor or \Citeauthoror self defined commands like ...
12
votes
1answer
115 views

How do I get the author and the year in square brackets?

I have to following problem. I'm working on a presentation. Therefore I need, when I cite a paper or something else, the whole name and year of the paper. Everything went well until now. When I cite ...
0
votes
0answers
62 views

Multiple items in BibTeX [closed]

I currently have a BibTeX document (mybib.bib) that looks like this: @article{sz70, author={Sunyaev, R. A. and Zel'dovich, Y. B.}, title={Good Stuff}, journal={Comments Astrophys. Space ...
3
votes
1answer
71 views

Citations never italicized

I have some citations which appear inside a theorem like \begin{thm}[The Strong Perfect Graph Theorem]\cite[Theorem 8.3]{Cha-Les-Zha11} A graph $G$ is perfect if and only if neither $G$ nor ...
1
vote
1answer
87 views

Citing webpage with ~ in address

Here is the exact webpage I want to cite: \bibitem{BrouwerSRG}A. Brouwer. Strongly Regular Graphs table http://www.win.tue.nl/~aeb/graphs/srg/srgtab1-50.html \filbreak Now, if I ...
4
votes
1answer
260 views

Natbib cite with abbreviation

I have a webpage I need to cite, whose author is a company (no real person specified). Its full name is Organization for the Advancement of Structured Information Standards, abbreviated OASIS. I want ...
1
vote
0answers
62 views

Citations go out of margins [duplicate]

Some of my citations overflow into my margins. See below. I am wondering if there is any solution to this? I am using \bibliographystyle{apalike}.
7
votes
1answer
117 views

Cite like [1-2] instead of [1, 2]

I'm using natbib package with compress option, which works well in the case [1-3]. However, I hope that [1,2] could also be compressed as [1-2].
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 ...
1
vote
0answers
322 views

\footcite and \footcitetext produce empty citation in beamer [closed]

I'm using biblatex with bibtex in the beamer document class. In a very weird way the \footcite produces a rather empty citation "2." In the example, whereas \footcitefull gives a very nice citation. ...
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
183 views

Cite Author's Full Name

I'd like to generate a linked citation with a full author's name. For instance, if I use According to \citet{bob2000} apples are tasty. And run with hyperref, I get the author's last name and a ...
7
votes
1answer
95 views

How do I change comma to a colon in in-text reference?

In my preamble I am using: \bibliographystyle{authordate1} \usepackage{natbib} When I make a \cite reference the output is for example: (Lovell, 1972, p.133) What would I need to change in ...
2
votes
1answer
106 views

Putting a citation in equation array

I want to cite a reference to where I got an equation from in the middle of bunch of equations that I have inside an align*. Here is the code I've tried: \begin{align*} q(x_1,&\dots x_n) \\ ...
4
votes
1answer
259 views

Best way to cite interviews or conversations with BibTeX?

I'm writing a master thesis where part of the source material is from conversations with employees and is not necessarily written anywhere. What would be the best way to cite this? I am considering ...
5
votes
1answer
185 views

Biblatex-chicago: \fullcite flips first and last name

I'm writing an annotated bibliography which requires full in-line citations in Chicago format. However, when I use biblatex-chicago and \fullcite to list the full citation, it varies from the ...
6
votes
1answer
189 views

How to multicite volumes style-independently

The family of multicite commands based on \cites typeset two or more citations from a list of keys. For example, \parencites[<page>]{<key>}[<page>]{<key>}. However, I can't ...
4
votes
1answer
96 views

Why do citations break my page's layout?

I am having troubles with citations. As seen on the attached screenshot, they sometimes don't do linebreaking properly, but produce an error overfull hbox and break my layout. Here are the relevant ...
7
votes
2answers
171 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 ...
3
votes
0answers
164 views

biblatex supercite wikipedia style with postnotes as footnotes [closed]

What i want to achieve is a wikipedia style citation (like so Biblatex supercite command with use of square brackets (like a reference style in Wikipedia) ). At the same time (to handle the problem ...
1
vote
1answer
88 views

How to find out the right citation style?

I am trying to find out which citation style fits my demands best for my bibliography. As I am writing for a german science institution and using many german sources, I intented using jurabib My ...
0
votes
0answers
53 views

citation just included in round brackets when site number included [closed]

I formatted my document in a specific way. The citiation should always look like that (Author, Year[, page number]) and then the appendant reference should be listed like that Author (Year). ...
1
vote
1answer
66 views

How to change the order in natbib´s short citation?

I´m using natbib with the apalike style. When using the short citation \citet[p. 22]{Testauthor98} it shows me Testauthor (1998, p. 22) What do i have to do/change in order to get the ...
0
votes
0answers
74 views

How to cite this reference [closed]

I am trying to cite the following reference: @inproceedings{DBLP, author = {Gilad Mishne and Jimmy Lin}, title = {Twanchor text: a preliminary study of the value of tweets ...
1
vote
1answer
249 views

On using \cite or something else to group successive references together [duplicate]

Possible Duplicate: Citing a range of papers (using numeric keys)? Quick question. Let's say I have five references to cite which are A to E. Currently, I'm using \cite{A,B,C,D,E} which ...
2
votes
2answers
151 views

\cite spills over into the margin

As you can see at the picture, a citation spills over into the margin of my paper. How can I resolve the issue?
1
vote
0answers
58 views

Citations rendered as 'Bloggs et al. (1999,1999)', not 'Bloggs et al. (1999a,b)' [closed]

I have two multi-author references that have the same senior author, but differ in the junior authors; BibTeX renders this citation in the text as 'Bloggs et al. (1999,1999)'. It should of course ...
4
votes
1answer
194 views

How to prevent \cite at the end of the sentence start a new line with a dot

When I end a sentence like this: Here is something you should read \cite{name}. Sometimes the end of the sentence coincies with the end of a row. In this case the next line begins with the dot at ...
6
votes
1answer
686 views

citet and citep behaves like cite

I am new with LaTeX so please bare with me. If its matter editor that I am using is TeXMaker, the TeXLive is installed. Why \citep and \citet did not display citation as a "Goossens et al. (1993)" or ...
6
votes
1answer
857 views

Citing the source of an equation?

I cant find a good way of adding a \cite to an equation. I'd like to give a reference to the equation's source, but I can't figure out how to typeset it nicely. If I include it in with the equation ...
1
vote
1answer
234 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} ...

1 2 3 4 5 10