Modular LaTeX CV: scaffolding, 13 chapters, altacv styling
Replace the monolithic ODT with a modular LaTeX source tree that becomes the canonical full CV: - preamble.tex: altacv color/font overrides + compact-row macros (\cvrow, \cvgrant, \cvtalk, \cvalum, \cvpub) so dense lists keep baseline-aligned dates without the tabularx misalignment the custom v1 had. - cv-full.tex: driver including the 13 chapters in order. - chapters/*.tex: header, positions, education, grants, teaching, examinations, service, talks, collaborators, alumni, publications, products (solo-founded flyRoom + Berengar), software. - tex-vendor/altacv.cls (v1.7.4): vendored, not in TeX Live. - Makefile: dockerised xelatex build via texlive/texlive:latest, with TEXINPUTS=.:./tex-vendor: so the vendored class resolves. Output: 6-page build/cv-full.pdf (down from 10 in the first pass).
This commit is contained in:
parent
a391a85313
commit
7e30ed5b48
18 changed files with 1068 additions and 0 deletions
18
chapters/examinations.tex
Normal file
18
chapters/examinations.tex
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
% Chapter: PhD examinations
|
||||
\cvsection{PhD examinations}
|
||||
|
||||
\cvrow{2024}{University of Padova, IT \textit{(Giulio M. Menti)}}
|
||||
\cvrow{2024}{Imperial College London, Internal \textit{(Matteo Vitale)}}
|
||||
\cvrow{2023}{University of Southampton, UK \textit{(Jonathan Anns)}}
|
||||
\cvrow{2023}{University of Sussex, UK \textit{(Jonathan Menzies)}}
|
||||
\cvrow{2022}{Manchester University, UK \textit{(Anna Munro)}}
|
||||
\cvrow{2021}{Imperial College London, Internal \textit{(Adam McDermott)}}
|
||||
\cvrow{2020}{Imperial College London, Internal \textit{(Antonios Kriezis)}}
|
||||
\cvrow{2019}{Open University c/o ICGEB Trieste, Italy \textit{(Nina Strah)}}
|
||||
\cvrow{2019}{University of Padova, Italy \textit{(Giovanni Frighetto)}}
|
||||
\cvrow{2019}{University of Geneva, Switzerland \textit{(Pedro Machado Almeida)}}
|
||||
\cvrow{2019}{University of East London, UK \textit{(Benjamin Aleyakpo)}}
|
||||
\cvrow{2018}{Leuven, Belgium \textit{(Jorge De Sousa Valadas)}}
|
||||
\cvrow{2018}{University of Melbourne, Australia \textit{(Hang Ngoc Bao Luong)}}
|
||||
\cvrow{2016}{University of Lisbon, Portugal \textit{(Verónica María Corrales)}}
|
||||
\cvrow{2016}{University of Cambridge, UK \textit{(Eleonora Khabirova)}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue