tufte-latex icon indicating copy to clipboard operation
tufte-latex copied to clipboard

`cite` with vertical offset

Open zafarella opened this issue 2 years ago • 1 comments

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})

zafarella avatar May 05 '22 18:05 zafarella

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}

HenningTimm avatar Jul 25 '22 07:07 HenningTimm