improve the classic theme

This commit is contained in:
Sina Atalay 2023-11-17 22:41:15 +01:00
parent c9dd38cbc2
commit 0c591c3d69
3 changed files with 7 additions and 6 deletions

View File

@ -42,7 +42,7 @@
\makeatletter
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
\patchcmd{\ps@customFooterStyle}{\thepage}{
\color{gray}\textit{<<cv.name>> | Page \thepage{} of \pageref*{LastPage}}
\color{gray}\textit{\small <<cv.name>> | Page \thepage{} of \pageref*{LastPage}}
}{}{} % replace number by desired string
\makeatother
\pagestyle{customFooterStyle}
@ -122,7 +122,7 @@
% save the original href command in a new command:
\let\hrefWithoutArrow\href
% new command for external links:
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{#2\, \raisebox{.1ex}{\footnotesize \faExternalLink*}}}
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{#2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}
\begin{document}
((* if theme_options.show_last_updated_date *))

View File

@ -80,13 +80,13 @@
\begin{tabularx}{\textwidth-<<theme_options.margins.entry_area.left_and_right|divide_length_by(0.5)>>-0.13cm}{K{<<theme_options.margins.entry_area.left_and_right>>} R{<<theme_options.date_and_location_width>>}}
\textbf{<<title>>}
\vspace{<<theme_options.margins.entry_area.vertical_between|divide_length_by(2)>>}
\vspace{<<theme_options.margins.highlights_area.vertical_between_bullet_points>>}
<<authors|abbreviate_names|join(", ")|make_it_bold(cv.name|abbreviate_name)|make_it_italic(cv.name|abbreviate_name)>>
\vspace{<<theme_options.margins.entry_area.vertical_between|divide_length_by(2)>>}
\vspace{<<theme_options.margins.highlights_area.vertical_between_bullet_points>>}
DOI: \href{<<doi_url>>}{<<doi>>}
\href{<<doi_url>>}{<<doi>>} (<<journal>>)
&
<<date>>

View File

@ -4,7 +4,8 @@
((* if loop.first *))
\begin{highlights}
((* endif *))
\item <<item|markdown_to_latex>>
\item <<item|markdown_to_latex>> ((* if loop.last *))\hspace*{-0.2cm}((* endif *))
((* if loop.last *))
\end{highlights}
((* endif *))