diff --git a/tests/testdata/test_generate_latex_file/classic_empty.tex b/tests/testdata/test_generate_latex_file/classic_empty.tex index 6207988..96d71f8 100644 --- a/tests/testdata/test_generate_latex_file/classic_empty.tex +++ b/tests/testdata/test_generate_latex_file/classic_empty.tex @@ -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 }{ diff --git a/tests/testdata/test_generate_latex_file/classic_filled.tex b/tests/testdata/test_generate_latex_file/classic_filled.tex index 2804793..35b068a 100644 --- a/tests/testdata/test_generate_latex_file/classic_filled.tex +++ b/tests/testdata/test_generate_latex_file/classic_filled.tex @@ -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 }{ diff --git a/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex b/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex index f9829b9..41e229f 100644 --- a/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex +++ b/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex @@ -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,14 +126,13 @@ }% }% -% 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} diff --git a/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex b/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex index 2d404b4..f54d5f0 100644 --- a/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex +++ b/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex @@ -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 John Doe - 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 \begin{header} \fontsize{25 pt}{25 pt} \textbf{John Doe} @@ -146,23 +139,23 @@ \vspace{0.3 cm} \normalsize - \mbox{\hrefWithoutArrow{tel:+905419999999}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99}} + \mbox{\href{tel:+905419999999}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{mailto:johndoe@example.com}{\color{black}{\small\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com}} + \mbox{\href{mailto:johndoe@example.com}{\color{black}{\small\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com}} \hspace*{0.5 cm} \mbox{\color{black}{\small\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://example.com/}{\color{black}{\small\faLink}\hspace*{0.13cm}example.com}} + \mbox{\href{https://example.com/}{\color{black}{\small\faLink}\hspace*{0.13cm}example.com}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://linkedin.com/in/johndoe}{\color{black}{\small\faLinkedinIn}\hspace*{0.13cm}johndoe}} + \mbox{\href{https://linkedin.com/in/johndoe}{\color{black}{\small\faLinkedinIn}\hspace*{0.13cm}johndoe}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://github.com/johndoe}{\color{black}{\small\faGithub}\hspace*{0.13cm}johndoe}} + \mbox{\href{https://github.com/johndoe}{\color{black}{\small\faGithub}\hspace*{0.13cm}johndoe}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://instagram.com/johndoe}{\color{black}{\small\faInstagram}\hspace*{0.13cm}johndoe}} + \mbox{\href{https://instagram.com/johndoe}{\color{black}{\small\faInstagram}\hspace*{0.13cm}johndoe}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\color{black}{\small\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000}} + \mbox{\href{https://orcid.org/0000-0000-0000-0000}{\color{black}{\small\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://mastodon.social/@johndoe@example}{\color{black}{\small\faMastodon}\hspace*{0.13cm}@johndoe@example}} + \mbox{\href{https://mastodon.social/@johndoe@example}{\color{black}{\small\faMastodon}\hspace*{0.13cm}@johndoe@example}} \hspace*{0.5 cm} \end{header} @@ -208,57 +201,49 @@ \section{Publication Entries} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} - \end{twocolentry} + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \vspace{0.10 cm} - \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}\end{twocolentry} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}\end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \vspace{0.10 cm} - IEEE Transactions on Applied Superconductivity\end{twocolentry} + IEEE Transactions on Applied Superconductivity\end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \vspace{0.10 cm} - \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)\end{twocolentry} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)\end{onecolentry} @@ -266,314 +251,258 @@ \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company}\end{onecolentry} - + \textbf{Software Engineer}, Some \textbf{Company} \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} @@ -581,626 +510,514 @@ \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering\end{onecolentry} - + \textbf{Boğaziçi University}, Mechanical Engineering \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{onecolentry} - + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} + \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} @@ -1208,314 +1025,258 @@ \begin{onecolentry} - \textbf{My Project}\end{onecolentry} - + \textbf{My Project} \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{My Project} -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - + \textbf{My Project} -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{My Project} \begin{highlights} + \textbf{My Project} \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \textbf{My Project} -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project}\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex index 6207988..96d71f8 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex @@ -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 }{ diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex index 2804793..35b068a 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex @@ -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 }{ diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex index f9829b9..41e229f 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex @@ -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,14 +126,13 @@ }% }% -% 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} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex index 2d404b4..f54d5f0 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex @@ -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 John Doe - 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 \begin{header} \fontsize{25 pt}{25 pt} \textbf{John Doe} @@ -146,23 +139,23 @@ \vspace{0.3 cm} \normalsize - \mbox{\hrefWithoutArrow{tel:+905419999999}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99}} + \mbox{\href{tel:+905419999999}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{mailto:johndoe@example.com}{\color{black}{\small\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com}} + \mbox{\href{mailto:johndoe@example.com}{\color{black}{\small\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com}} \hspace*{0.5 cm} \mbox{\color{black}{\small\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://example.com/}{\color{black}{\small\faLink}\hspace*{0.13cm}example.com}} + \mbox{\href{https://example.com/}{\color{black}{\small\faLink}\hspace*{0.13cm}example.com}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://linkedin.com/in/johndoe}{\color{black}{\small\faLinkedinIn}\hspace*{0.13cm}johndoe}} + \mbox{\href{https://linkedin.com/in/johndoe}{\color{black}{\small\faLinkedinIn}\hspace*{0.13cm}johndoe}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://github.com/johndoe}{\color{black}{\small\faGithub}\hspace*{0.13cm}johndoe}} + \mbox{\href{https://github.com/johndoe}{\color{black}{\small\faGithub}\hspace*{0.13cm}johndoe}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://instagram.com/johndoe}{\color{black}{\small\faInstagram}\hspace*{0.13cm}johndoe}} + \mbox{\href{https://instagram.com/johndoe}{\color{black}{\small\faInstagram}\hspace*{0.13cm}johndoe}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\color{black}{\small\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000}} + \mbox{\href{https://orcid.org/0000-0000-0000-0000}{\color{black}{\small\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000}} \hspace*{0.5 cm} - \mbox{\hrefWithoutArrow{https://mastodon.social/@johndoe@example}{\color{black}{\small\faMastodon}\hspace*{0.13cm}@johndoe@example}} + \mbox{\href{https://mastodon.social/@johndoe@example}{\color{black}{\small\faMastodon}\hspace*{0.13cm}@johndoe@example}} \hspace*{0.5 cm} \end{header} @@ -208,57 +201,49 @@ \section{Publication Entries} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} - \end{twocolentry} + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \vspace{0.10 cm} - \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}\end{twocolentry} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}\end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \vspace{0.10 cm} - IEEE Transactions on Applied Superconductivity\end{twocolentry} + IEEE Transactions on Applied Superconductivity\end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \begin{onecolentry} + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \hfill Sept. 2021 \vspace{0.10 cm} \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \vspace{0.10 cm} - \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)\end{twocolentry} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)\end{onecolentry} @@ -266,314 +251,258 @@ \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company}\end{onecolentry} - + \textbf{Software Engineer}, Some \textbf{Company} \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} @@ -581,626 +510,514 @@ \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering\end{onecolentry} - + \textbf{Boğaziçi University}, Mechanical Engineering \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{onecolentry} - + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering \begin{highlights} - \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. - \item Did that. - \end{highlights} - \end{twocolentry} - + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} + \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} @@ -1208,314 +1025,258 @@ \begin{onecolentry} - \textbf{My Project}\end{onecolentry} - + \textbf{My Project} \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{My Project} -- Istanbul, Turkey\end{onecolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - + \textbf{My Project} -- Istanbul, Turkey \hfill + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{My Project} \begin{highlights} + \textbf{My Project} \hfill Sept. 2015 to present + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} - \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} \begin{onecolentry} - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \textbf{My Project} -- Istanbul, Turkey \hfill Jan. 2024 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} + + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} + \vspace{0.1 cm} + + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project}\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - - - \vspace{0.1 cm} - - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Jan. 2024 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Jan. 2024 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project}\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2015 to present - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2015 to present + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} \begin{highlights} + \begin{onecolentry} + \textbf{My Project} \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} \vspace{0.1 cm} - \begin{twocolentry}{ - Sept. 2021 - } - \textbf{My Project} -- Istanbul, Turkey \begin{highlights} + \begin{onecolentry} + \textbf{My Project} -- Istanbul, Turkey \hfill Sept. 2021 + \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} - \end{twocolentry} - + \end{onecolentry} diff --git a/tests/testdata/test_latex_to_pdf/classic_empty.pdf b/tests/testdata/test_latex_to_pdf/classic_empty.pdf index a129e43..ba2f1aa 100644 Binary files a/tests/testdata/test_latex_to_pdf/classic_empty.pdf and b/tests/testdata/test_latex_to_pdf/classic_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/classic_filled.pdf b/tests/testdata/test_latex_to_pdf/classic_filled.pdf index fcc6832..5f1d213 100644 Binary files a/tests/testdata/test_latex_to_pdf/classic_filled.pdf and b/tests/testdata/test_latex_to_pdf/classic_filled.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf b/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf index 5902a94..3f52350 100644 Binary files a/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf and b/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf b/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf index ef793e4..7760a90 100644 Binary files a/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf and b/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf b/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf index 82247a2..8f56922 100644 Binary files a/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf and b/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf b/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf index f3359e0..866d85a 100644 Binary files a/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf and b/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf b/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf index 2c59b92..ac304c9 100644 Binary files a/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf and b/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf b/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf index 3a0907e..aefb0f2 100644 Binary files a/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf and b/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf differ