Tagged Questions
1
vote
1answer
282 views
own class with twocolumns activated in \ifdefined for KOMA and xelatex
I want to do something like in http://stackoverflow.com/questions/1465665/passing-command-line-arguments-to-latex-document.
For better explanation I'll show a minimal running example:
My test.cls:
...
2
votes
1answer
465 views
KOMA: Margin notes only on outer side of two-column document? [closed]
For some part of a two-column scrbook of mine, I need to actually get a three-column layout: Two columns text, and a third column with a table (or a boxed enumeration, that would work too).
Both ...
5
votes
1answer
143 views
\tableofcontents in twocolum document
I don't quite understand why \tableofcontents in a \twocolumn document yields only one column (or how to change that - ideally without including multicol just for the ToC...)?
...
4
votes
2answers
394 views
Typeset \chapter also in two columns when writing in twocolumn mode
I use
\documentclass[twocolumn]{scrreprt}
which produces a nice layout but every chapter is set in one column mode, which leads to a new page for every chapter. How can I tell latex to set ...
1
vote
1answer
640 views
One-column abstract in KOMA-script
I would like to make the abstract in KOMA Article appear on both columns, when writing a two column article. I would like to use internal koma options, instead of loading external packages.
The ...