summaryrefslogtreecommitdiffstats
path: root/src/cover_letter.sty
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-18 16:46:47 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-18 16:46:47 -0600
commit389ba5f0519205f3264e29f6c2d1016b6bc3e19b (patch)
treeec35fd89c3b968344b904bf2c58a752a8f88a92c /src/cover_letter.sty
parentaca1fc1c4be8de4f65c96baa2c0707036618b43c (diff)
feat(build): add cond build based on `jobname`
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
+}
+