feat: prepare main page
This commit is contained in:
parent
6b22d4a0a8
commit
94b4824ed5
3 changed files with 25 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@
|
|||
*.fdb_latexmk
|
||||
*.log
|
||||
*.pdf
|
||||
*.toc
|
||||
|
||||
# vim swap file
|
||||
*.swp
|
||||
|
|
27
main.tex
27
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}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
fancyhdr
|
||||
import
|
||||
|
|
Loading…
Reference in a new issue