Fix bug with list of figures and add hyperref

parent dc2d1b98
......@@ -1663,11 +1663,11 @@
\part*{Κείμενο στα αγγλικά}%
\addcontentsline{toc}{part}{Κείμενο στα αγγλικά}%
\addtocontents{lot}{\protect\contentsline{part}%
{Πίνακες στο αγγλικό κείμενο}{}}%
{Πίνακες στο αγγλικό κείμενο}{}{}}%
\addtocontents{lof}{\protect\contentsline{part}%
{Σχήματα στο αγγλικό κείμενο}{}}%
{Σχήματα στο αγγλικό κείμενο}{}{}}%
\addtocontents{loa}{\protect\contentsline{part}%
{Αλγόριθμοι στο αγγλικό κείμενο}{}}%
{Αλγόριθμοι στο αγγλικό κείμενο}{}{}}%
\setcounter{chapter}{0}%
\fi
\selectlanguage{english}%
......
......@@ -6,6 +6,16 @@
\usepackage{minted}
% Hyperref needs to be the last package to use!
\PassOptionsToPackage{hyphens}{url}
\usepackage[xetex,%
pdfpagemode=UseOutlines,pdfstartview=FitW,%
colorlinks=true,linkcolor=blue,citecolor=blue,urlcolor=blue,%
bookmarks=true,bookmarksopen=true,bookmarksnumbered=false,%
pdfencoding=auto,unicode=true,hyperfootnotes=true,%
hypertexnames=false,%
]{hyperref}
%%%
%%% The document
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment