Renamed cv to cl in yaml
This commit is contained in:
parent
d194f0ff34
commit
83fd678016
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
|
||||
default: cv.rendered.pdf
|
||||
|
||||
all: cv.rendered.txt cv.rendered.odt package.pdf
|
||||
all: cv.rendered.txt cv.rendered.odt cv.rendered.pdf cv.rendered.md
|
||||
|
||||
YQ_TO_JSON=
|
||||
|
||||
|
|
|
@ -19,15 +19,15 @@
|
|||
%%\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
|
||||
|
||||
\begin{document}
|
||||
% if cv:
|
||||
\recipient{${cv['recipient']}}{${cv['location']}}
|
||||
% if cl:
|
||||
\recipient{${cl['recipient']}}{${cl['location']}}
|
||||
\date{\today}
|
||||
\opening{To whom it may concern,}
|
||||
\closing{Sincerely,}
|
||||
\enclosure[Attached]{curriculum vit\ae{}}
|
||||
\makelettertitle
|
||||
|
||||
${cv['body']}
|
||||
${cl['body']}
|
||||
|
||||
\makeletterclosing
|
||||
\newpage
|
||||
|
|
Loading…
Reference in a new issue