forked from mirrors/Awesome-CV
add position part to header
This commit is contained in:
parent
7340185e2c
commit
444e16d085
5 changed files with 7 additions and 6 deletions
|
@ -206,6 +206,7 @@
|
|||
% For fundamental structures
|
||||
\newcommand*{\headerfirstnamestyle}[1]{{\fontsize{32pt}{1em}\headerfontlight\color{graytext} #1}}
|
||||
\newcommand*{\headerlastnamestyle}[1]{{\fontsize{32pt}{1em}\headerfont\bfseries\color{text} #1}}
|
||||
\newcommand*{\headerpositionstyle}[1]{{\fontsize{7.6pt}{1em}\bodyfont\scshape\color{awesome} #1}}
|
||||
\newcommand*{\headeraddressstyle}[1]{{\fontsize{8pt}{1em}\headerfont\itshape\color{lighttext} #1}}
|
||||
\newcommand*{\headersocialstyle}[1]{{\fontsize{6.8pt}{1em}\headerfont\color{text} #1}}
|
||||
\newcommand*{\headerquotestyle}[1]{{\fontsize{11pt}{1em}\headerfont\color{awesome} #1}}
|
||||
|
@ -335,10 +336,10 @@
|
|||
\@lastname
|
||||
}
|
||||
\\
|
||||
\vspace{2mm}
|
||||
\headeraddressstyle{
|
||||
\ifthenelse{\isundefined{\@address}}{}{\@address}
|
||||
} \\
|
||||
\vspace{0.4mm}
|
||||
\ifthenelse{\isundefined{\@position}}{}{\headerpositionstyle{\@position\\}}
|
||||
\vspace{0.4mm}
|
||||
\ifthenelse{\isundefined{\@address}}{}{\headeraddressstyle{\@address\\}}
|
||||
\vspace{-0.5mm}
|
||||
\headersocialstyle{
|
||||
\newbool{isstart}
|
||||
|
|
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
|
@ -53,7 +53,7 @@
|
|||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
%%% Optionals
|
||||
\position{Software Engineer}
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\quote{Make the change that you want to see in the world.}
|
||||
|
||||
|
||||
|
|
Binary file not shown.
|
@ -53,7 +53,7 @@
|
|||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
%%% Optionals
|
||||
\position{Software Engineer}
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\quote{Make the change that you want to see in the world.}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue