update resume and add phone number command

- fixes #2
This commit is contained in:
Avinal Kumar
2024-02-28 13:28:30 +00:00
committed by GitHub
parent b70ab50bae
commit 4a3ddb9734
6 changed files with 96 additions and 57 deletions
+9 -3
View File
@@ -1,6 +1,6 @@
# Compact and Minimal Resume Template
This CV(Resume) template is compact, minimal, easy to modify and beautiful the same time. This template is created according to the job requirements of engineers. See [My Resume](resume.tex) below.
This CV(Resume) template is compact, minimal, easy to modify and beautiful. See [My Resume](resume.tex) below.
<img src="resume.png" align=center alt="Example CV">
@@ -45,6 +45,12 @@ There are a lots of custom commands and environments to make this resume templat
\github{https://www.linkedin.com/in/username}{LinkedIn Text}
```
- Phone *(Optional)*
```tex
\phonenumber{0123456789}
```
- Current Date(any format) *(required)*
```tex
@@ -90,7 +96,7 @@ There are a lots of custom commands and environments to make this resume templat
```
## Requirement(s)
You must compile this resume with `XeTeX`, `XeLaTex`, `LuaTeX` or `LuaLaTeX`. *(pdfLaTex is incompatible with fontawesome)*
You must compile this resume with `XeLaTex` or `LuaLaTeX` *(pdfLaTex is incompatible with fontawesome)*. While using Overleaf choose `Compiler` from the menu.
This resume template uses following extra packages:-
- [fontawesome](https://ctan.org/pkg/fontawesome) - For fontawesome icons
@@ -106,7 +112,7 @@ In addition to packages, [Roboto](https://fonts.google.com/specimen/Roboto) font
## License
Copyright 2021 Avinal Kumar
Copyright 2024 Avinal Kumar
This work may be distributed and/or modified under the conditions of the [LaTeX Project Public License](https://www.latex-project.org/lppl/lppl-1-3c/), either version 1.3 of this license any later version.
## Acknowledgements