Giter Club home page Giter Club logo

resume's People

Contributors

jacekpardyak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

resume's Issues

Cover_letter output does not work

Currently, resume::cover_letter() output cannot be rendered on Windows platform.

Please refer to the following reproducible code:

test <- rmarkdown::draft(file = 'test', 
  template =   'cover_letter', 
  package = 'resume', 
  create_dir = FALSE, 
  edit = FALSE
)

rmarkdown::render(test, output_format = resume::cover_letter())
#> processing file: test.Rmd
#> output file: test.knit.md
#> "C:/PROGRA~3/CHOCOL~1/bin/pandoc" +RTS -K512m -RTS test.utf8.md --to latex --from markdown+autolink_bare_uris+tex_math_single_backslash --output test.tex --template "C:\PROGRA~1\R\R-36~1.1\library\resume\RMARKD~1\TEMPLA~1\COVER_~1\RESOUR~1\template.tex" --highlight-style tango --pdf-engine pdflatex --lua-filter "C:/Program Files/R/R-3.6.1/library/rmarkdown/rmd/lua/pagebreak.lua" --lua-filter "C:/Program Files/R/R-3.6.1/library/rmarkdown/rmd/lua/latex-div.lua"
#> tlmgr search --file --global "/pncr7t[.](tfm|afm|mf|otf)"
#> Trying to automatically install missing LaTeX packages...
#> tlmgr install ncntrsbk
#> tlmgr search --file --global "/pncr7t[.](tfm|afm|mf|otf)"
#> ! Font OT1/pnc/m/n/10=pncr7t at 10.0pt not loadable: Metric (TFM) file not foun
#> d.
#> <to be read again> 
#>                    relax 
#> l.11 \begin{document}
#> 
#> ! name = pncr7t, rootname = pncr7t, pointsize = 
#> ! mktexmf: empty or non-existent rootfile!
#> 
#> ! mktexmf: empty or non-existent rootfile!
#> 
#> ! kpathsea: Running mktexmf pncr7t.mf
#> 
#> ! The command name is C:\Users\JooYoung\AppData\Roaming\TinyTeX\bin\win32\mktexmf
#> ! Cannot find pncr7t.mf.
#> 
#> ! Cannot find pncr7t.mf.
#> 
#> ! kpathsea: Running mktextfm pncr7t
#> 
#> ! The command name is C:\Users\JooYoung\AppData\Roaming\TinyTeX\bin\win32\mktextfm
#> 
#> ! kpathsea: Appending font creation commands to missfont.log.
#> Error: Failed to compile test.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See test.log for more info.

Created on 2019-11-17 by the reprex package (v0.3.0.9001)

Session info
sessioninfo::session_info()
#> - Session info ---------------------------------------------------------------
#>  setting  value                       
#>  version  R version 3.6.1 (2019-07-05)
#>  os       Windows 10 x64              
#>  system   x86_64, mingw32             
#>  ui       RTerm                       
#>  language (EN)                        
#>  collate  English_United States.1252  
#>  ctype    English_United States.1252  
#>  tz       America/New_York            
#>  date     2019-11-17                  
#> 
#> - Packages -------------------------------------------------------------------
#>  package     * version    date       lib source                              
#>  assertthat    0.2.1      2019-03-21 [1] CRAN (R 3.6.1)                      
#>  backports     1.1.5      2019-10-02 [1] CRAN (R 3.6.1)                      
#>  cli           1.1.0      2019-03-19 [1] CRAN (R 3.6.1)                      
#>  crayon        1.3.4      2017-09-16 [1] CRAN (R 3.6.1)                      
#>  digest        0.6.22     2019-10-21 [1] CRAN (R 3.6.1)                      
#>  evaluate      0.14       2019-05-28 [1] CRAN (R 3.6.1)                      
#>  fs            1.3.1      2019-05-06 [1] CRAN (R 3.6.1)                      
#>  highr         0.8        2019-03-20 [1] CRAN (R 3.6.1)                      
#>  htmltools     0.4.0      2019-10-04 [1] CRAN (R 3.6.1)                      
#>  knitr         1.26.1     2019-11-13 [1] Github (yihui/knitr@bf98f2a)        
#>  magrittr      1.5        2014-11-22 [1] CRAN (R 3.6.1)                      
#>  pillar        1.4.2      2019-06-29 [1] CRAN (R 3.6.1)                      
#>  pkgconfig     2.0.3      2019-09-22 [1] CRAN (R 3.6.1)                      
#>  purrr         0.3.3.9000 2019-11-12 [1] Github (hadley/purrr@0168a59)       
#>  Rcpp          1.0.3.1    2019-11-14 [1] Github (RcppCore/Rcpp@b9e1738)      
#>  reprex        0.3.0.9001 2019-11-13 [1] Github (tidyverse/reprex@27aa69a)   
#>  resume        0.3        2019-11-18 [1] Github (JacekPardyak/resume@d116bee)
#>  rlang         0.4.1.9000 2019-11-15 [1] Github (r-lib/rlang@88deeb2)        
#>  rmarkdown     1.17.1     2019-11-14 [1] Github (rstudio/rmarkdown@648b23e)  
#>  sessioninfo   1.1.1      2018-11-05 [1] CRAN (R 3.6.1)                      
#>  stringi       1.4.3      2019-03-12 [1] CRAN (R 3.6.0)                      
#>  stringr       1.4.0.9000 2019-11-11 [1] Github (hadley/stringr@80aaaac)     
#>  styler        1.2.0.9000 2019-11-13 [1] Github (r-lib/styler@a8acde5)       
#>  tibble        2.1.3      2019-06-06 [1] CRAN (R 3.6.1)                      
#>  tinytex       0.17.1     2019-11-12 [1] Github (yihui/tinytex@ca68595)      
#>  withr         2.1.2      2018-03-15 [1] CRAN (R 3.6.1)                      
#>  xfun          0.11.1     2019-11-14 [1] Github (yihui/xfun@7dd847f)         
#>  yaml          2.2.0      2018-07-25 [1] CRAN (R 3.6.0)                      
#> 
#> [1] C:/Program Files/R/R-3.6.1/library

Referees

Would it be possible to add a section at the end to include a list of referees?

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.