mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
22 lines
429 B
Plaintext
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}}`
|