WFU-TLC / flc_discussion_board

A repository for discussing questions and issues in the Data Analysis with R (FLC)
https://wfu-tlc.github.io/
0 stars 0 forks source link

How do I get a good LaTex Package manager #24

Open medewitt opened 5 years ago

medewitt commented 5 years ago

Install tinytex via

install.packages("tinytex")

Then when the package has installed run the following in the console

tinytex::install_tinytex()

It might take a minute but totally worth it (especially when you are trying to knit to pdf)

Full instructions here https://yihui.name/tinytex/