christopheradams / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 1 forks source link

Numbered citing #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 an error as long as [numbers] is present

Please advise

Original issue reported on code.google.com by sha.ow...@gmail.com on 12 Feb 2013 at 9:46

GoogleCodeExporter commented 9 years ago
You could try the following, but I suspect that more code changes would need to 
be made as Tufte-LaTeX uses the natbib package for author-date citations:

  \setcitestyle{numbers,square}

Another possibility would be to use the 'nocite' \documentclass option. This 
suppresses loading of the natbib package but also doesn't redefine the \cite 
commands, so you won't have sidenote citations.

Do either of these solutions work for you?

Original comment by godbyk@gmail.com on 21 Nov 2013 at 10:17