org.activemath.presentation.formats
Class TeXMacrosLister

java.lang.Object
  extended by org.activemath.presentation.formats.TeXMacrosLister

public class TeXMacrosLister
extends Object


Constructor Summary
TeXMacrosLister()
           
 
Method Summary
 char getCharacter()
           
 String getMacro()
           
static void main(String[] args)
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeXMacrosLister

public TeXMacrosLister()
                throws IOException
Throws:
IOException
Method Detail

next

public boolean next()
             throws IOException
Throws:
IOException

getCharacter

public char getCharacter()

getMacro

public String getMacro()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception