Files
cheatsheet-tldr/tldr/texdoc

22 lines
429 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# texdoc
> Search for appropriate documentation for (La)TeX commands or packages.
> More information: <https://texdoc.org/index.html>.
- Open the first search result in the default PDF viewer:
`texdoc {{search}}`
- List the best search results:
`texdoc --list {{search}}`
- Open full documentation of texdoc:
`texdoc {{texdoc}}`