Open Schnouki opened 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:
adjustwidth
\marginparsep
\marginparwidth
\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!
this advice is very good.
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:It's not really important, but it would be nicer to to have an option to also set these lengths with
adjustwidth
.Thanks!