Tagged Questions
7
votes
1answer
156 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 ...
1
vote
1answer
132 views
renew section command with args
How can I renew the section command to include some additional arguments and start a multicolum section?
something like:
\section{title}{toc-title}{picture}{second picture}{subtitle}{author}
I just ...
11
votes
2answers
1k views
Table of contents without title
I would like to have two-columned table of contents:
\begin{multicols}{2}
\tableofcontents
\end{multicols}
But it looks wierd if I have a title included in two columns - second ...