1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
|
/* help.h: help messages for web2c programs.
This is included by everyone, from cpascal.h. This is better than
putting the help messages directly in the change files because (1)
multiline strings aren't supported by tangle, and it would be a pain
to make up a new syntax for them in web2c, and (2) when a help msg
changes, we need only recompile, not retangle or reconvert. The
downside is that everything gets recompiled when any msg changes, but
that's better than having umpteen separate tiny files. (For one
thing, the messages have a lot in common, so it's nice to have them
in one place.)
Copyright (C) 1995, 96 Karl Berry, 2001, 03, 04 Olaf Weber.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Note: Help messages for TeX & MF family moved to texmfmp-help.h, to
prevent multiple-definition errors. */
#ifndef HELP_H
#define HELP_H
#ifdef BIBTEX
const_string BIBTEXHELP[] = {
"Usage: bibtex [OPTION]... AUXFILE[.aux]",
" Write bibliography for entries in AUXFILE to AUXFILE.bbl.",
"",
"-min-crossrefs=NUMBER include item after NUMBER cross-refs; default 2",
"-terse do not print progress reports",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* BIBTEX */
#ifdef CWEB
const_string CWEAVEHELP[] = {
"Usage: cweave [OPTIONS] WEBFILE[.w] [{CHANGEFILE[.ch]|-}] [OUTFILE[.tex]]",
" Weave WEBFILE with CHANGEFILE into a TeX document.",
" Default CHANGEFILE is /dev/null;",
" TeX output goes to the basename of WEBFILE extended with `.tex'",
" unless otherwise specified by OUTFILE; in this case, '-' specifies",
" a null CHANGEFILE.",
"",
"-b suppress banner line on terminal",
"-f do not force a newline after every C statement in output",
"-h suppress success message on completion",
"-p suppress progress report messages",
"-x omit indices and table of contents",
"+e enclose C material in \\PB{...}",
"+s print usage statistics",
"--help display this help and exit",
"--version output version information and exit",
NULL
};
const_string CTANGLEHELP[] = {
"Usage: ctangle [OPTIONS] WEBFILE[.w] [{CHANGEFILE[.ch]|-}] [OUTFILE[.c]]",
" Tangle WEBFILE with CHANGEFILE into a C/C++ program.",
" Default CHANGEFILE is /dev/null;",
" C output goes to the basename of WEBFILE extended with `.c'",
" unless otherwise specified by OUTFILE; in this case, '-' specifies",
" a null CHANGEFILE.",
"",
"-b suppress banner line on terminal",
"-h suppress success message on completion",
"-p suppress progress report messages",
"+s print usage statistics",
"--help display this help and exit",
"--version output version information and exit",
NULL
};
#endif /* CWEB */
#ifdef DVICOPY
const_string DVICOPYHELP[] = {
"Usage: dvicopy [OPTION]... [INDVI[.dvi] [OUTDVI[.dvi]]]",
" Expand virtual font references in INDVI to OUTDVI.",
" Defaults are standard input and standard output, respectively.",
"",
"-magnification=NUMBER override existing magnification with NUMBER",
"-max-pages=NUMBER process NUMBER pages; default one million",
"-page-start=PAGE-SPEC start at PAGE-SPEC, for example `2' or `5.*.-2'",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* DVICOPY */
#ifdef DVITOMP
const_string DVITOMPHELP[] = {
"Usage: dvitomp [OPTION]... DVIFILE[.dvi] [MPXFILE[.mpx]]",
" Translate DVIFILE to the MetaPost MPXFILE.",
" Default MPXFILE is basename of DVIFILE extended with `.mpx'.",
"",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* DVITOMP */
#ifdef DVITYPE
const_string DVITYPEHELP[] = {
"Usage: dvitype [OPTION]... DVIFILE[.dvi]",
" Verify and translate DVIFILE to human-readable form,",
" written to standard output.",
"",
"-dpi=REAL set resolution to REAL pixels per inch; default 300.0",
"-magnification=NUMBER override existing magnification with NUMBER",
"-max-pages=NUMBER process NUMBER pages; default one million",
"-output-level=NUMBER verbosity level, from 0 to 4; default 4",
"-page-start=PAGE-SPEC start at PAGE-SPEC, for example `2' or `5.*.-2'",
"-show-opcodes show numeric opcodes (in decimal)",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* DVITYPE */
#ifdef GFTODVI
const_string GFTODVIHELP[] = {
"Usage: gftodvi [OPTION]... GFNAME",
" Translate each character in GFNAME to a page in a DVI file,",
" which is named with the basename of GFNAME extended with `.dvi'.",
"",
"-overflow-label-offset=REAL override 2.1in offset for overflow labels",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* GFTODVI */
#ifdef GFTOPK
const_string GFTOPKHELP[] = {
"Usage: gftopk [OPTION]... GFNAME [PKFILE]",
" Translate the bitmap font GFNAME to PKFILE.",
" Default PKFILE is basename of GFNAME extended with `pk'.",
"",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* GFTOPK */
#ifdef GFTYPE
const_string GFTYPEHELP[] = {
"Usage: gftype [OPTION]... GFNAME",
" Verify and translate the bitmap font GFNAME to human-readable form,",
" written to standard output.",
"",
"-images show characters as pixels",
"-mnemonics translate all GF commands",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* GFTYPE */
#ifdef MFT
const_string MFTHELP[] = {
"Usage: mft [OPTION]... NAME[.mf|.mp]",
" Translate MFNAME to TeX for printing, using the mftmac.tex (or",
" mptmac.tex) macros. Output goes to basename of NAME extended",
" with `.tex'.",
"",
"-change=CHFILE apply the change file CHFILE as with tangle and weave",
"-metapost assume NAME is a METAPOST source file",
"-style=MFTNAME use MFTNAME instead of plain.mft (or mplain.mft)",
" (this option can be given more than once)",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* MFT */
#ifdef ODVICOPY
const_string ODVICOPYHELP[] = {
"Usage: odvicopy [OPTION]... [INDVI[.dvi] [OUTDVI[.dvi]]]",
" Expand virtual font references in INDVI to OUTDVI.",
" Defaults are standard input and standard output, respectively.",
"",
"-magnification=NUMBER override existing magnification with NUMBER",
"-max-pages=NUMBER process NUMBER pages; default one million",
"-page-start=PAGE-SPEC start at PAGE-SPEC, for example `2' or `5.*.-2'",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* ODVICOPY */
#ifdef ODVITYPE
const_string ODVITYPEHELP[] = {
"Usage: odvitype [OPTION]... DVIFILE[.dvi]",
" Verify and translate DVIFILE to human-readable form,",
" written to standard output.",
"",
"-dpi=REAL set resolution to REAL pixels per inch; default 300.0",
"-magnification=NUMBER override existing magnification with NUMBER",
"-max-pages=NUMBER process NUMBER pages; default one million",
"-output-level=NUMBER verbosity level, from 0 to 4; default 4",
"-page-start=PAGE-SPEC start at PAGE-SPEC, for example `2' or `5.*.-2'",
"-show-opcodes show numeric opcodes (in decimal)",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* ODVITYPE */
#ifdef OFM2OPL
const_string OFM2OPLHELP[] = {
"Usage: ofm2opl [OPTION]... OFMNAME[.ofm] [OPLFILE[.opl]]",
" Translate the font metrics OFMNAME to human-readable property list file",
" OPLFILE or standard output.",
"",
"-charcode-format=TYPE output character codes according to TYPE,",
" either `hex' or `ascii'; default is hex,",
" ascii = ascii letters and digits, hex for all else",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* OFM2OPL */
#ifdef OPL2OFM
const_string OPL2OFMHELP[] = {
"Usage: opl2ofm [OPTION]... OPLFILE[.opl] [OFMFILE[.ofm]]",
" Translate the property list OPLFILE to OFMFILE.",
" Default OFMFILE is basename of OPLFILE extended with `.ofm'.",
"",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* OPL2OFM */
#if defined (OTANGLE) || defined (OTANGLEBOOT)
const_string OTANGLEHELP[] = {
"Usage: otangle [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",
" Tangle WEBFILE with CHANGEFILE into a Pascal program.",
" Default CHANGEFILE is /dev/null;",
" Pascal output goes to the basename of WEBFILE extended with `.p',",
" and a string pool file, if necessary, to the same extended with `.pool'.",
"",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* OTANGLE */
#ifdef OVF2OVP
const_string OVF2OVPHELP[] = {
"Usage: ovf2ovp [OPTION]... OVFNAME[.ovf] [OFMNAME[.ofm] [OVPFILE[.ovp]]]",
" Translate OVFNAME and companion OFMNAME to human-readable",
" virtual property list file OVPFILE or standard output.",
" If OFMNAME is not specified, OVFNAME (with `.ovf' removed) is used.",
"",
"-charcode-format=TYPE output character codes according to TYPE,",
" either `hex' or `ascii'; default is hex,",
" ascii = ascii letters and digits, hex for all else",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* OVF2OVP */
#ifdef OVP2OVF
const_string OVP2OVFHELP[] = {
"Usage: ovp2ovf [OPTION]... OVPFILE[.ovp] [OVFFILE[.ovf] [OFMFILE[.ofm]]]",
" Translate OVPFILE to OVFFILE and companion OFMFILE.",
" Default OVFFILE is basename of OVPFILE extended with `.ovf'.",
" Default OFMFILE is OVFFILE extended with `.ofm'.",
"",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* OVP2OVF */
#ifdef PATGEN
const_string PATGENHELP[] = {
"Usage: patgen [OPTION]... DICTIONARY PATTERNS OUTPUT TRANSLATE",
" Generate the OUTPUT hyphenation file for use with TeX",
" from the DICTIONARY, PATTERNS, and TRANSLATE files.",
"",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* PATGEN */
#ifdef PKTOGF
const_string PKTOGFHELP[] = {
"Usage: pktogf [OPTION]... PKNAME [GFFILE]",
" Translate the bitmap font PKNAME to GFFILE.",
" Default GFFILE is basename of PKNAME extended with `gf'.",
"",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* PKTOGF */
#ifdef PKTYPE
const_string PKTYPEHELP[] = {
"Usage: pktype [OPTION]... PKNAME",
" Verify and translate the bitmap font PKNAME to human-readable form,",
" written to standard output.",
"",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* PKTYPE */
#ifdef PLTOTF
const_string PLTOTFHELP[] = {
"Usage: pltotf [OPTION]... PLFILE[.pl] [TFMFILE[.tfm]]",
" Translate the property list PLFILE to TFMFILE.",
" Default TFMFILE is basename of PLFILE extended with `.tfm'.",
"",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* PLTOTF */
#ifdef POOLTYPE
const_string POOLTYPEHELP[] = {
"Usage: pooltype [OPTION]... POOLFILE[.pool]",
" Display the string number of each string in POOLFILE.",
"",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* POOLTYPE */
#if defined (TANGLE) || defined (TANGLEBOOT)
const_string TANGLEHELP[] = {
"Usage: tangle [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",
" Tangle WEBFILE with CHANGEFILE into a Pascal program.",
" Default CHANGEFILE is /dev/null;",
" Pascal output goes to the basename of WEBFILE extended with `.p',",
" and a string pool file, if necessary, to the same extended with `.pool'.",
"",
"-help display this help and exit",
"-length=NUMBER the first NUMBER characters of an identifier have to be",
" unique (default 32)",
"-loose honor the upper/lower/mixedcase and underline options when",
" comparing identifiers (default)",
"-lowercase make all identifiers lowercase",
"-mixedcase retain the case of identifiers unchanged (default)",
"-strict always smash case and remove underlines when comparing",
" identifiers",
"-underline do not remove underline characters from indentifiers",
"-uppercase make all identifiers uppercase",
"-version output version information and exit",
NULL
};
#endif /* TANGLE */
#ifdef TFTOPL
const_string TFTOPLHELP[] = {
"Usage: tftopl [OPTION]... TFMNAME[.tfm] [PLFILE[.pl]]",
" Translate the font metrics TFMNAME to human-readable property list file",
" PLFILE or standard output.",
"",
"-charcode-format=TYPE output character codes according to TYPE,",
" either `octal' or `ascii'; default is ascii for",
" letters and digits, octal for all else",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* TFTOPL */
#ifdef VFTOVP
const_string VFTOVPHELP[] = {
"Usage: vftovp [OPTION]... VFNAME[.vf] [TFMNAME[.tfm] [VPLFILE[.vpl]]]",
" Translate VFNAME and companion TFMNAME to human-readable",
" virtual property list file VPLFILE or standard output.",
" If TFMNAME is not specified, VFNAME (with `.vf' removed) is used.",
"",
"-charcode-format=TYPE output character codes according to TYPE,",
" either `octal' or `ascii'; default is ascii for",
" letters and digits, octal for all else",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* VFTOVP */
#ifdef VPTOVF
const_string VPTOVFHELP[] = {
"Usage: vptovf [OPTION]... VPLFILE[.vpl] [VFFILE[.vf] [TFMFILE[.tfm]]]",
" Translate VPLFILE to VFFILE and companion TFMFILE.",
" Default VFFILE is basename of VPLFILE extended with `.vf'.",
" Default TFMFILE is VFFILE extended with `.tfm'.",
"",
"-help display this help and exit",
"-verbose display progress reports",
"-version output version information and exit",
NULL
};
#endif /* VPTOVF */
#ifdef WEAVE
const_string WEAVEHELP[] = {
"Usage: weave [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",
" Weave WEBFILE with CHANGEFILE into a TeX document.",
" Default CHANGEFILE is /dev/null;",
" TeX output goes to the basename of WEBFILE extended with `.tex'.",
"",
"-x omit cross-reference information",
"-help display this help and exit",
"-version output version information and exit",
NULL
};
#endif /* WEAVE */
#endif /* not HELP_H */
|