Tagged Questions
8
votes
1answer
84 views
nested multicols with itemised list
Is there any way to reduce the column separation in \begin{itemize}...\end{itemize} in the following MWE to be the same as \setlength{\columnsep}{1cm}. Also how can I remove the column separation rule ...
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" ...
5
votes
1answer
130 views
How to remove \vskip from beginning of multicols-environment
In the documentation of the multicol it reads that as a first action of an multicols environment (if there's enough space etc.) “[…] a \vskip of \multicolsep is added.”
I use enumitem and combine it ...
1
vote
1answer
62 views
How to put the labels of enumerated images at the middle left of the images? [duplicate]
Possible Duplicate:
Aligning enumerate labels to top of image?
The current code produces the labels at the lower left corners of the enumerated images.
\documentclass[a6paper]{article}
...
9
votes
3answers
538 views
enumerate in multicols
The following image illustrates what am looking for:
Essentially I want the numbering to occur as shown above but using the multicol and enumitem package. But when I try it by using the following ...
1
vote
1answer
252 views
multienum package within enumerate
Is it possible to use the multienum package within the enumerate environment? The following code does not display correctly (the last column moves to the next line):
\begin{enumerate}
\item ...
7
votes
1answer
1k views
Reduce vertical spacing itemize and multicols
I have added code to reduce the spacing before itemize. However, when I use multicols still a lot of extra vertical white space is added (see the space before the subitems).
Does anyone know how to ...
10
votes
3answers
682 views
How to get a better spacing in nested multicols environments?
The following code produces an output that has badly-spaced contents. My objective is to write an exercise with multiple choice questions. Each option may have a figure.
The red arrows indicate the ...
2
votes
2answers
2k views
Latex multicol + itemize
I'm using the pdflatex interpreter and trying to get the following behavior using an itemized list in a multicolumn environment:
[space]* item1 *item2
[space]* item3 *item3
I can get somewhat ...
7
votes
1answer
386 views
Twocolumn part in document
I'd like to stretch long lists into two or more columns. Like:
Some single-column text.
Lorem 4. Sit
Ipsum 5. Amet
Dolor
Another single-column text.
Or:
Some ...
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 ...
