itrans can accept TEX input and generate TEX output for all languages for which either a PostScript font description or a Metafont description is available.
For example, the character in the table
in the document dvnc.itx was produced by this input text:
{
#marathi aa
#endmarathi }
Thus, the character aa, when bracketed between #marathi and
#endmarathi produces , when the appropriate
IFM file
name and font command name have been set correctly (as mentioned in the
previous section).
For further examples, see the sample documents provided. All TEX transliterated files have been given the file extension .itx.
Normally, all english text between the words #marathi and #endmarathi is mapped into marathi characters, except for any word following a backslash character. Thus, you can include TEX commands in the transliterated text portion, the only restriction is that the command should be made up of letters and numerals only.
Examples: \indent or \hskip1in or \kern0.4em,
etc
.
Note that in the sample documents shown, TEX commands are usually
surrounded by curly braces--they used as scope delimiters only, are not
absolutely necessary, but are recommended.
To use this pre-processor, you must have the following tools:
For the IBM PC, the emTeX package includes the dvips executable. dvips for the PC also resides in the SIMTEL archives.
The ITRANS package also contains an executable for MS-DOS machines, thus for MS-DOS machines, you need not go through the compilation step.
In ITRANS release 5.2, a new style file was added itrans.sty. This is the file created by Ross Moore to allow ITRANS documents to be processed through latex2html, but this style file is useable for normal LATEXdocuments also.
This style file should be loaded with the \usepackage
command, and there
are many options available with this package.
Example lines to load itrans.sty:
\usepackage[preprocess]{itrans}}
or
\usepackage[preprocess,telugu]{itrans}}
2009-12-04
ITRANS Home Page: http://www.aczoom.com/itrans/