Updated formatting
This commit is contained in:
parent
a1a8ae04a0
commit
2a3a2f7cb8
2 changed files with 15 additions and 2 deletions
BIN
CV.pdf
(Stored with Git LFS)
BIN
CV.pdf
(Stored with Git LFS)
Binary file not shown.
13
CV.tex
13
CV.tex
|
@ -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}}
|
||||||
|
|
Loading…
Reference in a new issue