-
-
Save lordlycastle/6aa767389ccccfa2fd3d227e458e3bc6 to your computer and use it in GitHub Desktop.
Enabling texdoc: Texlive/BasicTeX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Found here: http://macosx-tex.576846.n2.nabble.com/BasicTeX-and-documentation-td7579224.html | |
Problem: BasicTex does not come with texdoc installed, and does not build docs by default | |
1. Install texdoc | |
> tlmgr install texdoc | |
2. Enable automatic build of documentation, which is disabled (default) for BasicTeX tlmgr. | |
> tlmgr option docfiles 1 | |
3. Build documentation for all installed packages | |
> tlmgr install --reinstall $(tlmgr list --only-installed | sed -e 's/^i //' -e 's/:.*$//') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment