diff --git a/assets/background.png b/assets/background.png new file mode 100644 index 0000000..b970fc7 Binary files /dev/null and b/assets/background.png differ diff --git a/src/main.tex b/src/main.tex index ce5fb07..f11dd60 100644 --- a/src/main.tex +++ b/src/main.tex @@ -40,6 +40,19 @@ This version was compiled on \today{} at \currenttime{}. \makeflyleaf{} +\begin{titlepage} + \begin{tikzpicture}[overlay,remember picture,line width=5pt] + \node at (current page.center) {\includegraphics{assets/background.png}}; + \node at (current page.south) [% + draw=red, + inner sep=15pt, + fill=white, + above=5cm, + font=\sffamily\bfseries\Huge + ] {The book title}; + \end{tikzpicture} +\end{titlepage} + \tableofcontents \input{plan} diff --git a/src/plan.tex b/src/plan.tex index 826ce84..1e69ad7 100644 --- a/src/plan.tex +++ b/src/plan.tex @@ -1,26 +1,26 @@ -\frontmatter{} - -\input{introduction/main} -\resetstyle{} - -\mainmatter{} - -\input{foreword/main} -\resetstyle{} - -\input{state-of-the-art/main} -\resetstyle{} - -\input{preliminary-work/main} -\resetstyle{} - -\input{dash-3d/main} -\resetstyle{} - -\input{system-bookmarks/main} -\resetstyle{} - -\backmatter{} - -\input{conclusion/main} - +% \frontmatter{} +% +% \input{introduction/main} +% \resetstyle{} +% +% \mainmatter{} +% +% \input{foreword/main} +% \resetstyle{} +% +% \input{state-of-the-art/main} +% \resetstyle{} +% +% \input{preliminary-work/main} +% \resetstyle{} +% +% \input{dash-3d/main} +% \resetstyle{} +% +% \input{system-bookmarks/main} +% \resetstyle{} +% +% \backmatter{} +% +% \input{conclusion/main} +%