LaTex CV - Deedy 简历:如何更改章节标题的字体大小?

LaTex CV - Deedy 简历:如何更改章节标题的字体大小?

我正在修改 Deedy CV 模板(链接在这里)。我想更改章节标题的大小。有人知道我该怎么做吗?

在此处输入图片描述

答案1

参见第 63 行deedy-resume-openfont.cls

\scshape\fontspec[Path = fonts/lato/]{Lato-Lig}\fontsize{16pt}{24pt}\selectfont \raggedright\uppercase}{}{0em}{}

将其更改为类似

\scshape\fontspec[Path = fonts/lato/]{Lato-Lig}\fontsize{18pt}{27pt}\selectfont \raggedright\uppercase}{}{0em}{}

你应该会没事的

相关内容