mirror of https://github.com/eyhc1/rendercv.git
themes: fix columnsep problem
This commit is contained in:
parent
17a9999607
commit
33d92d2ea0
|
@ -54,6 +54,7 @@
|
|||
\setcounter{secnumdepth}{0} % no section numbering
|
||||
\setlength{\parindent}{0pt} % no indentation
|
||||
\setlength{\topskip}{0pt} % no top skip
|
||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||
((* if design.disable_page_numbering *))
|
||||
\pagenumbering{gobble} % no page numbering
|
||||
((* else *))
|
||||
|
@ -62,8 +63,6 @@
|
|||
"PAGE_NUMBER": "\\thepage{}",
|
||||
"TOTAL_PAGES": "\pageref*{LastPage}"
|
||||
} *))
|
||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||
|
||||
\makeatletter
|
||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
\setcounter{secnumdepth}{0} % no section numbering
|
||||
\setlength{\parindent}{0pt} % no indentation
|
||||
\setlength{\topskip}{0pt} % no top skip
|
||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||
((* if design.disable_page_numbering *))
|
||||
\pagenumbering{gobble} % no page numbering
|
||||
((* else *))
|
||||
|
@ -62,8 +63,6 @@
|
|||
"PAGE_NUMBER": "\\thepage{}",
|
||||
"TOTAL_PAGES": "\pageref*{LastPage}"
|
||||
} *))
|
||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||
|
||||
\makeatletter
|
||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
\setcounter{secnumdepth}{0} % no section numbering
|
||||
\setlength{\parindent}{0pt} % no indentation
|
||||
\setlength{\topskip}{0pt} % no top skip
|
||||
\setlength{\columnsep}{0cm} % set column seperation
|
||||
((* if design.disable_page_numbering *))
|
||||
\pagenumbering{gobble} % no page numbering
|
||||
((* else *))
|
||||
|
@ -59,8 +60,6 @@
|
|||
"PAGE_NUMBER": "\\thepage{}",
|
||||
"TOTAL_PAGES": "\pageref*{LastPage}"
|
||||
} *))
|
||||
\setlength{\columnsep}{0cm} % set column seperation
|
||||
|
||||
\makeatletter
|
||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||
|
|
Loading…
Reference in New Issue