File tree 4 files changed +13
-0
lines changed
4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 346
346
% Usage: \hackerrank{<Hackerrank profile name>}
347
347
\newcommand *{\hackerrank }[1]{\def\@hackerrank {#1}}
348
348
349
+ % Defines writer's Telegram (optional)
350
+ % Usage: \telegram{<Telegram username>}
351
+ \newcommand *{\telegram }[1]{\def\@telegram {#1}}
352
+
349
353
% Defines writer's google scholar profile (optional)
350
354
% Usage: \googlescholar{<googlescholar userid>}{<googlescholar username>}
351
355
% e.g.https://scholar.google.co.uk/citations?user=wpZDx1cAAAAJ
593
597
\ifbool {isstart}{\setbool {isstart}{false}}{\acvHeaderSocialSep }%
594
598
\href {https://www.hackerrank.com/\@hackerrank}{\faHackerrank\acvHeaderIconSep\@hackerrank }%
595
599
}%
600
+ \ifthenelse {\isundefined {\@telegram }}%
601
+ {}%
602
+ {%
603
+ \ifbool {isstart}{\setbool {isstart}{false}}{\acvHeaderSocialSep }%
604
+ \href {https://t.me/\@telegram}{\faTelegram\acvHeaderIconSep\@telegram }%
605
+ }%
596
606
\ifthenelse {\isundefined {\@googlescholarid }}%
597
607
{}%
598
608
{%
Original file line number Diff line number Diff line change 69
69
% \medium{madium-id}
70
70
% \kaggle{kaggle-id}
71
71
% \hackerrank{hackerrank-id}
72
+ % \telegram{telegram-username}
72
73
% \googlescholar{googlescholar-id}{name-to-display}
73
74
% % \firstname and \lastname will be used
74
75
% \googlescholar{googlescholar-id}{}
Original file line number Diff line number Diff line change 69
69
% \medium{medium-id}
70
70
% \kaggle{kaggle-id}
71
71
% \hackerrank{hackerrank-id}
72
+ % \telegram{telegram-username}
72
73
% \googlescholar{googlescholar-id}{name-to-display}
73
74
% % \firstname and \lastname will be used
74
75
% \googlescholar{googlescholar-id}{}
Original file line number Diff line number Diff line change 69
69
% \medium{madium-id}
70
70
% \kaggle{kaggle-id}
71
71
% \hackerrank{hackerrank-id}
72
+ % \telegram{telegram-username}
72
73
% \googlescholar{googlescholar-id}{name-to-display}
73
74
% % \firstname and \lastname will be used
74
75
% \googlescholar{googlescholar-id}{}
You can’t perform that action at this time.
0 commit comments