It works fine for adding the words 'Figure' and 'Table'. However, the general behaviour when I compile is weird. For example, page headers are removed when they shouldn't and added sometimes when they shouldn't. I also noticed problem with adding the white empty pages.
Thank you for the great template and for the help in advance :)
Hello,
I want to add the word 'Figure' and 'Table' to \listoffigures and \listoftables so that I have something like:
Figure 1.1 caption of figure 1 ### instead of: ### 1.1 caption of figure 1
Table 1.1 caption of table 1 ### instead of: ### 1.1 caption of table 1
I have already tried to add the folowing at the end of the preample.tex file:
\usepackage{tocloft}
\renewcommand{\cftfigfont}{Figure }
\renewcommand{\cfttabfont}{Table }
It works fine for adding the words 'Figure' and 'Table'. However, the general behaviour when I compile is weird. For example, page headers are removed when they shouldn't and added sometimes when they shouldn't. I also noticed problem with adding the white empty pages.
Thank you for the great template and for the help in advance :)