mirror of https://github.com/eyhc1/rendercv.git
update Preamble of the classic theme
This commit is contained in:
parent
d700c87a50
commit
238278764a
|
@ -14,7 +14,7 @@
|
|||
\usepackage{tabularx} % for making tables with fixed width columns
|
||||
\usepackage{array} % tabularx requires this
|
||||
\usepackage[dvipsnames]{xcolor} % for coloring text
|
||||
\definecolor{primaryColor}{RGB}{<<design.primary_color.as_rgb_tuple()|join(", ")>>} % define primary color
|
||||
\definecolor{primaryColor}{RGB}{<<design.color.as_rgb_tuple()|join(", ")>>} % define primary color
|
||||
\usepackage{enumitem} % for customizing lists
|
||||
\usepackage{fontawesome5} % for using icons
|
||||
\usepackage[
|
||||
|
@ -34,7 +34,9 @@
|
|||
\setcounter{secnumdepth}{0} % no section numbering
|
||||
\setlength{\parindent}{0pt} % no indentation
|
||||
\setlength{\topskip}{0pt} % no top skip
|
||||
((# \pagenumbering{gobble} % no page numbering #))
|
||||
((* if disable_page_numbering *))
|
||||
\pagenumbering{gobble} % no page numbering
|
||||
((* endif *))
|
||||
\makeatletter
|
||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||
|
|
Loading…
Reference in New Issue