mirror of https://github.com/eyhc1/rendercv.git
tests: update testdata
This commit is contained in:
parent
836fcd8485
commit
f705015911
|
@ -70,7 +70,7 @@
|
|||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
0pt
|
||||
-1pt
|
||||
}{
|
||||
% top space:
|
||||
0.3 cm
|
||||
|
@ -85,10 +85,12 @@
|
|||
parsep=0.10 cm,
|
||||
partopsep=0pt,
|
||||
itemsep=0pt,
|
||||
leftmargin=0.4 cm + 3pt
|
||||
leftmargin=0.4 cm + 10pt
|
||||
]
|
||||
}{
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-0.20cm}
|
||||
} % new environment for highlights
|
||||
|
||||
|
||||
|
@ -105,7 +107,7 @@
|
|||
\newenvironment{twocolentry}[2][]{
|
||||
\onecolentry
|
||||
\def\secondColumn{#2}
|
||||
\setcolumnwidth{\fill, 4.2cm}
|
||||
\setcolumnwidth{\fill, 4.1 cm}
|
||||
\begin{paracol}{2}
|
||||
}{
|
||||
\switchcolumn \raggedleft \secondColumn
|
||||
|
@ -116,7 +118,7 @@
|
|||
\newenvironment{threecolentry}[3][]{
|
||||
\onecolentry
|
||||
\def\thirdColumn{#3}
|
||||
\setcolumnwidth{1cm, \fill, 4.2cm}
|
||||
\setcolumnwidth{1cm, \fill, 4.1 cm}
|
||||
\begin{paracol}{3}
|
||||
\raggedright #2 \switchcolumn
|
||||
}{
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
0pt
|
||||
-1pt
|
||||
}{
|
||||
% top space:
|
||||
0.3 cm
|
||||
|
@ -85,10 +85,12 @@
|
|||
parsep=0.10 cm,
|
||||
partopsep=0pt,
|
||||
itemsep=0pt,
|
||||
leftmargin=0.4 cm + 3pt
|
||||
leftmargin=0.4 cm + 10pt
|
||||
]
|
||||
}{
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-0.20cm}
|
||||
} % new environment for highlights
|
||||
|
||||
|
||||
|
@ -105,7 +107,7 @@
|
|||
\newenvironment{twocolentry}[2][]{
|
||||
\onecolentry
|
||||
\def\secondColumn{#2}
|
||||
\setcolumnwidth{\fill, 4.2cm}
|
||||
\setcolumnwidth{\fill, 4.1 cm}
|
||||
\begin{paracol}{2}
|
||||
}{
|
||||
\switchcolumn \raggedleft \secondColumn
|
||||
|
@ -116,7 +118,7 @@
|
|||
\newenvironment{threecolentry}[3][]{
|
||||
\onecolentry
|
||||
\def\thirdColumn{#3}
|
||||
\setcolumnwidth{1cm, \fill, 4.2cm}
|
||||
\setcolumnwidth{1cm, \fill, 4.1 cm}
|
||||
\begin{paracol}{3}
|
||||
\raggedright #2 \switchcolumn
|
||||
}{
|
||||
|
|
|
@ -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}{0, 79, 144} % define primary color
|
||||
\definecolor{primaryColor}{RGB}{0, 0, 0} % define primary color
|
||||
\usepackage{enumitem} % for customizing lists
|
||||
\usepackage{fontawesome5} % for using icons
|
||||
\usepackage{amsmath} % for math
|
||||
|
@ -45,21 +45,13 @@
|
|||
\setcounter{secnumdepth}{0} % no section numbering
|
||||
\setlength{\parindent}{0pt} % no indentation
|
||||
\setlength{\topskip}{0pt} % no top skip
|
||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||
|
||||
\makeatletter
|
||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||
\color{gray}\textit{\small None - Page \thepage{} of \pageref*{LastPage}}
|
||||
}{}{} % replace number by desired string
|
||||
\makeatother
|
||||
\pagestyle{customFooterStyle}
|
||||
\pagenumbering{gobble} % no page numbering
|
||||
|
||||
\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule]
|
||||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
0pt
|
||||
-1pt
|
||||
}{
|
||||
% top space:
|
||||
0.3 cm
|
||||
|
@ -79,6 +71,8 @@
|
|||
]
|
||||
}{
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-0.20cm}
|
||||
} % new environment for highlights
|
||||
|
||||
|
||||
|
@ -95,7 +89,7 @@
|
|||
\newenvironment{twocolentry}[2][]{
|
||||
\onecolentry
|
||||
\def\secondColumn{#2}
|
||||
\setcolumnwidth{\fill, 4.2cm}
|
||||
\setcolumnwidth{\fill, }
|
||||
\begin{paracol}{2}
|
||||
}{
|
||||
\switchcolumn \raggedleft \secondColumn
|
||||
|
@ -106,7 +100,7 @@
|
|||
\newenvironment{threecolentry}[3][]{
|
||||
\onecolentry
|
||||
\def\thirdColumn{#3}
|
||||
\setcolumnwidth{1cm, \fill, 4.2cm}
|
||||
\setcolumnwidth{, \fill, }
|
||||
\begin{paracol}{3}
|
||||
\raggedright #2 \switchcolumn
|
||||
}{
|
||||
|
@ -132,13 +126,12 @@
|
|||
}%
|
||||
}%
|
||||
|
||||
% save the original href command in a new command:
|
||||
\let\hrefWithoutArrow\href
|
||||
% new command for external links:
|
||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||
% % save the original href command in a new command:
|
||||
% \let\hrefWithoutArrow\href
|
||||
% % new command for external links:
|
||||
% \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||
|
||||
\begin{document}
|
||||
\placelastupdatedtext
|
||||
|
||||
|
||||
\section{Test}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -70,7 +70,7 @@
|
|||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
0pt
|
||||
-1pt
|
||||
}{
|
||||
% top space:
|
||||
0.3 cm
|
||||
|
@ -85,10 +85,12 @@
|
|||
parsep=0.10 cm,
|
||||
partopsep=0pt,
|
||||
itemsep=0pt,
|
||||
leftmargin=0.4 cm + 3pt
|
||||
leftmargin=0.4 cm + 10pt
|
||||
]
|
||||
}{
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-0.20cm}
|
||||
} % new environment for highlights
|
||||
|
||||
|
||||
|
@ -105,7 +107,7 @@
|
|||
\newenvironment{twocolentry}[2][]{
|
||||
\onecolentry
|
||||
\def\secondColumn{#2}
|
||||
\setcolumnwidth{\fill, 4.2cm}
|
||||
\setcolumnwidth{\fill, 4.1 cm}
|
||||
\begin{paracol}{2}
|
||||
}{
|
||||
\switchcolumn \raggedleft \secondColumn
|
||||
|
@ -116,7 +118,7 @@
|
|||
\newenvironment{threecolentry}[3][]{
|
||||
\onecolentry
|
||||
\def\thirdColumn{#3}
|
||||
\setcolumnwidth{1cm, \fill, 4.2cm}
|
||||
\setcolumnwidth{1cm, \fill, 4.1 cm}
|
||||
\begin{paracol}{3}
|
||||
\raggedright #2 \switchcolumn
|
||||
}{
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
0pt
|
||||
-1pt
|
||||
}{
|
||||
% top space:
|
||||
0.3 cm
|
||||
|
@ -85,10 +85,12 @@
|
|||
parsep=0.10 cm,
|
||||
partopsep=0pt,
|
||||
itemsep=0pt,
|
||||
leftmargin=0.4 cm + 3pt
|
||||
leftmargin=0.4 cm + 10pt
|
||||
]
|
||||
}{
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-0.20cm}
|
||||
} % new environment for highlights
|
||||
|
||||
|
||||
|
@ -105,7 +107,7 @@
|
|||
\newenvironment{twocolentry}[2][]{
|
||||
\onecolentry
|
||||
\def\secondColumn{#2}
|
||||
\setcolumnwidth{\fill, 4.2cm}
|
||||
\setcolumnwidth{\fill, 4.1 cm}
|
||||
\begin{paracol}{2}
|
||||
}{
|
||||
\switchcolumn \raggedleft \secondColumn
|
||||
|
@ -116,7 +118,7 @@
|
|||
\newenvironment{threecolentry}[3][]{
|
||||
\onecolentry
|
||||
\def\thirdColumn{#3}
|
||||
\setcolumnwidth{1cm, \fill, 4.2cm}
|
||||
\setcolumnwidth{1cm, \fill, 4.1 cm}
|
||||
\begin{paracol}{3}
|
||||
\raggedright #2 \switchcolumn
|
||||
}{
|
||||
|
|
|
@ -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}{0, 79, 144} % define primary color
|
||||
\definecolor{primaryColor}{RGB}{0, 0, 0} % define primary color
|
||||
\usepackage{enumitem} % for customizing lists
|
||||
\usepackage{fontawesome5} % for using icons
|
||||
\usepackage{amsmath} % for math
|
||||
|
@ -45,21 +45,13 @@
|
|||
\setcounter{secnumdepth}{0} % no section numbering
|
||||
\setlength{\parindent}{0pt} % no indentation
|
||||
\setlength{\topskip}{0pt} % no top skip
|
||||
\setlength{\columnsep}{0.15cm} % set column seperation
|
||||
|
||||
\makeatletter
|
||||
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
|
||||
\patchcmd{\ps@customFooterStyle}{\thepage}{
|
||||
\color{gray}\textit{\small None - Page \thepage{} of \pageref*{LastPage}}
|
||||
}{}{} % replace number by desired string
|
||||
\makeatother
|
||||
\pagestyle{customFooterStyle}
|
||||
\pagenumbering{gobble} % no page numbering
|
||||
|
||||
\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule]
|
||||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
0pt
|
||||
-1pt
|
||||
}{
|
||||
% top space:
|
||||
0.3 cm
|
||||
|
@ -79,6 +71,8 @@
|
|||
]
|
||||
}{
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-0.20cm}
|
||||
} % new environment for highlights
|
||||
|
||||
|
||||
|
@ -95,7 +89,7 @@
|
|||
\newenvironment{twocolentry}[2][]{
|
||||
\onecolentry
|
||||
\def\secondColumn{#2}
|
||||
\setcolumnwidth{\fill, 4.2cm}
|
||||
\setcolumnwidth{\fill, }
|
||||
\begin{paracol}{2}
|
||||
}{
|
||||
\switchcolumn \raggedleft \secondColumn
|
||||
|
@ -106,7 +100,7 @@
|
|||
\newenvironment{threecolentry}[3][]{
|
||||
\onecolentry
|
||||
\def\thirdColumn{#3}
|
||||
\setcolumnwidth{1cm, \fill, 4.2cm}
|
||||
\setcolumnwidth{, \fill, }
|
||||
\begin{paracol}{3}
|
||||
\raggedright #2 \switchcolumn
|
||||
}{
|
||||
|
@ -132,13 +126,12 @@
|
|||
}%
|
||||
}%
|
||||
|
||||
% save the original href command in a new command:
|
||||
\let\hrefWithoutArrow\href
|
||||
% new command for external links:
|
||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||
% % save the original href command in a new command:
|
||||
% \let\hrefWithoutArrow\href
|
||||
% % new command for external links:
|
||||
% \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||
|
||||
\begin{document}
|
||||
\placelastupdatedtext
|
||||
|
||||
|
||||
\section{Test}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue