TimmyChan / ICLS-Template-2020

1 stars 1 forks source link

Debugging needed for mfirstuc.sty dependencies #1

Closed jooyoungseo closed 4 years ago

jooyoungseo commented 4 years ago

I was attempting to compile yor example template as is via pdflatex.

However, it throws an error for mfirstuc.sty.

FYI, I have used tinytex, which is a lightweight version of TeX Live.

This is a LaTeX management tool for both R and non-R users.

While I am debugging the error, would you mind finding the dependencies having to do with this issue?

library(tinytex)
options(tinytex.verbose = TRUE)
setwd("C:/test/ICLS-Template-2020")
tinytex::pdflatex("ICLS_2020_Template.tex")
#> tlmgr search --file --global "/mfirstuc.sty"
#> ! LaTeX Error: File `mfirstuc.sty' not found.
#> 
#> ! Emergency stop.
#> <read *>
#> Error: LaTeX failed to compile ICLS_2020_Template.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See ICLS_2020_Template.log for more info.

Created on 2020-05-16 by the reprex package (v0.3.0.9001)

Session info ``` r sessioninfo::session_info() #> - Session info --------------------------------------------------------------- #> setting value #> version R version 4.0.0 (2020-04-24) #> 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 2020-05-16 #> #> - Packages ------------------------------------------------------------------- #> package * version date lib source #> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.0.0) #> backports 1.1.7 2020-05-13 [1] CRAN (R 4.0.0) #> cli 2.0.2 2020-02-28 [1] CRAN (R 4.0.0) #> crayon 1.3.4 2017-09-16 [1] CRAN (R 4.0.0) #> digest 0.6.25 2020-02-23 [1] CRAN (R 4.0.0) #> ellipsis 0.3.1 2020-05-15 [1] CRAN (R 4.0.0) #> evaluate 0.14 2019-05-28 [1] CRAN (R 4.0.0) #> fansi 0.4.1 2020-01-08 [1] CRAN (R 4.0.0) #> fs 1.4.1 2020-04-04 [1] CRAN (R 4.0.0) #> glue 1.4.1 2020-05-13 [1] CRAN (R 4.0.0) #> highr 0.8 2019-03-20 [1] CRAN (R 4.0.0) #> htmltools 0.4.0.9003 2020-05-09 [1] Github (rstudio/htmltools@984b39c) #> knitr 1.28.7 2020-05-08 [1] Github (yihui/knitr@12b50f5) #> lifecycle 0.2.0 2020-03-06 [1] CRAN (R 4.0.0) #> magrittr 1.5 2014-11-22 [1] CRAN (R 4.0.0) #> pillar 1.4.4 2020-05-05 [1] CRAN (R 4.0.0) #> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.0.0) #> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.0.0) #> R.cache 0.14.0 2019-12-06 [1] CRAN (R 4.0.0) #> R.methodsS3 1.8.0 2020-02-14 [1] CRAN (R 4.0.0) #> R.oo 1.23.0 2019-11-03 [1] CRAN (R 4.0.0) #> R.utils 2.9.2 2019-12-08 [1] CRAN (R 4.0.0) #> reprex 0.3.0.9001 2020-05-05 [1] Github (tidyverse/reprex@a019cc4) #> rlang 0.4.6 2020-05-02 [1] CRAN (R 4.0.0) #> rmarkdown 2.1.4 2020-05-15 [1] Github (rstudio/rmarkdown@f11953f) #> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 4.0.0) #> stringi 1.4.6 2020-02-17 [1] CRAN (R 4.0.0) #> stringr 1.4.0 2019-02-10 [1] CRAN (R 4.0.0) #> styler 1.3.2.9000 2020-05-16 [1] Github (r-lib/styler@8dad103) #> tibble 3.0.1 2020-04-20 [1] CRAN (R 4.0.0) #> tinytex * 0.22.2 2020-05-17 [1] Github (yihui/tinytex@dc3c16e) #> vctrs 0.3.0 2020-05-11 [1] CRAN (R 4.0.0) #> withr 2.2.0 2020-04-20 [1] CRAN (R 4.0.0) #> xfun 0.13.2 2020-05-15 [1] Github (yihui/xfun@3358371) #> yaml 2.2.1 2020-02-01 [1] CRAN (R 4.0.0) #> #> [1] C:/Program Files/R/R-4.0.0/library ```
jooyoungseo commented 4 years ago

This issue has been resolved via the installation of the latest tinytex.