1TEXDOC(1) Texdoc manual TEXDOC(1)
2
3
4
6 texdoc - find & view documentation in TeX Live
7
9 texdoc [OPTION]... NAME...
10 texdoc [OPTION]... ACTION
11
13 Try to find appropriate TeX documentation for the specified NAME(s).
14 Alternatively, perform the given ACTION and exit.
15
17 -w, --view
18 Use view mode: start a viewer. (default)
19
20 -m, --mixed
21 Use mixed mode (view or list).
22
23 -l, --list
24 Use list mode: show a list of results.
25
26 -s, --showall
27 Use showall mode: show also "bad" results.
28
29 -i, --interact
30 Use interactive menus. (default)
31
32 -I, --nointeract
33 Use plain lists, no interaction required.
34
35 -M, --machine
36 Machine-readable output for lists (implies -I).
37
38 -q, --quiet
39 Suppress warnings and most error messages.
40
41 -v, --verbose
42 Print additional information (e.g., viewer command).
43
44 -D, --debug
45 Activate all debug output (equal to "--debug=all").
46
47 -d LIST, --debug=LIST
48 Activate debug output restricted to the categories specified in
49 LIST.
50 Available categories: config, files, search, score, texdocs,
51 tlpdb, version, view, and all to activate all of these.
52
53 -c NAME=VALUE
54 Set configuration item NAME to VALUE.
55
57 -h, --help
58 Print this help message.
59
60 -V, --version
61 Print the version number.
62
63 -f, --files
64 Print the list of configuration files used.
65
66 --just-view FILE
67 Display FILE, given with full path (no searching).
68
70 The following environment variables can be split by colon and used to
71 set viewers:
72
73 BROWSER, BROWSER_texdoc
74 Set the command to be used for HTML documents.
75
76 DVIVIEWER, DVIVIEWER_texdoc
77 Set the command to be used for DVI documents.
78
79 MDVIEWER, MDVIEWER_texdoc
80 Set the command to be used for Markdown documents.
81
82 PAGER, PAGER_texdoc
83 Set the command to be used for text documents.
84
85 PDFVIEWER, PDFVIEWER_texdoc
86 Set the command to be used for PDF documents.
87
88 PSVIEWER, PSVIEWER_texdoc
89 Set the command to be used for PS documents.
90
91 The following environment variables are also used:
92
93 LANG, LC_ALL and so on
94 Set the locale (which will influence on the search results).
95
96 TEXDOCS
97 In addition to the documents included in the TeX Live database,
98 Texdoc also searches documentation under TEXMF trees specified
99 by the kpathsea variable TEXDOCS.
100
102 <texmf>/texdoc/texdoc.cnf, see output of the --files option.
103
105 The texdoc command exists with one of the following values:
106
107 0 Success.
108
109 1 Internal error.
110
111 2 Usage error.
112
113 3 No documentation found.
114
116 Report bugs to texdoc@tug.org.
117 Texdoc home page: http://tug.org/texdoc/
118 Source: https://github.com/TeX-Live/texdoc
119
121 Copyright 2008-2020 Manuel PeĀ“gourieĀ“-Gonnard, Takuto Asakura, the TeX
122 Live Team.
123 License: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
124 This is free software: you are free to change and redistribute it.
125
127 The full documentation is maintained as a PDF manual. The command
128
129
130
131 texdoc texdoc
132
133
134
135 should give you access to the complete manual.
136
137
138
139Texdoc 3.2.1 February 2020 TEXDOC(1)