wspr / herries-press

A collection of LaTeX packages by Peter Wilson
http://wspr.github.com/herries-press/
30 stars 5 forks source link

Change marginpar{sep,width} with adjustwidth? #18

Open Schnouki opened 11 years ago

Schnouki commented 11 years ago

Hi,

Thanks for the changepage package, it's very useful!

Would it be possible to add some command or option so that using the adjustwidth environment would also change \marginparsep and \marginparwidth? I had to use the following to get what I wanted:

\begin{adjustwidth}{}{3.5cm}
\addtolength{\marginparwidth}{3.5cm}
\addtolength{\marginparsep}{-3.5cm}
...
\end{adjustwidth}

It's not really important, but it would be nicer to to have an option to also set these lengths with adjustwidth.

Thanks!

a358003542 commented 11 years ago

this advice is very good.