You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
549 B
TeX
20 lines
549 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesClass{cv_letter}[2022/09/17 Custom CV Letter Class]
|
|
\LoadClass{cv_base}
|
|
|
|
\RequirePackage[left=.9in, right=.9in, bottom=.6in, top=.8in]{geometry}
|
|
|
|
\RequirePackage{fontawesome}
|
|
|
|
% larger line spaces
|
|
\renewcommand{\baselinestretch}{1.15}
|
|
|
|
\newcommand{\absatz}{\vspace{.35cm}}
|
|
|
|
\newcommand{\foothref}[2]{\href{#2}{#1}\footnote{\href{#2}{#2}}}
|
|
\newcommand{\footlink}[1]{\footnote{\href{#1}{#1}}}
|
|
|
|
\newcommand{\crule}{{\color{\hicolor}\hrule}}
|
|
|
|
\setmainfont[Scale=MatchLowercase,Ligatures=TeX, Path = fonts/]{DejaVuSans}
|