add position part to header
This commit is contained in:
		@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user