Skip to content

Commit

Permalink
Install instructions: add missing babel CTAN packages
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jun 5, 2024
1 parent 9193adc commit 6e7812f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ tinytex::tlmgr_conf(
# install some other needed latex packages
tinytex::tlmgr_install(c(
"inconsolata", "times", "tex", "helvetic", "dvips", "hyphen-dutch",
"hyphen-french"
"hyphen-french", "babel-english", "babel-french", "babel-dutch"
))
```
5 changes: 4 additions & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ tinytex::tlmgr_install(c(
tinytex::tlmgr_conf(
c("auxtrees", "add", system.file("local_tex", package = "INBOmd"))
)
tinytex::tlmgr_install(c("hyphen-dutch", "hyphen-french"))
tinytex::tlmgr_install(c(
"hyphen-dutch", "hyphen-french",
"babel-english", "babel-french", "babel-dutch"
))
```

# Using `INBOmd`
Expand Down

0 comments on commit 6e7812f

Please sign in to comment.