Are the tocloft package able to make TOCs of chapchers like minitoc?? Thanks!Stefan_K wrote:Hi tolyaua,
the tocloft package supports customization of the table of contents.
Stefan
Search found 3 matches
- Fri Jul 02, 2010 9:31 pm
- Forum: Page Layout
- Topic: Toc formatting
- Replies: 3
- Views: 2214
Toc formatting
- Wed Jun 30, 2010 4:51 pm
- Forum: Page Layout
- Topic: Chapter Layout
- Replies: 2
- Views: 1961
Chapter Layout
Here it is my minimal working example:
\documentclass{pfc}
\usepackage{minitoc}
\begin{document}
\minitoc
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\part{Memoria}
\chapter{Introducción}
\label{cha_intro}
\minitoc
Bla bla bla
\newpage
\section{Section}
Bla bla bla
\section ...
\documentclass{pfc}
\usepackage{minitoc}
\begin{document}
\minitoc
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\part{Memoria}
\chapter{Introducción}
\label{cha_intro}
\minitoc
Bla bla bla
\newpage
\section{Section}
Bla bla bla
\section ...
- Wed Jun 30, 2010 3:26 pm
- Forum: Page Layout
- Topic: Chapter Layout
- Replies: 2
- Views: 1961
Chapter Layout
Hello everyone! I've a problem using minitoc inside mi chapters. This is my code:
\documentclass{pfc}
\usepackage{minitoc}
...
\begin{document}
\dominitoc
\dominilof
\dominilot
\tableofcontents
\listoffigures
\listoftables
\listof{program}
\mainmatter
\part{Memory}
\chapter{Intro}
\label{cha ...
\documentclass{pfc}
\usepackage{minitoc}
...
\begin{document}
\dominitoc
\dominilof
\dominilot
\tableofcontents
\listoffigures
\listoftables
\listof{program}
\mainmatter
\part{Memory}
\chapter{Intro}
\label{cha ...