Class BaseLanguageLaTex

BaseLanguageLaTex

class BaseLanguageLaTex

Variable Index

 o br1
 o currentLevel
 o frame
 o indent

Constructor Index

 o BaseLanguageLaTex()

Method Index

 o insertLine(String)
 o reduce(Sketch)
 o textualize(Branch)
 o textualize(Primitive)
 o textualize(Sketch)

Variables

 o frame
 static AmFrame frame
 o br1
 static Branch br1
 o indent
 static String indent
 o currentLevel
 static int currentLevel

Constructors

 o BaseLanguageLaTex
 BaseLanguageLaTex()

Methods

 o reduce
 void reduce(Sketch s)
 o textualize
 private void textualize(Primitive p)
 o insertLine
 private void insertLine(String str)
 o textualize
 private void textualize(Sketch sk)
 o textualize
 private void textualize(Branch b)