summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-19 12:31:17 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-19 12:31:17 +0000
commita84628de6ef38ff879cec6f07a790d8ac1b45eea (patch)
tree8986fe29267095024835085de2492b01f08e5fb5 /Build/source/texk/web2c/help.h
parent2438d33d26e1efd298278d484a4309cd5281c7ce (diff)
pTeX update
git-svn-id: svn://tug.org/texlive/trunk@17922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h58
1 files changed, 58 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index a7d243e473c..dcf3d27c6df 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -310,6 +310,40 @@ const_string PATGENHELP[] = {
};
#endif /* PATGEN */
+#ifdef PBIBTEX
+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
+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 decimal.",
+" -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 */
+
#ifdef PKTOGF
const_string PKTOGFHELP[] = {
"Usage: pktogf [OPTION]... PKNAME [GFFILE]",
@@ -359,6 +393,30 @@ const_string POOLTYPEHELP[] = {
};
#endif /* POOLTYPE */
+#ifdef PPLTOTF
+const_string PPLTOTFHELP[] = {
+"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 PTFTOPL
+const_string PTFTOPLHELP[] = {
+"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 */
+
#if defined (TANGLE) || defined (TANGLEBOOT)
const_string TANGLEHELP[] = {
"Usage: tangle [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",