Olá Felipe:
A minha sugestão é organize-se!!! Coloque cada capítulo em um
arquivo separado. Crie um aquivo principal (tcc-0.tex) que chama todos
os capítulos. Por exemplo.
\documentclass{tcc}
\usepackage...
\newcommand{}...
blá... blá...
\begin{document}
%\iffalse % Aqui vão as página iniciais...
\include{lab-capa}
\setcounter{page}{0}
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables
\cleardoublepage
\makeatletter
\@mkboth{\MakeUppercase\nomname}{\MakeUppercase\nomname}%
\makeatother
\printnomenclature
\cleardoublepage
\makeatletter
\@mkboth{\MakeUppercase\nomname}{\MakeUppercase\nomname}%
\makeatother
%\fi
\thispagestyle{plain}
\setcounter{page}{0}
\clearpage
\pagenumbering{bychapter}
\pagenumbering{roman}
\include{tcc-intro} % Introdução
\setcounter{chapter}{0} \include{tcc-1} % Capítulo 1
\setcounter{chapter}{1} \include{tcc-2} % Capítulo 2
\setcounter{chapter}{2} \include{tcc-3} % Capítulo 3
\setcounter{chapter}{3} \include{tcc-4} % Capítulo 4
\setcounter{chapter}{4} \include{tcc-5} % Capítulo 5
\end{document}
Assim você pode comentar o que não precisa ser compilado...
[]s,
Rubens
--
Liberte-se, para editar textos, planilhas e apresentações
use
http://pt-br.libreoffice.org/ é totalmente de graça.