
Esta questão foi atualizada. Ver -Adicionar rótulo na lista de figuras e tabelas, remover ponto do ToC, notação em uma subfigura
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}