How to switch between two margin sizes? tells a few things about this issue. But how to solve it? MikTex, XeLatex.
\documentclass[nols,a4paper,twoside,symmetric,justified,marginals=raggedouter]{tufte-book}
\usepackage{lipsum}
\begin{document}
\begin{fullwidth}
\lipsum
\lipsum
\end{fullwidth}
\end{document}
mdframedwhich has a better splitting algorithm – Marco Daniel Jun 29 '13 at 19:52This option works, but not with table of contents :(
– Sudhanshu Jun 30 '13 at 04:53