I have a problem concerning the list of figures and list of tables. When I place
\listoffigures
and \listoftables
after the \tableofcontents
the tables and figures won't appear. Nevertheless, when I place the \listoffigures
and \listoftables
first, the figures and tables appear. Is there anyway to solve this? Here is my code:Code: Select all
\documentclass[11pt,a4paper,oneside,notitlepage]{book}\usepackage[english]{babel}\usepackage{gensymb}\usepackage{amsmath}\usepackage{tabto}\newenvironment{Arial}{\fontfamily{phv}\selectfont}{\par}\usepackage{xr}\usepackage{titlesec}\makeatletter\newcommand*{\addFileDependency}[1]{% argument=file name and extension\typeout{(#1)}\@addtofilelist{#1}\IfFileExists{#1}{}{\typeout{No file #1.}}}\makeatother\newcommand*{\myexternaldocument}[1]{%\externaldocument{#1}%\addFileDependency{#1.tex}%\addFileDependency{#1.aux}%}\usepackage{subfiles}\usepackage{fancyhdr}\usepackage{graphicx}\usepackage{graphicx,caption}\usepackage[colorlinks]{hyperref}\hypersetup{citecolor = black}\graphicspath{{Images/}}\usepackage{gensymb}\usepackage{subcaption}\usepackage[backend=biber,style=apa,citestyle=authoryear]{biblatex}