mirror of https://github.com/eyhc1/rendercv.git
sb2nov: refactor Preamble.j2.tex
This commit is contained in:
parent
46a2cb7c16
commit
dfb2865145
|
@ -35,7 +35,10 @@
|
||||||
\usepackage{calc} % for calculating lengths
|
\usepackage{calc} % for calculating lengths
|
||||||
\usepackage[pscoord]{eso-pic} % for floating text on the page
|
\usepackage[pscoord]{eso-pic} % for floating text on the page
|
||||||
\usepackage{lastpage} % for getting the total number of pages
|
\usepackage{lastpage} % for getting the total number of pages
|
||||||
|
|
||||||
|
% Ensure that generate pdf is machine readable/ATS parsable
|
||||||
\input{glyphtounicode}
|
\input{glyphtounicode}
|
||||||
|
\pdfgentounicode=1
|
||||||
|
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\fancyhf{} % clear all header and footer fields
|
\fancyhf{} % clear all header and footer fields
|
||||||
|
@ -71,8 +74,6 @@
|
||||||
\scshape\raggedright\large
|
\scshape\raggedright\large
|
||||||
}{}{0em}{}[\color{black}\titlerule]
|
}{}{0em}{}[\color{black}\titlerule]
|
||||||
|
|
||||||
% Ensure that generate pdf is machine readable/ATS parsable
|
|
||||||
\pdfgentounicode=1
|
|
||||||
|
|
||||||
|
|
||||||
\newcolumntype{R}[1]{
|
\newcolumntype{R}[1]{
|
||||||
|
|
Loading…
Reference in New Issue