如何更改 Europasscv 中的页眉和间距?

如何更改 Europasscv 中的页眉和间距?

我的简历使用的是 europasscv 格式,我想调整一些内容。这是 overleaf 中的示例简历:

在此处输入图片描述

我怎样才能将我的名字移到简历第一页的顶部,然后减少简历开头地址、电话号码等之间的空格?

\documentclass[english,a4paper]{europasscv}
\usepackage[english]{babel}

\usepackage[backend=biber,autolang=hyphen,sorting=none,style=numeric,maxbibnames=99,doi=false,isbn=false,maxcitenames=2]{biblatex}
\usepackage{csquotes}
\usepackage{europasscv-bibliography}

\bibliography{europasscv_example}
% in the bibliography, mark all occurrences in bold:
\ecvbibhighlight{Smith}{Katie}{K.}

\ecvname{Katie Smith}
\ecvaddress{12 Strawberry Hill, Dublin 8 Éire/Ireland}
\ecvmobile{+353 555 123 555}
\ecvtelephone{+353 127 6689}
\ecvworkphone{+353 999 888 777}
\ecvemail{[email protected] [email protected]}
\ecvhomepage{www.myhomepage.com www.another-homepage.com}
% \ecvgithubpage{www.github.com/smith}
% \ecvgitlabpage{www.gitlab.com/smith}
% \ecvlinkedinpage{www.linkedin.com/in/katie-smith}
% \ecvorcid[label, link]{0000-0000-0000-0000}
\ecvim{AOL Messenger}{katie.smith}
\ecvim{Google Talk}{ksmith}

相关内容