diff options
Diffstat (limited to 'yaac-another-awesome-cv')
| -rw-r--r-- | yaac-another-awesome-cv/yaac-another-awesome-cv.cls | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/yaac-another-awesome-cv/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv/yaac-another-awesome-cv.cls index 6d47c5f..0da75fe 100644 --- a/yaac-another-awesome-cv/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv/yaac-another-awesome-cv.cls @@ -339,6 +339,10 @@ % Usage: \smartphone{<mobile phone number>} \newcommand*\smartphone[1]{\socialtext{\mobileSymbol}{#1}} +% Render author's telegram acoount (optional) +% Usage: \telegram{@telegram_id} +\newcommand*\telegram[1]{\socialtext{\faTelegram}{#1}} + % Render author's tagline \newcommand\resumetitle[1]{ \ifundef{\@alternative}{ @@ -391,12 +395,20 @@ \user{\@firstname}{\@lastname}\\ \resumetitle{\@tagline} } - \vskip-\topskip\vskip0.3em\rule{\linewidth}{0.1pt} - \smallskip - \begin{tabular}{>{\raggedright}m{\topleftcolumnlength} m{\toprightcolumnlength}} - \noalign{\vskip\topoffset} - \small{\@socialinfo} & \@headermsg - \end{tabular} + +% \vskip-\topskip\vskip0.3em\rule{\linewidth}{0.1pt} +% \smallskip +% \begin{tabular}{>{\raggedright}m{\topleftcolumnlength} m{\toprightcolumnlength}} +% \noalign{\vskip\topoffset} +% \small{\@socialinfo} & \@headermsg +% \end{tabular} + + \small{\@socialinfo} + \vskip-\topskip\vskip0.3em\rule{\linewidth}{0.1pt} + \end{minipage} + + \begin{minipage}{\linewidth} + \@headermsg \end{minipage} \ifdef{\@photodiameter}{ @@ -734,6 +746,8 @@ \newenvironment{categories}{\begin{tabular}{C K}}{\end{tabular}} \newenvironment{jobs}{\begin{longtable}{C K}}{\end{longtable}} \newenvironment{events}{\begin{longtable}{L | R}}{\end{longtable}} +%\newenvironment{competences}{\begin{itemize}}{\end{itemize}} +\newenvironment{competences}{\begin{tabular}{C K}}{\end{tabular}} %\setlength{\arrayrulewidth}{1mm} %\makeatletter @@ -789,6 +803,8 @@ % Usage: \category{<name>}{<keywords>} \newcommand\category[2]{ \textbf{#1} & #2 \\} %\newcommand\category[2]{ #1 & #2 \\} +%\newcommand\competence[2]{ \item{\textbf{#1}: #2} } +\newcommand\competence[2]{ \textbf{#1} & #2 \\} % Usage: \event {<dates>} [<Title>][at]{Details} \newcommand\event[2]{\enspace #1 & #2\\} |
