\documentclass[12pt,twoside]{book}
\usepackage[a4paper]{anysize}
\usepackage[latin1]{inputenc}
\usepackage[portuges]{babel}
\addto{\captionsportuges}{\renewcommand{\contentsname}{Índice}}
\usepackage{tfccapa}  %for coverpage and more


\begin{document}

\doctype{Trabalho Final de Curso}
\university{Universidade Técnica de Lisboa}
\faculty{Instituto Superior Técnico}
\department{Departamento de Matemática}
\title{Exemplo de Formato de TFC \\[.5cm] para a LMAC}
\author{João Pargana}
\submitdate{Abril 2003}
\supervisor{Prof.\ F.\ Miguel Dionísio}
\course{Licenciatura em Matemática Aplicada e Computação}

\coverp % constrói a primeira página

\newpage

\frontmatter

\begin{flushleft}
\Large Resumo
\end{flushleft}


Neste exemplo seguem-se as convenções do IST para Teses de Mestrado e Doutoramento, simplificando um pouco e adaptando a TFC. Não se usam pacotes úteis para Matemática nem para referências bibliográficas nem para construção de índice remissivo (que poderão ser aprendidos noutra documentação). 


\vfill

\begin{flushleft}
\Large Abstract
\end{flushleft}

In this example, ...

Disclaimer: 
\vfill

\newpage

\vspace*{1cm}

\begin{flushleft}
\Large\bf Palavras Chave
\end{flushleft}

\begin{itemize}
\item[] TFC
\item[] \LaTeX
\item[] Formato
\item[] Matemática
\item[] Palavra Chave 5
\item[] Palavra Chave 6
\end{itemize}


\vfill

\begin{flushleft}
\Large\bf Keywords
\end{flushleft}
\begin{itemize}
\item[] TFC
\item[] \LaTeX
\item[] Style
\item[] Math
\item[] Keyword 5
\item[] Keyword 6
\end{itemize}

\vfill


\newpage

\tableofcontents

\newpage
\mainmatter

\chapter*{Agradecimentos}
\addcontentsline{toc}{chapter}{Agradecimentos}

\chapter*{Prefácio}
\addcontentsline{toc}{chapter}{Prefácio}

...





\newpage

\chapter{Introdução}
\section{Secção}
\subsection{Subsecção}
\subsection{Subsecção}
\newpage
\chapter{Resultados e definições preliminares}
\section{Secção}
\subsection{Subsecção}
\subsection{Subsecção}
\newpage
\chapter{Resultados fundamentais}
\section{Secção}
\subsection{Subsecção}
\subsection{Subsecção}

\newpage

\chapter*{Conclusão}
\addcontentsline{toc}{chapter}{Conclusão}

...


\appendix
\chapter{Apêndice}


% bibliografia
\begin{thebibliography}{99}
\addcontentsline{toc}{chapter}{Bibliografia}

  
\bibitem{cra-pir} M.~{\sc Crampin} \& F.A.E.~{\sc Pirani},
  \emph{Applicable Differential Geometry}, 1986. \newblock Cambridge
  University Press, LMS Lecture Notes Series,~{\bf 59}.

....

\end{thebibliography}



\end{document}









