
NAME

  dkt latex - Convert text to LaTeX

SYNOPSIS

  dkt latex [<options>] [<arguments>]

DESCRIPTION

The program converts input text to LaTeX.

OPTIONS

-R
	skips all settings from dkt.conf configuration files.

-i encoding
	sets up the default input encoding. This encoding is used if no
	byte order marker is found at the beginning of input.

-p
	shortcut for "-i ascii".

-e
	Echo mode, the command line arguments are the text to convert.

-x
	Hexadecimal mode, command line arguments are hexadecimal
	representations of the characters to convert.

RETURN VALUE

The program returns 0 on success, any other value indicates an error.


AUTHOR

Dirk Krause

HISTORY

The "dkt latex" function replaces the text2lat and echo2lat programs from
previous dktools versions.

