19 lines
1.1 KiB
TeX
19 lines
1.1 KiB
TeX
% Edit the following
|
|
|
|
% Personal information
|
|
\newcommand{\myname}{John Doe} % Your name (e.g. "John Smith")
|
|
\newcommand{\mytitle}{Applicant} % Your title (e.g. "Applicant")
|
|
\newcommand{\myemail}{john@johndoe.com} % Your email (e.g. "me@mydomain.com")
|
|
\newcommand{\mylinkedin}{johndoe} % Your LinkedIn profile name (e.g. "myname")
|
|
\newcommand{\myphone}{123.456.7890} % Your phone number (e.g. "123.456.7890")
|
|
\newcommand{\mylocation}{City, ST} % Your general location (e.g. "PNW, USA")
|
|
\newcommand{\recipient}{Hiring Manager} % The recipient (e.g. "Hiring Manager")
|
|
\newcommand{\greeting}{Dear} % The greeting to use (e.g. "Dear")
|
|
\newcommand{\closer}{Kind Regards} % The closer to use (e.g. "Kind Regards")
|
|
|
|
% Company information
|
|
\newcommand{\company}{Microsoft Corporation} % The company (e.g. "Microsoft Corporation")
|
|
\newcommand{\street}{1 Microsoft Way} % The company's street address (e.g. "1 Microsoft Way")
|
|
\newcommand{\city}{Redmond} % The company's city (e.g. "Redmond")
|
|
\newcommand{\state}{WA} % The company's state prefix (e.g. "WA")
|
|
\newcommand{\zip}{98052} % The company's zip code (e.g. "98052") |