TimmyChan / ICLS-Template-2020

1 stars 1 forks source link

Style 'apa' not found. #2

Open jooyoungseo opened 4 years ago

jooyoungseo commented 4 years ago

@TimmyChan, @jemichaelis, and @jrosen48,

Would you mind helping me address the following issue?

I attempted to compile the provided sample tex via TeX Live on Windows using tinytex package.

However, I see an error.

Any help would be greatly appreciated.

tinytex::pdflatex("ICLS_2020_Template.tex")
#> tlmgr update --self
#> ! Package biblatex Error: Style 'apa' not found.
#> 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-07-05 by the reprex package (v0.3.0.9001)

Session info ``` r sessioninfo::session_info() #> - Session info --------------------------------------------------------------- #> setting value #> version R version 4.0.2 (2020-06-22) #> 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-07-05 #> #> - Packages ------------------------------------------------------------------- #> package * version date lib source #> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.0.2) #> 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.2) #> crayon 1.3.4 2017-09-16 [1] CRAN (R 4.0.2) #> digest 0.6.25 2020-02-23 [1] CRAN (R 4.0.2) #> ellipsis 0.3.1 2020-05-15 [1] CRAN (R 4.0.2) #> evaluate 0.14 2019-05-28 [1] CRAN (R 4.0.2) #> fansi 0.4.1 2020-01-08 [1] CRAN (R 4.0.2) #> fs 1.4.1 2020-04-04 [1] CRAN (R 4.0.2) #> glue 1.4.1 2020-05-13 [1] CRAN (R 4.0.2) #> highr 0.8 2019-03-20 [1] CRAN (R 4.0.2) #> htmltools 0.5.0 2020-06-16 [1] CRAN (R 4.0.2) #> knitr 1.29.1 2020-06-26 [1] Github (yihui/knitr@2e08d5a) #> lifecycle 0.2.0 2020-03-06 [1] CRAN (R 4.0.2) #> magrittr 1.5 2014-11-22 [1] CRAN (R 4.0.2) #> pillar 1.4.4 2020-05-05 [1] CRAN (R 4.0.2) #> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.0.2) #> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.0.2) #> reprex 0.3.0.9001 2020-07-06 [1] Github (tidyverse/reprex@d898823) #> rlang 0.4.6 2020-05-02 [1] CRAN (R 4.0.2) #> rmarkdown 2.3.2 2020-07-06 [1] Github (rstudio/rmarkdown@ff1b279) #> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 4.0.2) #> 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.2) #> styler 1.3.2 2020-02-23 [1] CRAN (R 4.0.2) #> tibble 3.0.1 2020-04-20 [1] CRAN (R 4.0.2) #> tinytex 0.24.1 2020-06-26 [1] Github (yihui/tinytex@7d5fa26) #> vctrs 0.3.1 2020-06-05 [1] CRAN (R 4.0.2) #> withr 2.2.0 2020-04-20 [1] CRAN (R 4.0.2) #> xfun 0.15.1 2020-06-30 [1] Github (yihui/xfun@db7f317) #> yaml 2.2.1 2020-02-01 [1] CRAN (R 4.0.0) #> #> [1] C:/Program Files/R/R-4.0.2/library ```
jrosen48 commented 4 years ago

Hi all, this rendered for me.

The following warnings (mostly related to the bibliography) were printed.

