themes: fix columnsep problem

This commit is contained in:
Sina Atalay 2024-04-16 14:08:01 +03:00
parent 17a9999607
commit 33d92d2ea0
3 changed files with 3 additions and 6 deletions

View File

@ -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}{

View File

@ -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}{

View File

@ -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}{