Updated formatting

This commit is contained in:
Sayantan Santra 2022-06-08 02:28:49 -05:00
parent a1a8ae04a0
commit 2a3a2f7cb8
2 changed files with 15 additions and 2 deletions

BIN
CV.pdf (Stored with Git LFS)

Binary file not shown.

13
CV.tex
View File

@ -6,6 +6,19 @@
\usepackage{enumitem} \usepackage{enumitem}
\usepackage{array, xcolor} \usepackage{array, xcolor}
\usepackage{longtable} \usepackage{longtable}
\usepackage{lastpage}
\usepackage{fancyhdr}
\fancyhf{}
\fancyhead[L]{Curriculum Vitae}\fancyhead[R]{Sayantan Santra}
\fancyfoot[R]{\footnotesize Page \thepage \space of \pageref{LastPage}}
\pagestyle{fancy}
\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
\fancyfoot[R]{\footnotesize Page \thepage\ of \pageref{LastPage}}
}
\definecolor{lightgray}{gray}{0.8} \definecolor{lightgray}{gray}{0.8}
\newcolumntype{L}{>{\raggedleft}p{0.18\textwidth}} \newcolumntype{L}{>{\raggedleft}p{0.18\textwidth}}