此问题已更新。请参阅 -在图表列表中添加标签,从目录中删除点,在子图中标注
答案1
本网站的常规流程是一次只问一个问题,但你问了四个问题。我可以回答其中三个问题,但懒得回答你的第四个问题。再问一个问题。--- 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}