This template is set up so beginners only edit one file:
- Edit
EDIT_ME.tex - Compile
main.tex - Leave
cv_style.texalone unless you want to change the design
You can open preview.pdf to see the example output.
After talking with undergraduates and reviewing their CVs, one common pain point kept coming up: formatting. Many wanted more control over how their resumes and CVs looked, but the process felt hard to manage.
I remembered having the same experience myself. My own LaTeX learning curve was steep. People in CS, math, and physics are often exposed to LaTeX earlier, but many in chemistry, life sciences, and social sciences do not get that same early background.
This guide and template are my attempt to simplify setting up a CV in LaTeX. It can still feel daunting, but I hope the hints throughout the files make the process easier.
Overleaf (https://www.overleaf.com) is a website with an online LaTeX editor, so you can edit your CV in the browser.
- Go to Overleaf and sign in.
- Click
New Project->Upload Project. - Upload
BeginnerFriendly_CV_Template.zip. - Open
EDIT_ME.texand replace placeholders with your own details. - Click
Recompileto build the PDF. - Download your PDF from
Menu->Download PDF.
Use this if you already unzipped the template and want to upload files manually:
- Create a new blank project in Overleaf.
- Drag these files into the Overleaf file tree:
main.texEDIT_ME.texcv_style.texassets/ieee_collabratec_icon.png
- If Overleaf does not auto-create the folder, create an
assetsfolder and upload the icon there. - In Overleaf
Menu, setMain documenttomain.tex. - Recompile.
If you already have a LaTeX installation:
pdflatex main.tex
pdflatex main.texREADME_START_HERE.md: detailed beginner walkthroughTROUBLESHOOTING.md: common LaTeX errors and fixesLICENSE_AND_CREDITS.md: author and license summary