【问题标题】:How to change fontsize of \namesection in latex?如何更改乳胶中 \namesection 的字体大小?
【发布时间】:2021-04-18 07:58:25
【问题描述】:

代码如下:

\namesection{}{John Doe}{ 
\urlstyle{same}
\href{mailto:john.doe@gmail.com}{john.doe\char`@gmail.com} | 666 666 666\\
\href{https://github.com/johndoe}{github.com/johndoe}
}

我想让“John Doe”变小。不幸的是,我只找到了使 \namesection 中的所有字体更小的方法,而不仅仅是“John Doe”字符串。

【问题讨论】:

    标签: text latex overleaf


    【解决方案1】:

    好的,我找到了!

    % Name command
    \newcommand{\namesection}[3]{
    \centering{
    \fontsize{20pt}{30pt}
    

    .cls 文件中的第 42 行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-09-23
      • 2011-03-04
      • 1970-01-01
      相关资源
      最近更新 更多