diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-07-11 23:04:16 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-07-11 23:04:16 +0100 |
| commit | d1c9f7479688b89f0813d8dad82668fbaa9d0296 (patch) | |
| tree | 3b85ad1c4e07bee56278e8fda66695f90c972e2e | |
| parent | e7c2d6d59f6252f2073657cecb940225128e6796 (diff) | |
Adding cover
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | main.tex | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,7 @@ default: target\ SOURCES=images/\ papers/\ + COVER.pdf\ main.tex\ 00-titlepage.tex\ 01-foreword.tex\ @@ -112,12 +112,16 @@ % MAIN \begin{document} +\includepdf{COVER.pdf} +\thispagestyle{empty} \frontmatter \include{00-titlepage} \include{01-foreword} \include{02-letter-ed} \include{03-acknowledgements} \tableofcontents +\clearpage +\thispagestyle{empty} \mainmatter \include{papers/1} |
