Code: Select all
\makeatletter
\renewcommand{\@dotsep}{1000}
\makeatother
Code: Select all
\makeatletter
\renewcommand{\@dotsep}{1000}
\makeatother
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\let\cftdotsep\cftnodots
Code: Select all
\renewcommand*{\cftdotsep}{\cftnodots}
\@dotsep is used by standard LaTeX, \cftdotsep is used by tocloft and by the memoir class.cjohnson wrote: Any ideas why my command wasn't working, though?
Code: Select all
\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}
Obviously that feature is not supported by the memoir class.cjohnson wrote: But then I get "\cfttoctitlefont Undefined".
NEW: TikZ book now 40% off at Amazon.com for a short time.