diff options
author | Mateja <mail@matejamaric.com> | 2021-02-10 18:55:34 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-10 18:55:34 +0100 |
commit | eab1ef197408942f88817c43d5fe9a1d212ce053 (patch) | |
tree | a2648b1f9e0b319cb3d49d06aa192e0509986577 | |
parent | ff9f7f8cfc608a8ee60adb7675ef8f1b6d8a8d67 (diff) | |
download | cv-eab1ef197408942f88817c43d5fe9a1d212ce053.tar.gz cv-eab1ef197408942f88817c43d5fe9a1d212ce053.zip |
Add info commands.
-rw-r--r-- | myCV_Class.cls | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/myCV_Class.cls b/myCV_Class.cls index 0096dbe..db0507b 100644 --- a/myCV_Class.cls +++ b/myCV_Class.cls @@ -14,3 +14,15 @@ % Add Font Awesome \RequirePackage{fontawesome} + +\newcommand*{\email}[1] { + \def\@email{{\small\faEnvelope}~#1} +} + +\newcommand*{\homepage}[1] { + \def\@homepage{{\small\faGlobe}~#1} +} + +\newcommand*{\github}[1] { + \def\@github{{\small\faGithub}~#1} +} |