Really simple question: I want to align the "Table of Contents" heading to the left, not the actual list of contents, the "Table of Contents" heading.
This is what I have:
\documentclass[envcountsame]{llncs} \usepackage{llncsdoc} \usepackage[hidelinks]{hyperref} \usepackage{graphicx} \usepackage{acronym} \usepackage{url} \usepackage{verbatim} \hypersetup{ colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black } \setcounter{tocdepth}{3} \setcounter{secnumdepth}{3} \makeatletter \renewcommand*\l@author[2]{} \renewcommand*\l@title[2]{} \makeatletter \title{...} \author{...} \begin{document} \begin{center} \email{...} \end{center} \begin{abstract} Abstract here \end{abstract} \addtocontents{toc}{\vskip -1cm} \begingroup \let\clearpage\relax \tableofcontents* \endgroup ... \end{document} Right now, it looks like this:
I want the title "Table of Contents" to be left-aligned, just like "1 - Introduction". How can I do it?

book) or section (forarticle) etc. So you need to show us the code you are using to make it come out non-default.llncsdoc?