Fully compilable code here.
I am placing a figure with
\newcommand{\plainwidefig}[5][!htb]{%
\FloatBarrier%
\begin{figure*}[#1]%
{\includegraphics[width=#2\linewidth, left]{#3}}%
\caption{#4\label{#5}}%
\end{figure*}%
}
\plainwidefig{1}{fig1.pdf}{Figure caption}{fig:fig1}
I would suppose that figure* would make it span into the margin notes, but that's not quite what happens:

How should I change that \plainwidefig? I have tried with \centerline but that didn't solve it. Here is the layout for even and odd pages for reference:
Also, for completion, I am using tufte-style-thesis and not tufte-latex.
Thank you so much!


tufte-style-thesis.clsor change\ProvidesClass{tufte-style-thesis}to\ProvidesClass{tufte-style}. – jlab Mar 25 '24 at 23:05