答案1
使用justified
选项\documentclass
\documentclass[justified]{tufte-book}
平均能量损失
\documentclass[justified]{tufte-book}
\usepackage{lipsum}
\usepackage{filecontents}
\begin{filecontents*}{references.bib}
@book{dirac,
title={The Principles of Quantum Mechanics},
author={Paul Adrien Maurice Dirac},
series={International series of monographs on physics},
year={1981},
publisher={Clarendon Press},
}
\end{filecontents*}
\begin{document}
\section{Main text}
\sidenote[][-3cm]{sidenotes\\ This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note } \cite{dirac}
\lipsum[2]
\begin{marginfigure}
\rule{\textwidth}{2.6cm}
\caption{Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. }
\label{fig:marginfig}
\end{marginfigure}
\bibliographystyle{plain}
\bibliography{references}
\end{document}