
text2lat - Convert text to LaTeX
================================

Program invokation
------------------

text2lat [<options>] [<inputfile> [<outputfile>]]


Options
-------

-e  <input encoding>
	Specifies the input encoding, may be ``latin-1'', ``utf-8'' or
	``automatic''. If you choose ``automatic'' the program inspects
	the LANG environment variable for the appearance of
	``.UTF-8''.
	Default: automatic

-n
-n-
	turns <newline> to \\<newline> on or off.
	Default: off

-s
-s-
	turns the conversion of spaces to ~ on or off.
	Default: off

