TomerAberbach / cover-letter

πŸ“„ A LaTeX document for my cover letters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cover Letter

A LaTeX document for my cover letters.

See a sample here!

Installation

If you'd like to edit the cover letter in Overleaf, a zero setup online LaTeX editor with preview and real-time collaboration, then complete the following steps:

  1. Fork the repository
  2. If you don't have an Overleaf account, then sign up for one
  3. Log into Overleaf
  4. If your Overleaf account is not linked to your GitHub account, then go to the account settings page, click on the "Link to your GitHub account" button, and follow the instructions to link your accounts
  5. Go to your Overleaf projects page
  6. Click on the "New Project" button
  7. Click on "Import from GitHub"
  8. Click on the "Import to Overleaf" button adjacent to your fork of this repository
  9. Wait for the repository to finish importing and for the LaTeX document to open. You will see compiler errors because the default compiler cannot compile this repository
  10. Click on the "Menu" bottom at the top-left corner of the page and wait for a sidebar to open
  11. In the "Settings" section of the newly opened sidebar, change the "Compiler" option to "XeLaTeX"
  12. Click outside the sidebar to dismiss it, and click "Recompile" to see a preview of the cover letter!

If you'd like to edit the cover letter locally, then complete the following steps:

  1. Clone the repository:

    $ git clone https://github.com/TomerAberbach/resume.git
  2. Install XeLaTeX and run the appropriate command for your operating system to compile to PDF

Usage

To edit the cover letter content without affecting the cover letter's layout, edit commands arguments in information.tex.

To modify the cover letter layout, modify main.tex.

If you want to make more substantial changes, then search in Overleaf's tutorials. If you can't figure something out and need some help, then feel free to file an issue.

License

MIT Β© Tomer Aberbach

About

πŸ“„ A LaTeX document for my cover letters.

License:MIT License


Languages

Language:TeX 100.0%