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
|
*.fdb_latexmk
|
||||||
*.log
|
*.log
|
||||||
*.pdf
|
*.pdf
|
||||||
|
*.toc
|
||||||
|
|
||||||
# vim swap file
|
# vim swap file
|
||||||
*.swp
|
*.swp
|
||||||
|
|
27
main.tex
27
main.tex
|
@ -6,7 +6,17 @@
|
||||||
\usepackage{graphicx,import}
|
\usepackage{graphicx,import}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{url}
|
\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}
|
\pagestyle{fancy}
|
||||||
\fancyhf{}
|
\fancyhf{}
|
||||||
|
@ -18,11 +28,20 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
\thispagestyle{empty}
|
||||||
\begin{center}
|
\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}
|
\end{center}
|
||||||
|
|
||||||
\import{images/}{test.pdf_tex}
|
\tableofcontents
|
||||||
|
|
||||||
|
\newpage
|
||||||
|
|
||||||
|
\section{plop}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
fancyhdr
|
fancyhdr
|
||||||
|
import
|
||||||
|
|
Loading…
Reference in a new issue