Skip to content

Add title under name #137

Closed Answered by sinaatalay
yesidc asked this question in Q&A
Jul 23, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi,

You can achieve this by editing the Header.j2.tex file, found in the theme folder that comes with the rendercv new command (see the documentation.)

For example, for the classic theme, the Header.j2.tex file can be updated to this:

\newcommand{\AND}{\unskip
    \cleaders\copy\ANDbox\hskip\wd\ANDbox
    \ignorespaces
}
\newsavebox\ANDbox
\sbox\ANDbox{<<design.seperator_between_connections>>}

((* if not design.disable_last_updated_date *))
\placelastupdatedtext
((* endif *))
((* if cv.name is not none *))
\begin{header}
    \fontsize{<<design.header_font_size>>}{<<design.header_font_size>>}
    \textbf{<<cv.name>>}

    \vspace{<<design.margins.header.vertical_between_name_and_connectio…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yesidc
Comment options

@sinaatalay
Comment options

Answer selected by sinaatalay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants