Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into master
  • Loading branch information
chrismlam committed Sep 22, 2020
2 parents c2f78cb + 494616a commit 1293b45
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ It is **highly recommended** you install [TinyTex](https://yihui.name/tinytex/)
After installing TinyTex, execute this command in R:

```
tinytex::tlmgr_install(c('adjustbox','amscls','catchfile','collectbox','enumitem','environ','eurosym','fancyhdr','filehook','footmisc','fvextra','ifplatform','jknapltx','lineno','lm-math','makecmds','mathtools','minted','parskip','pdflscape','pgf','polyglossia','rsfs','tcolorbox','tex','titling','transparent','trimspaces','ucs','ulem','unicode-math','upquote','xcolor','xstring'))
tinytex::tlmgr_install(c('adjustbox','amscls','catchfile','collectbox','enumitem','environ','eurosym',
'fancyhdr','filehook','footmisc','fvextra','ifplatform','jknapltx','lineno','lm-math','makecmds',
'mathtools','minted','parskip','pdflscape','pgf','polyglossia','rsfs','tcolorbox','tex','titling',
'transparent','trimspaces','ucs','ulem','unicode-math','upquote','xcolor','xstring'))
```

Or if you prefer installing using 'tlmgr':

```
tlmgr install adjustbox amscls catchfile collectbox enumitem environ eurosym fancyhdr filehook footmisc fvextra ifplatform jknapltx lineno lm-math makecmds mathtools minted parskip pdflscape pgf polyglossia rsfs tcolorbox tex titling transparent trimspaces ucs ulem unicode-math upquote xcolor xstring
tlmgr install adjustbox amscls catchfile collectbox enumitem environ eurosym fancyhdr filehook
footmisc fvextra ifplatform jknapltx lineno lm-math makecmds mathtools minted parskip pdflscape pgf
polyglossia rsfs tcolorbox tex titling transparent trimspaces ucs ulem unicode-math upquote xcolor xstring
```


Expand All @@ -32,4 +37,4 @@ Check use of 'parse_packages' or 'parse_install', and let TinyTex helper functio
1. Install [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) extension
2. Update your [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations) file with the latex workshop recipes and tools [found here](.vscode/settings.json)
3. Reload VS Code window.
4. Build your TeX file!
4. Build your TeX file!

0 comments on commit 1293b45

Please sign in to comment.