Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseygonzalez committed Nov 18, 2020
2 parents 3c18c90 + 8089ba8 commit 399c0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ tinytex::install_tinytex()
# after restarting RStudio, confirm that you have LaTeX with
tinytex:::is_tinytex()
```

You may need to install a few extra LaTeX packages on your first attempt to knit as well. Here is one such example of how to do so:
You may need to install a few extra LaTeX packages on your first attempt to knit as well. This is not a requirement, but an example of how to do so:

```{r}
tinytex::tlmgr_install("babel-portuges")
Expand Down

0 comments on commit 399c0e1

Please sign in to comment.