Code Monkey home page Code Monkey logo

cv_eng_ita's Introduction




Purpose

In this this R project I my CV/resume following Mitchell O'Hara-Wild's R package vitae ("awesome"" template define in LATEX in awesome-cv.cls )

I have 4 versions:

  • Long, in Italian ๐Ÿ‡ฎ๐Ÿ‡น
  • Long, in English ๐Ÿ‡บ๐Ÿ‡ธ
  • Short, in Italian ๐Ÿ‡ฎ๐Ÿ‡น (2 versions)
  • Short, in English ๐Ÿ‡บ๐Ÿ‡ธ

NOTES

  • โœ… lang: "it" for Italian in bibliography โ˜‘๏ธ but footer stays ni EN "June 2023"
  • โœ… A major "gotcha" ๐Ÿคฏ was the possibility to insert Publications & Talks exploiting my Zotero collections in the ....bib format that can be entered directly via the function vitae::bibliography_entries.
    • (*) when exporting from Zotero better to select BetterBibLaTeX
  • โœ… Most other information is saved in ./data/*.csvwhich get loaded via data/cv_data_ENG_ITA.R, except for Competences (Personal, Software, Language) which are defined in *.Rmd files
    • โš ๏ธ see notes in the .Rmd files on how to deal with csv -> latex formatting nightmare (
    • โ˜‘๏ธ fixing .*csv files directly from Excel or R will have different implications on "" rendering via latex
  • โ“ the language tables (copied from Lorena Abad) use knitr::kable() with latex_options... this implicated downloading of LaTeX packages (float, xcolor, colortbl?)...which have been giving issues with compiling
  • โœ… The best way to deal with "ANONIMIZATION" (i.e. Eutalia) is directly on PDFreader by redacting the PDF

TO DOs

  • โ˜‘๏ธ revise and write instructions to be consistent adding rows to .*csv files in terms of quotes/links etc

  • โ˜‘๏ธ Current version of vitae does not print footer anymore...fixed by dev version

  • โ“apa6-cv.csl seems OK except hyperlink exceed page width.... must check other formatting

RECURRENT FIXES

  • โ˜‘๏ธ The vitae pckg relies on LaTeX "if you're encountering issues, please check that LaTeX is installed. The tinytex package makes it easy to setup LaTeX within R:

        install.packages('tinytex')
        tinytex::install_tinytex()
        ```
    -   See <https://yihui.org/tinytex/r/#debugging> for debugging tips.
    -   Check LaTeX packgs installed ( or not installed)
    ``` r
    tinytex::tl_pkgs(only_installed = T)
    tinytex::check_installed('xcolor') #TRUE
    tinytex::parse_packages('awesome_longCV_ENG.log')
    • Find the root directory of the installation v
    tinytex::tinytex_root()
    [1] "/Users/luisamimmi/Library/TinyTeX"
    • Change PDF engine Rstudio --> Preferences --> Sweave

Acknowledgements

      % Add fontawesome5 package 
      \RequirePackage{fontawesome5}
      \RequirePackage[default,opentype]{sourcesanspro}

cv_eng_ita's People

Contributors

lulliter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.