From 389ba5f0519205f3264e29f6c2d1016b6bc3e19b Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 18 Jan 2023 16:46:47 -0600 Subject: feat(build): add cond build based on `jobname` --- src/cover_letter.sty | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/cover_letter.sty (limited to 'src/cover_letter.sty') 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 +} + -- cgit v1.2.3-70-g09d2