You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this issue is related to TinyTeX. After installing vitae package, I just attempted to use its default skeleton to see how it works.
However, the TinyTeX prompts the errors concerning:
Failed to find a package that contains authoryear.dbx
2: In parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)) :
Failed to find a package that contains authoryear-comp.dbx
3: In parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)) :
Failed to find a package that contains biblatex-dm.cfg
4: In parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)) :
Failed to find a package that contains authoryear.dbx
5: In parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)) :
Failed to find a package that contains authoryear-comp.dbx
6: In parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)) :
Failed to find a package that contains biblatex-dm.cfg
>
Reproducible R scripts are as follows:
rmarkdown::draft("awesomecv",
"awesomecv",
"vitae"
)
rmarkdown::render("awesomecv.Rmd")
#> processing file: awesomecv.Rmd#> output file: awesomecv.knit.md#> "C:/ANACON~1/Scripts/pandoc" +RTS -K512m -RTS awesomecv.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output awesomecv.tex --table-of-contents --toc-depth 2 --template "C:\PROGRA~1\R\R-36~1.1\library\vitae\RMARKD~1\TEMPLA~1\AWESOM~1\RESOUR~1\AWESOM~1.TEX" --number-sections --highlight-style tango --pdf-engine xelatex --biblatex --lua-filter "C:/Program Files/R/R-3.6.1/library/rmarkdown/rmd/lua/pagebreak.lua" --wrap preserve --variable tables=yes --standalone --include-in-header "C:\Users\JooYoung\AppData\Local\Temp\RtmpmSCN9d\cv-header325dc400955fb.tex"#> tlmgr search --file --global "/authoryear.dbx"#> Warning in parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)): Failed#> to find a package that contains authoryear.dbx#> tlmgr search --file --global "/authoryear-comp.dbx"#> Warning in parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)): Failed#> to find a package that contains authoryear-comp.dbx#> tlmgr search --file --global "/biblatex-dm.cfg"#> Warning in parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)): Failed#> to find a package that contains biblatex-dm.cfg#> tlmgr search --file --global "/tikzlibrarytopaths.code.tex"#> Trying to automatically install missing LaTeX packages...#> tlmgr install pgf#> tlmgr search --file --global "/authoryear.dbx"#> Warning in parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)): Failed#> to find a package that contains authoryear.dbx#> tlmgr search --file --global "/authoryear-comp.dbx"#> Warning in parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)): Failed#> to find a package that contains authoryear-comp.dbx#> tlmgr search --file --global "/biblatex-dm.cfg"#> Warning in parse_packages(logfile, quiet = c(TRUE, FALSE, FALSE)): Failed#> to find a package that contains biblatex-dm.cfg#> tlmgr search --file --global "/tikzlibrarytopaths.code.tex"#> ! Undefined control sequence.#> <argument> blx@catg@bib-C:\Users #> \JooYoung \Box \JY \Profile \Academia \CV \...#> l.153 ...\Academia\CV\awesomecv\curie.bib-4854094}#> Error: Failed to compile awesomecv.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See awesomecv.log for more info.
Created on 2019-09-03 by the reprex package (v0.3.0.9000)
I think this issue is related to TinyTeX. After installing vitae package, I just attempted to use its default skeleton to see how it works.
However, the TinyTeX prompts the errors concerning:
Reproducible R scripts are as follows:
Created on 2019-09-03 by the reprex package (v0.3.0.9000)
Session info
The text was updated successfully, but these errors were encountered: