\setlength{\cftbeforetoctitleskip}{(1cm}
that I can use to right justify the title of my ToC, LoF and LoT?I've had a look at the
\setlength{\cfttoctitleindent}
, but it doesn't work. Is there anything else provided by tocloft or any other package?\setlength{\cftbeforetoctitleskip}{(1cm}
that I can use to right justify the title of my ToC, LoF and LoT?\setlength{\cfttoctitleindent}
, but it doesn't work. Is there anything else provided by tocloft or any other package?NEW: TikZ book now 40% off at Amazon.com for a short time.
\@tocrmarg
as shown in the example below.Code: Select all
\documentclass[11pt]{article}
\usepackage{tocloft}
\makeatletter
\renewcommand{\@tocrmarg}{18em}
\makeatother
\begin{document}
\tableofcontents
\section{this is a really long title of a section}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.