Tagged Questions
2
votes
1answer
28 views
Making section headers break two column flow
I'm new to LaTeX and I'm writing a document for which I'm using \documentclass[twocolumn]{article}. Is it possible to make \section headers break the two column flow? To clarify, I'd like a long ...
3
votes
0answers
41 views
One column headings in twocolumn environment
In a twocolumn document, I would like chapter headings that span on two columns but don't introduce a page break:
section doesn't introduce a page break, but it doesn't span on two columns;
chapter ...
5
votes
1answer
124 views
Onecolumn vs. Twocolumn: spuriously different header spacing
In the following example, there's a spurious space in the one-column variant. The problem seems to be that in two-column mode, the \section command is at the "beginning of a column" and no space is ...
4
votes
1answer
154 views
Wrong \rightmark in twocolumn mode
I would like to use the "dictionary" style of page header, using \rightmark--\leftmark as suggested in fancyhdr package.
However, in twocolumn mode, \rightmark containts the first mark in the latter ...
4
votes
1answer
221 views
How to make boxes occupy two columns in twocolumn environment, without using float in LaTeX?
I am trying to create a new document class, similar to books, but with two columns and where new chapters always starts in a new page, printing the chapter name inside a box that should occupy two ...
7
votes
2answers
3k views
Chapter without pagebreak? (In twocolumn document.)
I've googled, and I read a lot about how not having a pagebreak before a new chapter is bad style. I've read about how one could use sections instead. I've read about how changing whether a chapter ...
5
votes
1answer
401 views
How to change chapter created by \printindex to section?
I wonder if there is a solution to the following problem: I wanted to create an index with the package makeidx and the scrartcl document class. \printindex creates a chapter called "Index". But all I ...
4
votes
2answers
393 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 ...
6
votes
2answers
1k views
How to make a section header span the whole page in a twocolumn document
I am writing a book in twocolumn format. Section headers appear in their respective column, and for most of the book, that is fine for me.
But for a specific chapter of the book, I would prefer the ...
6
votes
1answer
180 views
Setting the same distance from the top of the page for chapter and index titles
I noticed that the distance from the top of the page to the chapter title differs from the table of contents and list of <> ones. I can see why, as these elements have specific purposes and ...
5
votes
2answers
222 views
Adjust settings that determine when sections should start on a new page/column
I'm using titlesec in a two column environment, and sometimes my sections start on a new page or the second column, and leave blocks of white space at the bottom of the previous page/column.
I am ...