mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
434 B
Plaintext
22 lines
434 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://manned.org/texdoc>.
|
|
|
|
- Open the first search result in the default PDF viewer:
|
|
|
|
`texdoc {{search}}`
|
|
|
|
- List the best search results:
|
|
|
|
`texdoc {{[-l|--list]}} {{search}}`
|
|
|
|
- Open full documentation of texdoc:
|
|
|
|
`texdoc {{texdoc}}`
|