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
|
\setcounter{secnumdepth}{0} % no section numbering
|
||||||
\setlength{\parindent}{0pt} % no indentation
|
\setlength{\parindent}{0pt} % no indentation
|
||||||
\setlength{\topskip}{0pt} % no top skip
|
\setlength{\topskip}{0pt} % no top skip
|
||||||
|
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||||
((* if design.disable_page_numbering *))
|
((* if design.disable_page_numbering *))
|
||||||
\pagenumbering{gobble} % no page numbering
|
\pagenumbering{gobble} % no page numbering
|
||||||
((* else *))
|
((* else *))
|
||||||
|
@ -62,8 +63,6 @@
|
||||||
"PAGE_NUMBER": "\\thepage{}",
|
"PAGE_NUMBER": "\\thepage{}",
|
||||||
"TOTAL_PAGES": "\pageref*{LastPage}"
|
"TOTAL_PAGES": "\pageref*{LastPage}"
|
||||||
} *))
|
} *))
|
||||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
\setcounter{secnumdepth}{0} % no section numbering
|
\setcounter{secnumdepth}{0} % no section numbering
|
||||||
\setlength{\parindent}{0pt} % no indentation
|
\setlength{\parindent}{0pt} % no indentation
|
||||||
\setlength{\topskip}{0pt} % no top skip
|
\setlength{\topskip}{0pt} % no top skip
|
||||||
|
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||||
((* if design.disable_page_numbering *))
|
((* if design.disable_page_numbering *))
|
||||||
\pagenumbering{gobble} % no page numbering
|
\pagenumbering{gobble} % no page numbering
|
||||||
((* else *))
|
((* else *))
|
||||||
|
@ -62,8 +63,6 @@
|
||||||
"PAGE_NUMBER": "\\thepage{}",
|
"PAGE_NUMBER": "\\thepage{}",
|
||||||
"TOTAL_PAGES": "\pageref*{LastPage}"
|
"TOTAL_PAGES": "\pageref*{LastPage}"
|
||||||
} *))
|
} *))
|
||||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
\setcounter{secnumdepth}{0} % no section numbering
|
\setcounter{secnumdepth}{0} % no section numbering
|
||||||
\setlength{\parindent}{0pt} % no indentation
|
\setlength{\parindent}{0pt} % no indentation
|
||||||
\setlength{\topskip}{0pt} % no top skip
|
\setlength{\topskip}{0pt} % no top skip
|
||||||
|
\setlength{\columnsep}{0cm} % set column seperation
|
||||||
((* if design.disable_page_numbering *))
|
((* if design.disable_page_numbering *))
|
||||||
\pagenumbering{gobble} % no page numbering
|
\pagenumbering{gobble} % no page numbering
|
||||||
((* else *))
|
((* else *))
|
||||||
|
@ -59,8 +60,6 @@
|
||||||
"PAGE_NUMBER": "\\thepage{}",
|
"PAGE_NUMBER": "\\thepage{}",
|
||||||
"TOTAL_PAGES": "\pageref*{LastPage}"
|
"TOTAL_PAGES": "\pageref*{LastPage}"
|
||||||
} *))
|
} *))
|
||||||
\setlength{\columnsep}{0cm} % set column seperation
|
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||||
|
|
Loading…
Reference in New Issue