Rakesh API

Package org.rakeshv.tex

Classes that deal with modifying text files into LaTeX files.

See:
          Description

Class Summary
ISOToASCII Implements a HashMap that maps non-ASCII ISO character entities to their plain ASCII equivalents.
ISOToTeX Implements a HashMap that maps accentuated ISO character entities to their LATEX equivalents.
TransformDocumentParts This class provides static methods that do very common transformations to generate part, chapter and section commands for a given ASCII text file.
TransformTextFile This class provides static methods that do very common transformations to ASCII text files that are converted to LATEX.
 

Package org.rakeshv.tex Description

Classes that deal with modifying text files into LaTeX files.

This package contains all classes that deal with converting ASCII or ISO text files into LaTeX files. Various classes are provided that deal with commonly dealt with problems such as converting accentuated characters to their LaTeX equivalents, adding appropriate chapter tags, etc.


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan