curriculum vitae
Find below my CV in reSructuredText format. These are simple ASCII files which can be read with any editor and transformed in HTML or PDF files using the Docutils tools.
For instance, to obtain a PDF version of the CV in English you can use the rst to LaTex translator and convert the latex result in PDF with the following sequence of commands:
rst2latex.py --stylesheet-path=latex2e.tex cveng.txt > cveng.tex latex cveng.tex dvips cveng.dvi -o ps2pdf cveng.ps
The file latex2e.tex contains appropriate formatting instructions
and it is commonly distributed with the Docutils package. For your
convenience a copy is provided below.
If you don't have the Docutils tools, you can use the online render to obtain HTML versions: just cut-and-paste the files below.
cveng.txt curriculum vitae in English
minicv.txt very brief CV in English
cvita.txt curriculum vitae in Italian
latex2e.tex stylesheet for LaTeX rendering of ReST docs
Date: 2010-05-19 10:02:16 CEST
HTML generated by org-mode 6.33f in emacs 23