mirror of https://github.com/eyhc1/rendercv.git
add header_font_size option
This commit is contained in:
parent
4b5e675f14
commit
42859ffc07
|
@ -1629,6 +1629,7 @@
|
|||
"font_size": "10pt",
|
||||
"options": {
|
||||
"date_and_location_width": "4.1 cm",
|
||||
"header_font_size": "30 pt",
|
||||
"margins": {
|
||||
"entry_area": {
|
||||
"left_and_right": "0.2 cm",
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
\LenToUnit{\paperwidth-1.35 cm-0.2 cm+0.05cm},
|
||||
\LenToUnit{\paperheight-0.675 cm}
|
||||
){\vtop{{\null}\makebox[0pt][c]{
|
||||
\small\color{gray}\textit{Last updated on November 22, 2023}\hspace{\widthof{Last updated on November 22, 2023}}
|
||||
\small\color{gray}\textit{Last updated on REPLACETHISWITHTODAY}\hspace{\widthof{Last updated on REPLACETHISWITHTODAY}}
|
||||
}}}%
|
||||
}%
|
||||
}%
|
||||
|
@ -123,7 +123,7 @@
|
|||
\placelastupdatedtext
|
||||
|
||||
\begin{header}
|
||||
\Huge
|
||||
\fontsize{30 pt}{30 pt}
|
||||
\textbf{John Doe}
|
||||
|
||||
\vspace{0.2 cm}
|
||||
|
|
Loading…
Reference in New Issue