Code: Select all
\tableofcontents
Any ideas guys

Thanks
Code: Select all
\tableofcontents
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\usepackage{multicol}
Code: Select all
\begin{multicols*}{2}
\tableofcontents
\end{multicols*}
Code: Select all
\documentclass[10pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{geometry}
\usepackage[toc]{multitoc}
\usepackage{blindtext}
\begin{document}
\tableofcontents
\Blinddocument
\end{document}
Code: Select all
\usepackage[top=2.0cm,left=2.0cm,right=1.5cm,bottom=2.0cm,headheight=12.5 pt]{geometry}
\usepackage[ansinew]{inputenc}
\usepackage{graphicx}
\usepackage{amssymb,amsmath}
\usepackage[compact]{titlesec}
\usepackage{tabularx}
\usepackage{multicol}
\usepackage[left=1in,top=1in,right=1in,nohead,nofoot,a4paper]{geometry}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{ulem}
\usepackage{listings}
\usepackage{textcomp}
'
You know, in English the "i" is written "I", unless your whole text is in small letters.thedreamshaper wrote:Hehe thanks, i guess i could have been more explicit, though you got it right. exept what it does is make the two columns(as i asked) but it continous on the next page, so basickly while my table of contents is now down two 2 pages, it splits it so that the first(left) column is contioned on the next page rather than on the same. How can i force it to continue at the same page ?
Thanks
Code: Select all
\begin{multicols}{2}
\tableofcontents
\end{multicols}
NEW: TikZ book now 40% off at Amazon.com for a short time.