From fb6ac2cd0268f9435f38db7600ff7941f26fa3d3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 14 Nov 2025 00:53:10 +0100 Subject: add telegram support --- cv.tex | 4 ++-- yaac-another-awesome-cv/yaac-another-awesome-cv.cls | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cv.tex b/cv.tex index 5f1a368..0e366e4 100644 --- a/cv.tex +++ b/cv.tex @@ -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{} \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{}{} \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 {} [][at]{Details} \newcommand\event[2]{\enspace #1 & #2\\} -- cgit v1.2.3