Tagged Questions
8
votes
2answers
95 views
Odd vertical gap with multicol, scrreprt and parskip=half
I'm having a weird vertical gap in one of my documents, which only is there when I use multicol together with \documentclass[parskip=half]{scrreprt}.
Minimal example
...
7
votes
1answer
163 views
Beamer: Vertical alignment of multi-column ToC
In my LaTeX beamer presentation I have a long Table of Contents, which has been split across two columns by using the multicol package. The problem is that I have not found any way to control vertical ...
0
votes
0answers
37 views
multicol/bibliography alignment [closed]
I wondered if anyone could help me with the alignments of columns in multicol. I'm using beamerposter and BibTeX. The bibliography contains two column but the first one is lower than the second.
An ...
8
votes
1answer
100 views
Vertical Centering in a multicols
In a document I have several multicols units, in which on one side there is an image and on the other side some information in a itemize.
Now, depending on the image / information, the two "sections" ...
4
votes
1answer
98 views
Spacing in multicols environment with figures
I have the following lines:
\documentclass[a4paper,landscape,12pt,oneside]{scrbook}
\usepackage[english]{babel}
\usepackage{multicol,lipsum}
\usepackage[demo]{graphicx}
\usepackage[utf8]{inputenc}
...
6
votes
1answer
223 views
Aligning TikZ graphic vertically to neighbor in multicol
For my documentation of a blocks world problem in Prolog, I'd like to show the example code (using the listing package) next to the real world equivalent, which I made using TikZ. For this I used the ...
3
votes
2answers
1k views
Table rowspan and colspan
I need to create similar table using LaTeX:
I have tried to use \tabular and \multicolumn, but every time I get something wrong.
I want:
Fixed width columns and fixed height rows;
Centered cells ...
2
votes
1answer
210 views
Multicols: use all vertical space before moving to a new column [duplicate]
Possible Duplicate:
How do I force TeX to completely use the 1st column?
I am using a three-columns template to create cheat sheets:
\begin{multicols}{3}
...
\end{multicols}
When there ...
5
votes
1answer
338 views
Vertical alignment in multicol
In the following code the horizontal rules on the right don't line up in all cases with the horizontal rules on the left. It seems to be related to the text content. How can I fix this in such a way ...
3
votes
1answer
282 views
Turn off column length equalizing in elsarticle class
I'm working with the elsarticle class, available here. I have a lot of figures, and it seems like the class is using something equivalent to multicol to encourage columns to be of equal lengths within ...
11
votes
2answers
728 views
How do I force TeX to completely use the 1st column?
How do I force TeX to completely use the 1st column before writing to the second column?
Right now I dont have enough content to fill one whole page. So the left and right columns are equally filled, ...
7
votes
3answers
491 views
Align baseline in multicol
I'm using the multicol package and would like to align the baseline of the two columns. The simple use of a \paragraph heading seems to throw off the alignment, which can be pretty jarring visually. ...
7
votes
2answers
618 views
How to place two code snippets next to each other with minted?
The minted package for code highlighting comes with a float environment called listing. Now I would like to place two of this code listings next to each other, but I have no idea how to do this. I ...
1
vote
1answer
823 views
Centering contents of table cells horizontally and vertically
I'd appreciate help centering the contents of the topmost row vertically and horizontally in their cells(?). I've tried using \multicolumn without luck.
\documentclass[10pt,a4paper]{scrreprt}
...
5
votes
1answer
310 views
How to make {multicols}{2} the same as \twocolumn ?
Using \begin{multicols}{2} gives me unexpected results. It seems like if I write 8 lines, then it divides by 2, then puts 4 lines in the left column and then the other 4 in the right column (see ...
5
votes
2answers
995 views
Problems with pictures in multicol
I am writing a short article for a magazin and want to have a two-column text. Since the header is supposed to be centered, I decided to use the multicol-package. This is my header:
...
12
votes
3answers
3k views
How to balance last page of two-column layout?
I create a document in two-column-layout with LaTeX (and Koma-Script, if that is relevant). The two-column-layout is defined in documentclass. The last page of an chapter fills the left column first - ...
3
votes
1answer
740 views
How can I unbalance double columns in revtex4?
It seems that revtex4 tries to automatically balance the lengths of the two columns on the last page of a double-column document. I would like to know how to turn this off. Unfortunately, all the ...
