Add more math documentation

This commit is contained in:
Dolan Miu
2020-10-13 03:00:14 +01:00
parent 5be195fd91
commit 19d9619785
2 changed files with 164 additions and 21 deletions

View File

@ -44,19 +44,23 @@ doc.addSection({
}),
],
}),
// new Paragraph({
// children: [
// new MathFraction({
// numerator: [
// new MathRun("1"),
// new MathRadical({
// children: [new MathRun("2")],
// }),
// ],
// denominator: [new MathRun("2")],
// }),
// ],
// }),
new Paragraph({
children: [
new Math({
children: [
new MathFraction({
numerator: [
new MathRun("1"),
new MathRadical({
children: [new MathRun("2")],
}),
],
denominator: [new MathRun("2")],
}),
],
}),
],
}),
new Paragraph({
children: [
new Math({