latex - Turning off marginpar (marginparwidth) while in multicols environment -


I'm trying to turn off margin when starting a new multicol environment:

 \ Renewenvironment {Multicols} {1} {%} Let \ OldMriganPride \ MarginProgressite \ setlength {\ marginparwidth} {0}% \ start {multicols} {# 1}} {% \ end {multicols}% \ setlength {\ marginparwidth } {\ Oldmarginparwidth}%} 

However, it does not work, what am I missing?

The command you have received will not work on the middle page, you can do this for the changepage package Need to use.

  \ usepackage {changepage}  

I take it, you're trying to get the full width page. I removed it from the buffet-latex class: First, define an 'overhang' amount that will be initially added to the text-wide and will be subtracted at the end:

< Pre-> \ new lamp {\ overhang} \ setlength {\ overhang} {\ marginparwidth} \ addtolength {\ overhang} {\ marginparsep}

Then the amount of overhanging you want Use \ adjustwidth to remove margin space:

  \ start {adjustwidth} {} {- \ overhang}% this full-width \ end {adjustwidth} {} {- \ Overhang}  

As Damien said, you can still use such Marjinpar, they will be more than the width of the page \ Multicols you stop using Floton, however.

Hope you get what you want!


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -