Formatação da tese - ToC, figura

Formatação da tese - ToC, figura

Responder1

O procedimento normal neste site é fazer uma pergunta de cada vez, mas você fez quatro. Posso responder a três delas, mas não posso me incomodar com a quarta. Faça outra pergunta sobre isso.--- GOM

% thesisprob.tex  SE 562876
\documentclass{report}
\usepackage{tocloft}

\setlength{\cftbeforechapskip}{3\baselineskip} % change space before chapter titles

\renewcommand{\cftfigpresnum}{Fig. }  % put before figure entries
\setlength{\cftfignumwidth}{5em} % extra space for Fig. number
% and similar for tables

\begin{document}
\tableofcontents
\listoffigures

\chapter{First}
\begin{figure}
\centering
AN ILLUSTRATION
\caption{A figure}
\end{figure}

\chapter{Second}
\begin{figure}
\centering
AN ILLUSTRATION
\caption{A figure}
\end{figure}

\end{document}

informação relacionada