summaryrefslogtreecommitdiffstats
path: root/src/cover_letter.sty
diff options
context:
space:
mode:
Diffstat (limited to 'src/cover_letter.sty')
-rw-r--r--src/cover_letter.sty19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/cover_letter.sty b/src/cover_letter.sty
new file mode 100644
index 0000000..f1aa3e8
--- /dev/null
+++ b/src/cover_letter.sty
@@ -0,0 +1,19 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{resume}[customization of moderncv]
+
+\newcommand{\@position}{}
+\newcommand{\position}[1]{\renewcommand{\@position}{#1}}
+\newcommand{\makeposition}[0]{\@position{}}
+
+\newcommand{\@intro}{}
+\newcommand{\intro}[1]{\renewcommand{\@intro}{#1}}
+\newcommand{\makeletterintro}[0]{\@intro}
+
+\newcommand{\@outro}{}
+\newcommand{\outro}[1]{\renewcommand{\@outro}{#1}}
+\newcommand{\makeletteroutro}[0]{
+ \@outro{}
+ \linebreak
+ \linebreak
+}
+