feat: prepare main page

This commit is contained in:
grisel-davy 2022-05-02 20:00:13 -04:00
parent 6b22d4a0a8
commit 94b4824ed5
3 changed files with 25 additions and 4 deletions

1
.gitignore vendored
View file

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

View file

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

View file

@ -1 +1,2 @@
fancyhdr
import