Tagged Questions
0
votes
0answers
185 views
Problem with table of contents [closed]
I have this code
\documentclass[11pt]{article}
\usepackage[landscape,twocolumn, margin=2cm]{geometry}
\usepackage{fancyhdr,lipsum}
\usepackage[utf8]{inputenc}
\pagestyle{fancy}
\fancyhf{}
...
9
votes
1answer
136 views
Centering contents name with [twocolumn] contents
I'm trying to make Table of Contents in two columns, but I'd like to center the contents name.
Now I'm doing
\twocolumn
\tableofcontents
but these commands give something like this:
Contents name ...
9
votes
1answer
270 views
Minitoc with two column content
I have a question regarding \minitoc, I want to change the layout for \minitoc inside my MSc thesis. The document is written using a single column, but I want to have the content within the \minitoc ...
2
votes
1answer
1k views
Grouped two column table of contents in Beamer
I am working on a beamer presentation with a quite large table of contents. Therefore I split the table into two columns with the following code:
\begin{frame}{Overview}
\begin{multicols}{2}
...
4
votes
1answer
2k views
Two-column beamer ToC with control over the breaking point
From Splitting TOC into two columns on single frame in beamer, I'd like to know whether it is possible to control the position of the breaking point between column 1 and column 2?
14
votes
3answers
950 views
How to avoid a page break before a two-column TOC in memoir
Although `I wouldn't normally do this', I'm writing a short(ish) document for which I'd like to place a small TOC in two columns as the last thing on the title page.
In single column mode it works ...
5
votes
1answer
151 views
\tableofcontents in twocolum document
I don't quite understand why \tableofcontents in a \twocolumn document yields only one column (or how to change that - ideally without including multicol just for the ToC...)?
...
4
votes
1answer
916 views
abstract, tableofcontents and listoffigures in twocolumn, landscape report
\documentclass[a4paper,landscape,twocolumn]{report}
....
\begin{document}
\begin{abstract}
bla bla bla
\end{abstract}
\tableofcontents
\listoffigures
\chapter{Introduction}
....
I get the main ...