diff --git a/Assets/template.latex b/Assets/template.tex similarity index 99% rename from Assets/template.latex rename to Assets/template.tex index c840d45..6949001 100644 --- a/Assets/template.latex +++ b/Assets/template.tex @@ -59,7 +59,6 @@ urlcolor=linkcolor, linkcolor=linkcolor } - % colors \definecolor{dark-gray}{gray}{0.15} \definecolor{light-gray}{gray}{0.55} @@ -205,7 +204,7 @@ \begin{tabular}[b]{@{}cl@{}} \faEnvelope & \href{mailto:$email$}{$email$}\\ %{} \faPhone & $phone$\\ - \faGitlab & gitlab.com/$gitlab$\\ + \faGitlab & \href{https://gitlab.com/akasroua}{gitlab.com/$gitlab$}\\ \end{tabular} \end{minipage} & % % PHOTO (right) diff --git a/Makefile b/Makefile index 6bba3e4..f43b89a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ PANDOC_OPTIONS := # Normally this does not need to be changed: # works if the template is local or in ~/.pandoc/templates -PANDOC_TMPL := Assets/template-en.latex +PANDOC_TMPL := Assets/template.tex ## ---- subdirectories (normally, no need to change) ---- diff --git a/Output/CV-Amin-Kasrou-Aouam-en.pdf b/Output/CV-Amin-Kasrou-Aouam-en.pdf index 9ddaf8f..cb66ddc 100644 Binary files a/Output/CV-Amin-Kasrou-Aouam-en.pdf and b/Output/CV-Amin-Kasrou-Aouam-en.pdf differ diff --git a/Output/CV-Amin-Kasrou-Aouam-es.pdf b/Output/CV-Amin-Kasrou-Aouam-es.pdf index 34b3a96..58a0b42 100644 Binary files a/Output/CV-Amin-Kasrou-Aouam-es.pdf and b/Output/CV-Amin-Kasrou-Aouam-es.pdf differ