Skip to content

rharish101/cover-letter-template

Repository files navigation

Cover Letter Template

This repository contains the LaTeX template for my cover letter.

Organization

The file cover-letter.tex defines the template. The recipient and salutation are defined in the file sections/setup.tex. The body of the letter is stored in the file sections/body.tex.

Editing Content

You will want to change the files sections/setup.tex, sections/body.tex, and signature.png, according to your preferences. If you want git to stop tracking those changes, use the command:

git update-index --assume-unchanged <filename>

If you want to start tracking changes again, then use the command:

git update-index --no-assume-unchanged <filename>

Credits: https://stackoverflow.com/a/23673910/7905483

Compilation

Compile the cover letter with:

make

Licenses

This repository uses REUSE to document licenses. Each file either has a header containing copyright and license information, or has an entry in the TOML file at REUSE.toml. The license files that are used in this project can be found in the LICENSES directory.

A copy of the GPL-3.0-or-later license is placed in LICENSE, to signify that it constitutes the majority of the codebase, and for compatibility with GitHub.

About

LaTeX template for my cover letter

Topics

Resources

License

Stars

Watchers

Forks