diff options
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptexhelp.h')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptexhelp.h | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptexhelp.h b/Build/source/texk/web2c/ptexdir/ptexhelp.h new file mode 100644 index 00000000000..01821c7c1ff --- /dev/null +++ b/Build/source/texk/web2c/ptexdir/ptexhelp.h @@ -0,0 +1,69 @@ +/* ptexhelp.h: for the --help option" +*/ +#ifndef PTEXHELP_H +#define PTEXHELP_H +/* block texk/web2c/help.h */ +#define HELP_H + +#ifdef PTFTOPL +string based_prog_name = "TFtoPL"; +const_string PTEXTFTOPLHELP[] = { +"Usage: ptftopl [option] tfmfile [plfile]", +"", +" -verbose output progress reports.", +" -version print version information and exit.", +" -help print this message and exit.", +" -kanji={jis|euc|sjis|utf8}", +" plfile kanji code.", +NULL }; +#endif /* PTFTOPL */ + +#ifdef PPLTOTF +string based_prog_name = "PLtoTF"; +const_string PTEXPLTOTFHELP[] = { +"Usage: ppltotf [option] plfile [tfmfile]", +"", +" -verbose output progress reports.", +" -version print version information and exit.", +" -help print this message and exit.", +" -kanji={jis|euc|sjis|utf8}", +" plfile kanji code.", +NULL }; +#endif /* PPLTOTF */ + +#ifdef PBIBTEX +string based_prog_name = "BibTeX"; +const_string PBIBTEXHELP[] = { +"Usage: pbibtex [option] auxfile", +"", +" -min-crossrefs=INTEGER minimum number of cross-refs required", +" for automatic cite_list inclusion (default 2).", +" -terse do silently.", +" -version print version information and exit.", +" -help print this message and exit.", +" -kanji={jis|euc|sjis|utf8} kanji code for output-file.", +NULL }; +#endif /* PBIBTEX */ + +#ifdef PDVITYPE +string based_prog_name = "DVItype"; +const_string PDVITYPEHELP[] = { +"Usage: pdvitype [option] dvifile", +"", +" -dpi=REAL assumed device resolution in pixels per inch", +" (default 300.0).", +" -magnification=INTEGER overrride the postamble's magnification.", +" -max-pages=INTEGER maximum number of pages (default 1000000).", +" -output-level=1..4 verbosity level.", +" 1: terse, 2: medium-level, 3: verbose,", +" 4: plus check for postamble(default).", +" -page-start=PAGE type, e.g., `1.*.-5' to specify the first page", +" with \\count0=1, \\count2=4.", +" (see the TeX book chapter 15).", +" -show-opcodes show opcodes in dicimal.", +" -kanji={jis|euc|sjis|utf8} kanji code for output-file.", +" -version print version information and exit.", +" -help print this message and exit.", +NULL }; +#endif /* PDVITYPE */ +#endif /* PTEXHELP_H */ |