Skip to content

Commit

Permalink
added equation handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ktisha committed Sep 16, 2014
1 parent f55f2b2 commit 8c54385
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ public boolean isAllowed(FlowToken target) {
corePackage.addEnvironment("eqnarray*", PARA_MODE_ONLY, MATH, Interpretation.TABULAR, new EqnArrayHandler(), START_NEW_XHTML_BLOCK);
corePackage.addEnvironment("align", PARA_MODE_ONLY, MATH, Interpretation.TABULAR, new AlignHandler(), START_NEW_XHTML_BLOCK);
corePackage.addEnvironment("align*", PARA_MODE_ONLY, MATH, Interpretation.TABULAR, new AlignHandler(), START_NEW_XHTML_BLOCK);
corePackage.addEnvironment("equation*", PARA_MODE_ONLY, MATH, Interpretation.TABULAR, new AlignHandler(), START_NEW_XHTML_BLOCK);

/* AMS-LaTeX convenience environments */
corePackage.addEnvironment("matrix", MATH_MODE_ONLY, MATH, Interpretation.TABULAR, new MatrixHandler(), null);
Expand Down

0 comments on commit 8c54385

Please sign in to comment.