| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-01-23 23:39:16 GMT-0800 |
| Commit | f11f4b36eec3a75f7c8c3ca2ee5a323aff770bfb |
| Parent | fff751c |
| Delta | 2 lines added, 2 lines removed |
| static { | ||
| try { | ||
| - sTypesetter = new KeenType(); | ||
| + sTypesetter = new KeenType( false ); | ||
| } catch( final Exception e ) { | ||
| clue( e ); | ||
| */ | ||
| public static String toString( final String equation ) { | ||
| - return sTypesetter.toSvg( "$" + equation + "$" ); | ||
| + return sTypesetter.toSvg( "$" + equation + "$", 2 ); | ||
| } | ||
| } | ||