I just joined after failing to find an answer for the two below questions, however, I must say thanks to everyone helping out here... I've learned a lot over the years from here.
Two problems:
1. I need additional lists at the beginning of the thesis (List of Algorithms and List of Publications), perhaps in the following order:
Code: Select all
%----------------------------------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%----------------------------------------------------------------------------------------
\pagestyle{fancy} % The page style headers have been "empty" all this time, now use the "fancy" headers as defined before to bring them back
\lhead{\emph{Contents}} % Set the left side page header to "Contents"
\tableofcontents % Write out the Table of Contents
%Publications Arising From This Work
\lhead{\emph{List of Figures}} % Set the left side page header to "List of Figures"
\listoffigures % Write out the List of Figures
\lhead{\emph{List of Algorithms}}
\listofalgorithms
\lhead{\emph{List of Tables}} % Set the left side page header to "List of Tables"
\listoftables % Write out the List of Tables
2. I also need to include an abstract in my native language (for personal amusement

Now printing this in a different language could be a pain but I'll perhaps pdfpages it! (write it elsewhere) and just export the pdf into the thesis as I did with the appendices (publications).
Any ideas?
Thanks again everyone!