From 91d3376359eedd38a95fd4a0d7540142609b1d1a Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 25 Mar 2022 14:58:41 +0000 Subject: [PATCH] Add the \hl command --- cv.tex | 1 + lxsameer_cv.cls | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/cv.tex b/cv.tex index 2e10451..6b748e1 100644 --- a/cv.tex +++ b/cv.tex @@ -36,6 +36,7 @@ implementation using tools like: Clojure, Kafka, Zookeeper, Mesos, Onyx, Cassandra and some other fantastic tools. } + %Education \section{Education} \experience{Azad University}{2005-2009} % chktex 8 diff --git a/lxsameer_cv.cls b/lxsameer_cv.cls index ba897b7..37b865e 100644 --- a/lxsameer_cv.cls +++ b/lxsameer_cv.cls @@ -212,6 +212,11 @@ Position: & \@claimedposition \\ \indent \explanationdetail{\hspace{4ex} #2} } +\newcommand{\summary}[1]{% + \section{Summary} + \explanationdetail{\hspace{4ex} #2} +} + \newcommand\createskill[2]{% \textsc{\textbf{#1}} & #2 }