More math components
This commit is contained in:
@ -3,7 +3,7 @@ import { XmlComponent } from "file/xml-components";
|
||||
import { MathRun } from "../math-run";
|
||||
|
||||
export class MathNumerator extends XmlComponent {
|
||||
constructor(readonly text: string) {
|
||||
constructor(text: string) {
|
||||
super("m:num");
|
||||
|
||||
this.root.push(new MathRun(text));
|
||||
|
Reference in New Issue
Block a user