HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

texdoc — Search for appropriate documentation for (La)TeX commands or packages. More information: <https://ma

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandsearchclitexdocdocumentationforappropriate

Problem

How to use the texdoc command: Search for appropriate documentation for (La)TeX commands or packages. More information: <https://manned.org/texdoc>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/texdoc

Revisions (0)

No revisions yet.