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
|
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=
|
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
|
%%\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}
|
\begin{document}
|
||||||
% if cv:
|
% if cl:
|
||||||
\recipient{${cv['recipient']}}{${cv['location']}}
|
\recipient{${cl['recipient']}}{${cl['location']}}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\opening{To whom it may concern,}
|
\opening{To whom it may concern,}
|
||||||
\closing{Sincerely,}
|
\closing{Sincerely,}
|
||||||
\enclosure[Attached]{curriculum vit\ae{}}
|
\enclosure[Attached]{curriculum vit\ae{}}
|
||||||
\makelettertitle
|
\makelettertitle
|
||||||
|
|
||||||
${cv['body']}
|
${cl['body']}
|
||||||
|
|
||||||
\makeletterclosing
|
\makeletterclosing
|
||||||
\newpage
|
\newpage
|
||||||
|
|
2
cv.yaml
2
cv.yaml
|
@ -11,7 +11,7 @@ phone:
|
||||||
mobile: '+1 613 868 9455'
|
mobile: '+1 613 868 9455'
|
||||||
email: 'jessking@live.ca'
|
email: 'jessking@live.ca'
|
||||||
|
|
||||||
cv:
|
cl:
|
||||||
recipient: Delphi, GLOBE Series, Leading Change and CBSR
|
recipient: Delphi, GLOBE Series, Leading Change and CBSR
|
||||||
location: Ottawa
|
location: Ottawa
|
||||||
# Example:
|
# Example:
|
||||||
|
|
Loading…
Reference in a new issue