summaryrefslogtreecommitdiff
path: root/mcv.cls
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-26 12:53:27 +0100
committerMateja <mail@matejamaric.com>2021-03-26 12:53:27 +0100
commita07cc68a2dcf7549d01cf2ef355799592947281b (patch)
treec33ca6a24168eb417dbb58b8a96e88d0e58521a2 /mcv.cls
parentbeedcd08da64369fda993edbfa9feac4d3b5ec46 (diff)
downloadcv-a07cc68a2dcf7549d01cf2ef355799592947281b.tar.gz
cv-a07cc68a2dcf7549d01cf2ef355799592947281b.zip
New version using AltaCV class.v2.0.0
Diffstat (limited to 'mcv.cls')
-rw-r--r--mcv.cls59
1 files changed, 0 insertions, 59 deletions
diff --git a/mcv.cls b/mcv.cls
deleted file mode 100644
index d79ebdb..0000000
--- a/mcv.cls
+++ /dev/null
@@ -1,59 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-
-\ProvidesClass{mcv}
-
-\LoadClass[a4paper,10pt]{article}
-
-\RequirePackage[utf8]{inputenc}
-\RequirePackage[margin=25mm]{geometry}
-
-\RequirePackage{hyperref}
-
-\RequirePackage{titling}
-\RequirePackage{titlesec}
-
-% Set default font to Fira Sans Light using sfdefault option
-\RequirePackage[sfdefault,light]{FiraSans}
-
-% \RequirePackage[defaultsans]{opensans}
-% \renewcommand{\familydefault}{\sfdefault}
-
-% Add Font Awesome
-\RequirePackage{fontawesome}
-
-% Info commands
-\newcommand*{\email}[1] {
- \def\@email{{\small\faEnvelope}~#1}
-}
-
-\newcommand*{\homepage}[1] {
- \def\@homepage{{\small\faGlobe}~#1}
-}
-
-\newcommand*{\github}[1] {
- \def\@github{{\small\faGithub}~#1}
-}
-
-\newcommand*{\makecvtitle} {
- \begin{flushleft}
- \huge\bfseries
- \theauthor \hfill CV
- \normalsize\mdseries
- \end{flushleft}
-}
-
-\newcommand{\cvedu}[6] {
-
-}
-
-\newcommand{\cvitem}[2] {
-
-}
-
-\newcommand{\cvjob}[6] {
-
-}
-
-\newcommand{\cvproject}[3] {
-#3
-}