// tell which is input data
m_strDtbookData = inputText;
jAsciiMath.setInputData(inputText);
jAsciiMath.replaceAsciiMathBlocks();
// create collector of asciimath data blocks (calculus etc)
CollectAsciiMathBlocks pamb = new CollectAsciiMathBlocks(jAsciiMath,
bCheckStrikeErrors,
p_bCorrectStrikeErrors);
//pamb.printAllAsciiMathBloks sb.toString();
try {