From 88eab06af697b8d0fd8ef6d7762eae4901b191d2 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 8 May 2006 12:59:00 +0200 Subject: stable 2006.05.08 12:59 --- doc/scripts/context/perl/texshow.1 | 69 ++++++++++++++++++ doc/scripts/context/perl/texshow.html | 133 ++++++++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+) create mode 100644 doc/scripts/context/perl/texshow.1 create mode 100644 doc/scripts/context/perl/texshow.html (limited to 'doc') diff --git a/doc/scripts/context/perl/texshow.1 b/doc/scripts/context/perl/texshow.1 new file mode 100644 index 000000000..1fda1f952 --- /dev/null +++ b/doc/scripts/context/perl/texshow.1 @@ -0,0 +1,69 @@ +.TH "texshow" "1" "Oct 2000" "ConTeXt" "CONTEXT" +.PP +.SH "NAME" +texshow \- ConTeXt command and parameter reference +.PP +.SH "SYNOPSIS" +\fBtexshow\fP [ \fIOPTION\fP ] [ \fICOMMAND\fP ] +[ \fILANGUAGE\fP ] +.PP +.SH "DESCRIPTION" +.PP +\fBtexshow\fP uses \fBperl\fP(1) and PerlTk (see \fBTk\fP(3pm)) to +show a overview of the commands and parameters of those\&. In the Tk +window you can search for a command and by switching the interface, +you can see the equivalent in another interface language\&. +.PP +\fICOMMAND\fP is a \fBConTeXt\fP command to search for in the +database\&. Note that Plain TeX commands are not (yet) in this database +although they can be used in \fBConTeXt\fP source files\&. +.PP +\fILANGUAGE\fP can be one of \fBcz\fP (Czech), \fBde\fP +(German), \fBen\fP (US-English) or \fBnl\fP (Dutch)\&. The default +language is Dutch\&. +.PP +You can also set the interface language with the +\fB--interface\fP switch\&. +.PP +.SH "OPTIONS" +.PP +.IP "\fB--help\fP" +Print a brief syntax summary +.IP "\fB--interface=\fP\fILANGUAGE\fP" +Primary interface language\&. +See DESCRIPTION for \fILANGUAGE\fP options\&. +.PP +.SH "FILES" +.PP +.IP "\fITEXMF/context/perltk/cont_mis\&.pm\fP" +Perl module for +formatting data +.IP "\fITEXMF/context/perltk/cont_set\&.pm\fP" +Perl module for +defining and constructing Tk interface +.IP "\fITEXMF/context/data/cont-\fIXX\fP\&.tws\fP" +The database +file\&. At this writing, \fIXX\fP can be one of \fBcz\fP (Czech), +\fBde\fP (German), \fBen\fP (English), \fBit\fP (Italian), or +\fBnl\fP (Dutch)\&. Which file is used is determined by the +\fILANGUAGE\fP specified on the command line\&. +.PP +.SH "SEE ALSO" +.PP +\fBtexexec\fP(1), \fBtexutil\fP(1), \fBpdfetex\fP(1), +\fBpdftex\fP(1)\&. +.PP +Web page: +.PP +.SH "AUTHOR" +.PP +\fBtexshow\fP was written by Hans Hagen +\&. +.PP +This manpage was written by Tobias Burnus + and C\&.M\&. Connelly +\&. +.PP +\fBtexshow\fP is part of \fBTeXWork\fP and \fBConTeXt\fP and is available +from \&. +.PP diff --git a/doc/scripts/context/perl/texshow.html b/doc/scripts/context/perl/texshow.html new file mode 100644 index 000000000..c3c549326 --- /dev/null +++ b/doc/scripts/context/perl/texshow.html @@ -0,0 +1,133 @@ +Content-type: text/html + +Manpage of texshow + +

texshow

+Section: CONTEXT (1)
Updated: Oct 2000
Index +Return to Main Contents
+ +

+ +  +

NAME

+ +texshow - ConTeXt command and parameter reference +

+ +  +

SYNOPSIS

+ +texshow [ OPTION ] [ COMMAND ] +[ LANGUAGE ] +

+ +  +

DESCRIPTION

+ +

+ +texshow uses perl(1) and PerlTk (see Tk(3pm)) to +show a overview of the commands and parameters of those. In the Tk +window you can search for a command and by switching the interface, +you can see the equivalent in another interface language. +

+ +COMMAND is a ConTeXt command to search for in the +database. Note that Plain TeX commands are not (yet) in this database +although they can be used in ConTeXt source files. +

+ +LANGUAGE can be one of cz (Czech), de +(German), en (US-English) or nl (Dutch). The default +language is Dutch. +

+ +You can also set the interface language with the +--interface switch. +

+ +  +

OPTIONS

+ +

+ +

+
--help
+Print a brief syntax summary +
--interface=LANGUAGE
+Primary interface language. +See DESCRIPTION for LANGUAGE options. +
+

+ +  +

FILES

+ +

+ +

+
TEXMF/context/perltk/cont_mis.pm
+Perl module for +formatting data +
TEXMF/context/perltk/cont_set.pm
+Perl module for +defining and constructing Tk interface +
TEXMF/context/data/cont-XX.tws
+The database +file. At this writing, XX can be one of cz (Czech), +de (German), en (English), it (Italian), or +nl (Dutch). Which file is used is determined by the +LANGUAGE specified on the command line. +
+

+ +  +

SEE ALSO

+ +

+ +texexec(1), texutil(1), pdfetex(1), +pdftex(1). +

+ +Web page: <http://www.pragma-ade.com/> +

+ +  +

AUTHOR

+ +

+ +texshow was written by Hans Hagen +<pragma@wxs.nl>. +

+ +This manpage was written by Tobias Burnus +<burnus@gmx.de> and C.M. Connelly +<c@eskimo.com>. +

+ +texshow is part of TeXWork and ConTeXt and is available +from <http://www.pragma-ade.com/pragma-ade/>. +

+ +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
DESCRIPTION
+
OPTIONS
+
FILES
+
SEE ALSO
+
AUTHOR
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 08:17:36 GMT, April 06, 2006 + + -- cgit v1.2.3