Start to make edits

This commit is contained in:
Joshua Coles 2024-06-06 19:05:04 +01:00
parent d7176ca32c
commit 4a5c40a51c
5 changed files with 24 additions and 8 deletions

View File

@ -0,0 +1,3 @@
Author: Sid Lacy
License: Creative Commons CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
Source: Overleaf Template Gallery (https://www.overleaf.com/latex/templates/simple-cover-letter/jmkbrdnmxmbn)

View File

@ -1,11 +1,11 @@
% Edit the following
% Personal information
\newcommand{\myname}{John Doe} % Your name (e.g. "John Smith")
\newcommand{\myname}{Joshua Coles} % 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{\myemail}{me@joshucoles.me} % 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{\myphone}{0756419926} % 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")
@ -16,4 +16,4 @@
\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")
\newcommand{\zip}{98052} % The company's zip code (e.g. "98052")

View File

@ -1,8 +1,6 @@
% Project: TeX Cover Letter Template
% Author: Sid Lacy
% EDIT info.tex, body.tex
\documentclass[12pt]{letter}
\usepackage[utf8]{inputenc}
\usepackage[empty]{fullpage}
@ -12,8 +10,23 @@
\usepackage{eso-pic}
\usepackage{charter}
\addtolength{\topmargin}{-0.5in}
\addtolength{\textheight}{1.0in}
\usepackage{geometry} % Required for adjusting page dimensions and margins
\geometry{
paper=a4paper,
top=1.75cm, % Top margin
bottom=1.75cm, % Bottom margin
left=2cm, % Left margin
right=2cm, % Right margin
headheight=0.75cm, % Header height
footskip=1cm, % Space from the bottom margin to the baseline of the footer
headsep=0.5cm, % Space from the top margin to the baseline of the header
% showframe, % Uncomment to show how the type block is set on the page
}
%\addtolength{\topmargin}{-0.5in}
%\addtolength{\textheight}{1.0in}
\definecolor{gr}{RGB}{225,225,225}
\input{info}

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB