when I want to put the together, I get the error: "destination with the sam identifier has already defined"
Code: Select all
\tableofcontents
\newpage
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\newpage
%\listoftables
\newpage \pagenumbering{arabic}\setcounter{page}{1}
\pagestyle{fancy} \fancyhead{} \rhead{\leftmark}
However, this works as well, but then it is not on a seperate page:
Code: Select all
\tableofcontents
%\newpage
%\addcontentsline{toc}{section}{List of Figures}
\listoffigures
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\newpage
\listoftables
\newpage \pagenumbering{arabic}\setcounter{page}{1}
\pagestyle{fancy} \fancyhead{} \rhead{\leftmark}
Code: Select all
\tableofcontents
\newpage
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%\bigskip
\newpage
\listoftables
\newpage \pagenumbering{arabic}\setcounter{page}{1}
\pagestyle{fancy} \fancyhead{} \rhead{\leftmark}
\usepackage[hyperfootnotes=true,plainpages=false,
pdfpagelabels=true]{hyperref}
But this does not work as well.
The previous package I used is
%\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=darkred,
% citecolor=darkblue, urlcolor=red]{hyperref}
My documentclass is article.