Warning message: Package standalone Warning: Required package 'gincltex' not found. (standalone) The \includestandalone feature is disabled. Package datetime2 Warning: Date-Time Language Module `american' not installed o n input line 1913. LaTeX Warning: Citation 'hawkins_tools_1987' on page 2 undefined on input line 88. LaTeX Warning: Citation 'lave_cognition_1988' on page 2 undefined on input line 89. LaTeX Warning: Citation 'brown_design_1992' on page 2 undefined on input line 9 1. LaTeX Warning: Citation 'bruner_postscript_1999' on page 2 undefined on input l ine 91. LaTeX Warning: Empty bibliography on input line 47. LaTeX Warning: There were undefined references. Package biblatex Warning: Please (re)run Biber on the file: (biblatex) ICLS_2020_Template (biblatex) and rerun LaTeX afterwards.

Here was my session info:

sessioninfo::session_info() ─ Session info ─────────────────────────────────────────────────────────────── setting value version R version 4.0.0 (2020-04-24) os macOS Catalina 10.15.5 system x86_64, darwin17.0 ui X11 language (EN) collate en_US.UTF-8 ctype en_US.UTF-8 tz America/New_York date 2020-07-10

─ Packages ─────────────────────────────────────────────────────────────────── package * version date lib source assertthat 0.2.1 2019-03-21 [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) fansi 0.4.1 2020-01-08 [1] CRAN (R 4.0.0) glue 1.4.1 2020-05-13 [1] CRAN (R 4.0.0) sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 4.0.0) withr 2.2.0 2020-04-20 [1] CRAN (R 4.0.0)

[1] /Library/Frameworks/R.framework/Versions/4.0/Resources/library

-- Joshua M. Rosenberg, Ph.D. Assistant Professor, STEM Education The University of Tennessee, Knoxville Department of Theory and Practice in Teacher Education College of Education, Health, and Human Sciences Homepage: https://joshuamrosenberg.com He/Him/His


From: JooYoung Seo notifications@github.com Sent: Sunday, July 5, 2020 10:47 PM To: TimmyChan/ICLS-Template-2020 Cc: Rosenberg, Joshua; Mention Subject: [TimmyChan/ICLS-Template-2020] Style 'apa' not found. (#2)

[External Email]

@TimmyChanhttps://github.com/TimmyChan, @jemichaelishttps://github.com/jemichaelis, and @jrosen48https://github.com/jrosen48,

Would you mind helping me address the following issue?

I attempted to compile the provided sample tex via TeX Live on Windows using tinytexhttps://github.com/yihui/tinytex package.

However, I see an error.

Any help would be greatly appreciated.

tinytex::pdflatex("ICLS_2020_Template.tex")

> tlmgr update --self

> ! Package biblatex Error: Style 'apa' not found.

> 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-07-05 by the reprex packagehttps://reprex.tidyverse.org (v0.3.0.9001)

Session info

sessioninfo::session_info()

> - Session info ---------------------------------------------------------------

> setting value

> version R version 4.0.2 (2020-06-22)

> 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-07-05

>

> - Packages -------------------------------------------------------------------

> package * version date lib source

> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.0.2)

> 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.2)

> crayon 1.3.4 2017-09-16 [1] CRAN (R 4.0.2)

> digest 0.6.25 2020-02-23 [1] CRAN (R 4.0.2)

> ellipsis 0.3.1 2020-05-15 [1] CRAN (R 4.0.2)

> evaluate 0.14 2019-05-28 [1] CRAN (R 4.0.2)

> fansi 0.4.1 2020-01-08 [1] CRAN (R 4.0.2)

> fs 1.4.1 2020-04-04 [1] CRAN (R 4.0.2)

> glue 1.4.1 2020-05-13 [1] CRAN (R 4.0.2)

> highr 0.8 2019-03-20 [1] CRAN (R 4.0.2)

> htmltools 0.5.0 2020-06-16 [1] CRAN (R 4.0.2)

> knitr 1.29.1 2020-06-26 [1] Github (yihui/knitr@2e08d5a)

> lifecycle 0.2.0 2020-03-06 [1] CRAN (R 4.0.2)

> magrittr 1.5 2014-11-22 [1] CRAN (R 4.0.2)

> pillar 1.4.4 2020-05-05 [1] CRAN (R 4.0.2)

> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.0.2)

> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.0.2)

> reprex 0.3.0.9001 2020-07-06 [1] Github (tidyverse/reprex@d898823)

> rlang 0.4.6 2020-05-02 [1] CRAN (R 4.0.2)

> rmarkdown 2.3.2 2020-07-06 [1] Github (rstudio/rmarkdown@ff1b279)

> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 4.0.2)

> 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.2)

> styler 1.3.2 2020-02-23 [1] CRAN (R 4.0.2)

> tibble 3.0.1 2020-04-20 [1] CRAN (R 4.0.2)

> tinytex 0.24.1 2020-06-26 [1] Github (yihui/tinytex@7d5fa26)

> vctrs 0.3.1 2020-06-05 [1] CRAN (R 4.0.2)

> withr 2.2.0 2020-04-20 [1] CRAN (R 4.0.2)

> xfun 0.15.1 2020-06-30 [1] Github (yihui/xfun@db7f317)

> yaml 2.2.1 2020-02-01 [1] CRAN (R 4.0.0)

>

> [1] C:/Program Files/R/R-4.0.2/library

― You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/TimmyChan/ICLS-Template-2020/issues/2, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABDCD5SPPLFBOHFPEVSXAI3R2E3NHANCNFSM4ORFWM2A.

jooyoungseo commented 4 years ago

Thank you @jrosen48 for sharing your session.

Would you mind re-sharing your session using reprex package at your easiest convenience?

That way would allow us to better identify the difference between us (except for the OS platform).