This is my experimentation in making resume in Latex format. It gives a beautiful and stunning resume.
These instructions will get you a copy of my resume up and running on your local/online for further development and testing purposes.
There are mainly two approach in which you can get started.
- Online - Create Overleaf project online and edit .tex file with your details.
- Offline - You can use Desktop application to edit offline document such as TexStudio.
- You need to set up TexStudio and Latex Offline before start editing .tex document.
-
Modifying Header Make changes in author sectio to display your name
\author{Your Name}
Make changes in maketitle section. Here, href section follows URL and content which you want to display.
\renewcommand{\maketitle}{ \begin{center} {\LARGE\bfseries \theauthor} \vspace{0.25em} \href{mailto:vxxxxxx@gmail.com}{vxxxxxxx@gmail.com} --- \href{http://vdharam.com}{http://vdharam.com} \end{center} }
-
Modify Profile Section
\section{Profile:} \item[$\bullet$] new content goes here.... \item[$\bullet$]
-
Add line break
\\
-
Add Bold Styling to text
\bfseries Your text goes here.....
-
Add Link to reference
\href{Your link goes here...}{Your text goes here.....}
Dharmendra Vishwakarma - @dharm18
Please create a new issue if you found any bugs or suggestions to implement.
This work is distributed under the MIT license see the LICENSE file for details.