feat: prepare main page

master
grisel-davy 2 years ago
parent 6b22d4a0a8
commit 94b4824ed5

1
.gitignore vendored

@ -6,6 +6,7 @@
*.fdb_latexmk
*.log
*.pdf
*.toc
# vim swap file
*.swp

@ -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}

@ -1 +1,2 @@
fancyhdr
import

Loading…
Cancel
Save