Using the following code I could put the ToC lines in the center in beamer:
\begin{frame}
\begin{center}
\tableofcontents
\end{center}
\end{frame}
But how to make these ToC lines left aligned and still in the center?
|
Using the following code I could put the ToC lines in the center in
But how to make these ToC lines left aligned and still in the center? |
||||
|
A small calculation could advance the margins sufficiently to obtain the centered & left-aligned
The reason for this round-about way is because |
|||||
|
\tableofcontentsinside aminipage-environment which can be centered via\centering. – Marco Daniel Dec 10 '11 at 17:12