Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have a document that uses twocolumn with scrbook. How can I set the width of the space between the two columns?

share|improve this question

1 Answer

up vote 15 down vote accepted

Use \setlength{\columnsep}{<width>} in the preamble of your document.

Changing \columnsep also works if you use the multicol package.

share|improve this answer
Thank you very much. – ℝaphink Jul 31 '11 at 15:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.