In Tufte-LaTeX, the standard behavior of the \cite command is to put the reference in the sidenotes area (see example at https://github.com/Tufte-LaTeX/tufte-latex/blob/master/sample-handout.pdf). Additionally, they will appear in the bibliography.
I want to have the standard citation behavior without the reference appearing in the sitenotes.
I've messed around with the tufte-common.def file, but could not get the desired effect. Can anybody give me a hint on how to achieve this?
nobiboption:\documentclass[nobib]{tufte-book}. Then you can\usepackage{natbib}or\usepackage{biblatex}or whatever you like. – godbyk May 29 '15 at 15:26\bibhangalready defined – May 29 '15 at 15:37nobiboption is not documented in the manual. Apparently, I've missing some knowledge here, so its better to delete my answer – May 29 '15 at 15:57nobiboption, I have not enough knowledge about LaTeX to tell. – Paul Klemm May 29 '15 at 16:07