- Commit
- 1432546a2827cefe88eaa9acf82fc0ecf6b27215
- Parent
- 28d0267fcc156d393d9ac768b9c5cfc4a4522167
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Renamed some files to my linking
Source code for my CV
Renamed some files to my linking
8 files changed, 28 insertions, 28 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Added | cv.tex | 28 | 28 | 0 |
Deleted | resume_cv.tex | 28 | 0 | 28 |
Renamed | cv-sections/education.tex -> sections/education.tex | 0 | 0 | 0 |
Renamed | cv-sections/extracurricular.tex -> sections/extracurricular.tex | 0 | 0 | 0 |
Renamed | cv-sections/grants.tex -> sections/grants.tex | 0 | 0 | 0 |
Renamed | cv-sections/language-skills.tex -> sections/language-skills.tex | 0 | 0 | 0 |
Renamed | cv-sections/research.tex -> sections/research.tex | 0 | 0 | 0 |
Renamed | cv-sections/writing.tex -> sections/writing.tex | 0 | 0 | 0 |
diff --git a/cv.tex b/cv.tex @@ -0,0 +1,28 @@ +\documentclass[11pt, a4paper]{awesome-cv} + +\geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} +\fontdir[fonts/] % Specify the location of the included fonts + +\name{Thiago Brevidelli}{Garcia} + +\email{thiago.brevidelli.garcia@usp.br} +\homepage{linux.ime.usp.br/\~pablo} + +\position{Mathematics Student} + +\begin{document} + +\makecvheader + +\input{sections/education.tex} +\input{sections/research.tex} +\input{sections/extracurricular.tex} + +\newpage % Force a new page for looks + +\input{sections/grants.tex} +%\input{sections/lectures.tex} +\input{sections/writing.tex} +\input{sections/language-skills.tex} + +\end{document}
diff --git a/resume_cv.tex b/resume_cv.tex @@ -1,28 +0,0 @@ -\documentclass[11pt, a4paper]{awesome-cv} - -\geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} -\fontdir[fonts/] % Specify the location of the included fonts - -\name{Thiago Brevidelli}{Garcia} - -\email{thiago.brevidelli.garcia@usp.br} -\homepage{linux.ime.usp.br/\~pablo} - -\position{Mathematics Student} - -\begin{document} - -\makecvheader - -\input{cv-sections/education.tex} -\input{cv-sections/research.tex} -\input{cv-sections/extracurricular.tex} - -\newpage % Force a new page for looks - -\input{cv-sections/grants.tex} -%\input{cv-sections/lectures.tex} -\input{cv-sections/writing.tex} -\input{cv-sections/language-skills.tex} - -\end{document}
diff --git a/cv-sections/education.tex b/sections/education.tex
diff --git a/cv-sections/extracurricular.tex b/sections/extracurricular.tex
diff --git a/cv-sections/grants.tex b/sections/grants.tex
diff --git a/cv-sections/language-skills.tex b/sections/language-skills.tex
diff --git a/cv-sections/research.tex b/sections/research.tex
diff --git a/cv-sections/writing.tex b/sections/writing.tex