diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-07 12:21:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-07 12:21:28 -0700 |
commit | 9b481c8787f2c6e69bce3bb264b4d4f1fe8ed78e (patch) | |
tree | 0f555f563e3f787520f10ad9be5b84692cf0c214 | |
parent | 08fef6b210d4eaebf5958c499d7770445a49c51e (diff) | |
download | pandoc-9b481c8787f2c6e69bce3bb264b4d4f1fe8ed78e.tar.gz |
INSTALL: note about TinyTeX.
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 32e71cc3c..13a764b07 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,8 @@ - For PDF output, you'll also need LaTeX. Because a full [MacTeX] installation takes more than a gigabyte of disk space, we recommend installing [BasicTeX](http://www.tug.org/mactex/morepackages.html) - (64M) and using the `tlmgr` tool to install additional packages + (64M) or [TinyTeX](https://yihui.name/tinytex/) + and using the `tlmgr` tool to install additional packages as needed. If you get errors warning of fonts not found, try tlmgr install collection-fontsrecommended |