Tufte-LaTeX / tufte-latex

A Tufte-inspired LaTeX class for producing handouts, papers, and books
https://tufte-latex.github.io/tufte-latex/
1.68k stars 300 forks source link

`cite` with vertical offset #168

Open zafarella opened 2 years ago

zafarella commented 2 years ago

Seams like dead repo, but anyway, for fork or when maintenance starts: Was in need of

\cite[voffset]{blahBlah}

The option for sidenote exists, and seams nobody had issue like this before? But essentailly the citing text overlaps with main full width text (\begib{fullwidth}\end{fullwidth})

HenningTimm commented 2 years ago

I had the same problem. As a workaround I used the \sidecite macro described in this tex.stackexchange post. This can be used as follows:

%move the citation up
\sidecite<-0.72cm>{astley1987never}

% keep the citation where tex wants it
\sidecite<>{astley1987never}