- Commit
- 31a0cde2eb46e421bf36c9cb3b23e7d43665b6cd
- Parent
- a79b57426010710ed3d8dd4f65acde41e2352fe4
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Made it so that the pages beforen the start of the first chapter are not numbered
Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules
Made it so that the pages beforen the start of the first chapter are not numbered
4 files changed, 21 insertions, 10 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | cover.tex | 3 | 2 | 1 |
Modified | preamble.tex | 15 | 6 | 9 |
Modified | sections/preface.tex | 7 | 7 | 0 |
Modified | tcc.tex | 6 | 6 | 0 |
diff --git a/cover.tex b/cover.tex @@ -10,6 +10,7 @@ % The cover itself \thispagestyle{empty} +\setcounter{page}{0} \begin{tikzpicture}[remember picture,overlay] %%%%%%%%%%%%%%%%%%%% Background %%%%%%%%%%%%%%%%%%%%%%%% \fill[mosgreen] (current page.south west) rectangle (current page.north east); @@ -66,5 +67,5 @@ \clearpage \null \thispagestyle{empty} -\addtocounter{page}{-2} +\setcounter{page}{0} \clearpage
diff --git a/preamble.tex b/preamble.tex @@ -81,16 +81,13 @@ \huge % Make the text larger \itshape % The text is in italics } - {\par % End the paragraph + {\par % End the paragraph \end{center} - \vspace{\stretch{3}} % Space at bottom is three times that at the top - \clearpage % Finish off the page - - \clearpage % Back of the dedication - \null - \thispagestyle{empty} - \addtocounter{page}{-2} - \clearpage + \vspace{\stretch{3}} % Space at bottom is three times that at the top + \clearpage % Finish off the page + \null + \thispagestyle{empty} + \clearpage % Skip a page } % Command to define the subtitle in the cover of the book
diff --git a/sections/preface.tex b/sections/preface.tex @@ -1,5 +1,7 @@ \chapter*{About These Notes} +\thispagestyle{empty} + This is my undergraduate dissertation, produced in 2022 under the supervision of professor Iryna Kashuba of the department of mathematics of the Institute of Mathematics and Statistics of the University of São Paulo (IME-USP), Brazil. @@ -39,3 +41,8 @@ digressions on the relationship between representation theory and geometry. Finally, I would like to thank my dear friend Lucas Dias Schiezari for somehow convincing me to apply for a bachelors degree in pure mathematics. May he rest in peace. + +\newpage + +\thispagestyle{empty} +
diff --git a/tcc.tex b/tcc.tex @@ -19,6 +19,12 @@ \tableofcontents +\thispagestyle{empty} + +\newpage + +\thispagestyle{empty} + \input{sections/introduction} \input{sections/complete-reducibility}