Tagged Questions
4
votes
3answers
73 views
Same page and multicols
I use multicols at times for specific blocks in my thesis, which has a title, and a block of stuff similar to the following:
\documentclass{article}
\usepackage{lipsum}
\usepackage{multicol}
...
0
votes
1answer
96 views
Allow frame breaks in multicolumn environment
I want beamer to automatically split my text over multiple frames (as many as is required) while retaining the format of the specified number of multicolumns (in this case 3). I do not want to have to ...
2
votes
2answers
127 views
Force column break within tabbing environment
Basically following the instructions here, I'm trying to enfore a column break in my text. My text is, however, embedded within a tabbing environment, and following the said instructions results in ...
4
votes
1answer
133 views
multicol seems to sum up problems to later move lines to the next page [closed]
We digitize and reproduce old German bible texts as free software. From XML, we are automatically generating LaTeX output to then generate PDF. One of our current implementations is using the multicol ...
4
votes
2answers
485 views
How to prevent column break in multicols environment
I am typesetting a simple songbook and would like some songs to be displayed in two columns (I use the multicol package). However, I would like to prevent inserting a columnbreak within a stanza. It ...
5
votes
1answer
211 views
How to avoid page break after \end{multicols*}?
I am experimenting in LyX to create a page which has a single column and two column text.
I inserted the following TeX code in the file.
\begin{multicols*}{2}
\lipsum[1]
...
4
votes
1answer
372 views
Onecolumn till end of page in twocolumn mode
I know about using the widetext environment for setting text in onecolumn mode and the multicols package for effortless switching between one- and twocolumn mode, but I think this is not too great if ...
7
votes
2answers
541 views
Multicol - don't wrap
I have two-columned page by multicol:
\begin{multicols}{2}
Lorem ipsum dolor sit amet...
\end{multicols}
It there any way to ban wrapping to the second column. What I mean is, that I ...
14
votes
3answers
1k views
multicols not wrapping to 2nd column properly?
I am having problem with multicol package, I created a sample demo to show it.
When I put 3 minipages of certain height in the multicol it puts 2 of the boxes on the first column, but the 2nd box is ...
4
votes
1answer
2k views
How to control column/page breaks in multicols environment with nested lists?
I've a nested list within a multicolumn like this:
\begin{multicols}[2]
\begin{list}
\item main item1
\begin{list}
\item this is a very long item
\item this is a short ...
26
votes
2answers
3k views
multicolumn long table or enumeration
I would like to generate a multi-column table that wraps within columns of the document, and splits across pages. There are a couple of similar questions here
How do I create a really long table in ...
24
votes
3answers
14k views
How do I force a column-break in a multi-column page?
I want to display my article's abstract and table of contents side-by-side, to save space. I'm using the multicols package, but it tries to keep each column the same height, and I can't figure out how ...
