Search found 3 matches

by magarcan
Fri Jul 02, 2010 9:31 pm
Forum: Page Layout
Topic: Toc formatting
Replies: 3
Views: 2214

Toc formatting

Stefan_K wrote:Hi tolyaua,

the tocloft package supports customization of the table of contents.

Stefan
Are the tocloft package able to make TOCs of chapchers like minitoc?? Thanks!
by magarcan
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 ...
by magarcan
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 ...