diff options
| -rw-r--r-- | cv.tex | 4 | ||||
| -rw-r--r-- | yaac-another-awesome-cv/yaac-another-awesome-cv.cls | 8 |
2 files changed, 10 insertions, 2 deletions
@@ -8,13 +8,13 @@ %\photo{2.5cm}{darwiin.png} \socialinfo{ \email{csa@suren.me} + \telegram{@csa7fff} % \smartphone{+49 (176) 438-53094} - \skype{csa8000} \website{http://suren.me}{http://suren.me} \vspace{0.5em} \scholar{0Qa5rG8AAAAJ}{Scholar}\\ -% \orcid{0000-0002-2909-6363}{OrcID} + \orcid{0000-0002-2909-6363}{OrcID} \linkedin{suren-chilingaryan-5501636} % \rg{Suren-Chilingaryan-2}{ResearchGate} diff --git a/yaac-another-awesome-cv/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv/yaac-another-awesome-cv.cls index 6d47c5f..a025ccc 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}{ @@ -734,6 +738,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 +795,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\\} |
