diff --git a/.gitignore b/.gitignore index 16733f2..7270eda 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.fdb_latexmk *.log *.pdf +*.toc # vim swap file *.swp diff --git a/main.tex b/main.tex index 2bc2986..fbbdc26 100644 --- a/main.tex +++ b/main.tex @@ -6,7 +6,17 @@ \usepackage{graphicx,import} \usepackage{fancyhdr} \usepackage{url} -\usepackage[hidelinks]{hyperref} +\usepackage{hyperref} + +\usepackage{hyperref} +\hypersetup{ + linktoc=all, %set to all if you want both sections and subsections linked + colorlinks, + citecolor=black, + filecolor=black, + linkcolor=black, + urlcolor=black +} \pagestyle{fancy} \fancyhf{} @@ -18,11 +28,20 @@ \begin{document} - +\thispagestyle{empty} \begin{center} - {\LARGE } + \par\noindent\rule{\textwidth}{2px}\\ + \vspace{0.5cm} + {\Huge Tools of Intelligent System Design} + \vspace{0.3cm} + \par\noindent\rule{\textwidth}{2px} \end{center} -\import{images/}{test.pdf_tex} +\tableofcontents + +\newpage + +\section{plop} + \end{document} diff --git a/requirements.txt b/requirements.txt index 27b293b..6e17927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ fancyhdr +import