Tagged Questions
0
votes
1answer
113 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 ...
2
votes
1answer
315 views
Can I place citations in captions using Tufte?
I'm trying to get Tufte marginal material (citations, footnotes, and captions) to support incorporate citations as they do in the Tufte books. What I'm looking for is the "conversational" style that's ...
3
votes
0answers
655 views
How do I get full or abbreviated citations to appear automatically in Tufte footnotes (sidenotes)? [closed]
I'm experimenting with a promising approach to generate generate abbreviated citations in Tufte documents automatically using \cite alone, once a reference has already been used. But I've encounters ...
5
votes
2answers
357 views
Can I automatically generate abbreviated citations in Tufte documents after the first occurrence?
In documents using Tufte document classes (tuft-handout or tuft-book) \cite is replaced by a footnote (which appears as a sidenote) corresponding to the full bibliography entry for the cited work. ...
3
votes
1answer
545 views
Can I cite something while specifying exactly what text will appear at that place?
First up, I'm using natbib.
I'm trying implement a citation style (Thankfully only a few citations, so I'm happy to work things by hand) that is essentially of the following form:
At the point of ...