https://github.com/codewithemad/resume
My resume, built using latex
https://github.com/codewithemad/resume
latex latex-template resume resume-template
Last synced: 11 months ago
JSON representation
My resume, built using latex
- Host: GitHub
- URL: https://github.com/codewithemad/resume
- Owner: CodeWithEmad
- License: agpl-3.0
- Created: 2024-04-17T10:03:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T20:32:46.000Z (about 1 year ago)
- Last Synced: 2025-04-14T21:36:13.437Z (about 1 year ago)
- Topics: latex, latex-template, resume, resume-template
- Language: TeX
- Homepage: https://codewithemad.ir/resume/
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Resume
######
Installation
************
::
sudo apt install latexmk texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra biber
# or
sudo apt install texlive-full
If you're using vscode, install `LaTeX Workshop`_ extension. To install,
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
::
ext install James-Yu.latex-workshop
With this, you can change the ``.tex`` files and the PDF file will auto generate.
.. _LaTeX Workshop: https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop
Or just run ::
pdflatex Emad_Ehsanrad_v1.1.tex
License
*******
This work is licensed under the terms of the `GNU Affero General Public License (AGPL) <./LICENSE.txt>`_.