|
30 | 30 | \RequirePackage{tikz} % Package for drawings
|
31 | 31 | \RequirePackage{array} % Package for better tables options
|
32 | 32 | \RequirePackage{titlesec} % Package for customizing titles
|
| 33 | +\RequirePackage{fancyhdr} |
33 | 34 |
|
34 | 35 | \RequirePackage[T1]{fontenc} % Package for font encoding
|
35 | 36 | \RequirePackage{fouriernc} % Package with the font
|
|
45 | 46 | \RequirePackage{graphicx} % Package for images
|
46 | 47 | \RequirePackage{multirow} % Package for multirows
|
47 | 48 | \RequirePackage{nicefrac} % Package for better text fractions
|
| 49 | +\RequirePackage{makecell} % Package for better cell formatting |
48 | 50 |
|
49 | 51 | \tcbuselibrary{most} % Loads tcolorbox options
|
50 | 52 | \DeclareMathAlphabet{\mathcal}{OMS}{zplm}{m}{n}
|
|
452 | 454 |
|
453 | 455 | %% --- TitleSec options
|
454 | 456 |
|
455 |
| -\titleformat{\chapter}[display]{\vspace{-40pt}\fontsize{20pt}{20pt}\selectfont}{\textsc{\textcolor{gray!20}{\raisebox{43pt}{Chapter}\fontsize{120pt}{120pt}\selectfont{\thechapter}}}}{0pt}{\vspace{-47pt}\fontsize{24pt}{24pt}\selectfont\quad} |
| 457 | +\titleformat{\chapter}[display]{\vspace{-40pt}\fontsize{20pt}{20pt}\selectfont}{\textsc{\textcolor{gray!30}{\raisebox{43pt}{Chapter}\fontsize{120pt}{120pt}\selectfont{\thechapter}}}}{0pt}{\vspace{-47pt}\fontsize{24pt}{24pt}\selectfont\quad} |
456 | 458 |
|
457 | 459 |
|
| 460 | +%% --- FancyHDR options |
| 461 | + |
| 462 | +\fancypagestyle{fancy}{% |
| 463 | + \fancyhf{} |
| 464 | + %\fancyfoot[C]{\footnotesize Made by \href{https://www.leonardobiason.com}{Leonardo Biason} \copyright 2022-2024 - Please refer to the \hyperref[chap:introduction]{introduction} if you want to share this material \normalsize} |
| 465 | + %\fancyhead[R]{\nouppercase{\rightmark}} |
| 466 | + \fancyfoot[R]{Page \textbf{\thepage}} |
| 467 | + %\renewcommand{\footrulewidth}{0.4pt} |
| 468 | + \renewcommand{\headrulewidth}{0pt} |
| 469 | +} |
| 470 | + |
| 471 | +\fancypagestyle{plain}{% |
| 472 | + \fancyhf{} |
| 473 | + %\fancyfoot[C]{\footnotesize Made by \href{https://www.leonardobiason.com}{Leonardo Biason} \copyright 2022-2024 - Please refer to the \hyperref[chap:introduction]{introduction} if you want to share this material \normalsize} |
| 474 | + %\fancyhead[R]{\nouppercase{\rightmark}} |
| 475 | + \fancyfoot[R]{Page \textbf{\thepage}} |
| 476 | + %\renewcommand{\footrulewidth}{0.4pt} |
| 477 | +} |
| 478 | + |
458 | 479 |
|
459 | 480 | %% --- Post-Load setups
|
460 | 481 | \geometry{
|
461 |
| - left=\marleft , |
462 |
| - right=\marright , |
463 |
| - top=\martop , |
| 482 | + left=\marleft, |
| 483 | + right=\marright, |
| 484 | + top=\martop, |
464 | 485 | bottom=\marbottom
|
465 |
| -} |
| 486 | +} |
| 487 | + |
| 488 | +\pagestyle{fancy} |
0 commit comments