Skip to content

Commit

Permalink
tinytex packages help
Browse files Browse the repository at this point in the history
  • Loading branch information
iramosgutierrez committed Feb 14, 2024
1 parent 5472957 commit b2c0173
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ The first time you install tinytex or use **labeleR** it may take a
while until all packages are correctly installed. Don't worry, it will
be much quicker next time!


#### TinyTeX troubleshooting
In case you have problems installing `TinyTeX`'s packages, try running this in your console:
```{r TinyTeX pkgs, eval = FALSE}
tinytex::tlmgr_install(pkgs = c( "zref", "needspace", "pagecolor",
"bookmark", "changepage", "fp",
"mdframed", "ms", "pgf",
"pspicture", "qrcode"))
```
## 1. Getting started

```{r load labeleR, eval = FALSE}
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ The first time you install tinytex or use **labeleR** it may take a
while until all packages are correctly installed. Don’t worry, it will
be much quicker next time!

#### TinyTeX troubleshooting

In case you have problems installing `TinyTeX`’s packages, try running
this in your console:

``` r
tinytex::tlmgr_install(pkgs = c( "zref", "needspace", "pagecolor",
"bookmark", "changepage", "fp",
"mdframed", "ms", "pgf",
"pspicture", "qrcode"))
```

## 1. Getting started

``` r
Expand Down

0 comments on commit b2c0173

Please sign in to comment.