cv

My curriculum
git clone git://git.bitsmanent.org/cv
Log | Files | Refs | README

README.md (586B)


      1 CV Claudio Alessi in LaTeX
      2 ==========================
      3 My curricula in different languages using the [Friggeri Resume CV](http://www.latextemplates.com/template/friggeri-resume-cv) class.
      4 
      5 Requirements
      6 ============
      7 In order to build the CV you need the XeTeX suite and texlive-xetex.
      8 
      9 Build
     10 =====
     11 To build the CV in all languages just type:
     12 
     13 ```
     14 $ make
     15 ```
     16 
     17 To build a specific language:
     18 
     19 ```
     20 $ make <language>
     21 ```
     22 
     23 Tip: to get a list of currently available languages, type:
     24 
     25 ```
     26 $ ls *.tex |cut -d. -f1
     27 ```
     28 
     29 Usage
     30 =====
     31 The build/ directory is created with the results, including PDFs.