You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: File-Formats/DocIO/Working-with-LaTeX.md
+51-21Lines changed: 51 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The .NET Word (DocIO) library allows to create mathematical equation in Word doc
11
11
12
12
## Accent
13
13
14
-
Add **accent** equation to a Word document using the LaTeX through **AppendMath** API.
14
+
Add **accent** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
15
15
16
16
The following code example illustrates how to create accent equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Accent/.NET).
69
+
68
70
The following table demonstrates the LaTeX equivalent to professional format accent equations.
69
71
70
72
<table>
@@ -149,7 +151,7 @@ The following table demonstrates the LaTeX equivalent to professional format acc
149
151
150
152
## Bar
151
153
152
-
Add **bar** equation to a Word document using the LaTeX through **AppendMath** API.
154
+
Add **bar** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
153
155
154
156
The following code example illustrates how to create bar equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Bar/.NET).
209
+
206
210
The following table demonstrates the LaTeX equivalent to professional format bar equations.
207
211
208
212
<table>
@@ -227,7 +231,7 @@ The following table demonstrates the LaTeX equivalent to professional format bar
227
231
228
232
## Box
229
233
230
-
Add **box** equation to a Word document using the LaTeX through **AppendMath** API.
234
+
Add **box** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
231
235
232
236
The following code example illustrates how to create box equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Box/.NET).
289
+
284
290
The following table demonstrates the LaTeX equivalent to professional format box equations.
285
291
286
292
<table>
@@ -300,7 +306,7 @@ The following table demonstrates the LaTeX equivalent to professional format box
300
306
301
307
## Border Box
302
308
303
-
Add **border box** equation to a Word document using the LaTeX through **AppendMath** API.
309
+
Add **border box** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
304
310
305
311
The following code example illustrates how to create border box equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Border-Box/.NET).
364
+
357
365
The following table demonstrates the LaTeX equivalent to professional format border box equations.
358
366
359
367
<table>
@@ -373,7 +381,7 @@ The following table demonstrates the LaTeX equivalent to professional format bor
373
381
374
382
## Delimiter
375
383
376
-
Add **delimiter** equation to a Word document using the LaTeX through **AppendMath** API.
384
+
Add **delimiter** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
377
385
378
386
The following code example illustrates how to create delimiter equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Delimiter/.NET).
439
+
430
440
The following table demonstrates the LaTeX equivalent to professional format delimiter equations.
431
441
432
442
<table>
@@ -581,7 +591,7 @@ The following table demonstrates the LaTeX equivalent to professional format del
581
591
582
592
## Fraction
583
593
584
-
Add **fraction** equation to a Word document using the LaTeX through **AppendMath** API.
594
+
Add **fraction** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
585
595
586
596
The following code example illustrates how to create fraction equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Fraction/.NET).
649
+
638
650
The following table demonstrates the LaTeX equivalent to professional format fraction equations.
639
651
640
652
<table>
@@ -669,7 +681,7 @@ The following table demonstrates the LaTeX equivalent to professional format fra
669
681
670
682
## Function
671
683
672
-
Add **function** equation to a Word document using the LaTeX through **AppendMath** API.
684
+
Add **function** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
673
685
674
686
The following code example illustrates how to create function equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Function/.NET).
739
+
726
740
The following table demonstrates the LaTeX equivalent to professional format function equations.
727
741
728
742
<table>
@@ -887,7 +901,7 @@ The following table demonstrates the LaTeX equivalent to professional format fun
887
901
888
902
## Group character
889
903
890
-
Add **group character** equation to a Word document using the LaTeX through **AppendMath** API.
904
+
Add **group character** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
891
905
892
906
The following code example illustrates how to create group character equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Group-character/.NET).
959
+
944
960
The following table demonstrates the LaTeX equivalent to professional format group character equations.
945
961
946
962
<table>
@@ -965,7 +981,7 @@ The following table demonstrates the LaTeX equivalent to professional format gro
965
981
966
982
## Limit
967
983
968
-
Add **limit** equation to a Word document using the LaTeX through **AppendMath** API.
984
+
Add **limit** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
969
985
970
986
The following code example illustrates how to create limit equation using LaTeX in Word document.
971
987
@@ -979,7 +995,7 @@ using WordDocument document = new WordDocument();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Limit/.NET).
1039
+
1022
1040
The following table demonstrates the LaTeX equivalent to professional format limit equations.
1023
1041
1024
1042
<table>
@@ -1032,23 +1050,23 @@ The following table demonstrates the LaTeX equivalent to professional format lim
Add **matrix** equation to a Word document using the LaTeX through **AppendMath** API.
1069
+
Add **matrix** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
1052
1070
1053
1071
The following code example illustrates how to create matrix equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Matrix/.NET).
1124
+
1105
1125
The following table demonstrates the LaTeX equivalent to professional format matrix equations.
1106
1126
1107
1127
<table>
@@ -1121,7 +1141,7 @@ The following table demonstrates the LaTeX equivalent to professional format mat
1121
1141
1122
1142
## N-array
1123
1143
1124
-
Add **N-array** equation to a Word document using the LaTeX through **AppendMath** API.
1144
+
Add **N-array** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
1125
1145
1126
1146
The following code example illustrates how to create N-array equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/N-array/.NET).
1199
+
1178
1200
The following table demonstrates the LaTeX equivalent to professional format N-array equations.
1179
1201
1180
1202
<table>
@@ -1244,7 +1266,7 @@ The following table demonstrates the LaTeX equivalent to professional format N-a
1244
1266
1245
1267
## Radical
1246
1268
1247
-
Add **radical** equation to a Word document using the LaTeX through **AppendMath** API.
1269
+
Add **radical** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
1248
1270
1249
1271
The following code example illustrates how to create radical equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Radical/.NET).
1324
+
1301
1325
The following table demonstrates the LaTeX equivalent to professional format radical equations.
1302
1326
1303
1327
<table>
@@ -1322,7 +1346,7 @@ The following table demonstrates the LaTeX equivalent to professional format rad
1322
1346
1323
1347
## SubSuperScript
1324
1348
1325
-
Add **SubSuperScript** equation to a Word document using the LaTeX through **AppendMath** API.
1349
+
Add **SubSuperScript** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
1326
1350
1327
1351
The following code example illustrates how to create SubSuperScript equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/SubSuperScript/.NET).
1404
+
1379
1405
The following table demonstrates the LaTeX equivalent to professional format SubSuperScript equations.
1380
1406
1381
1407
<table>
@@ -1400,7 +1426,7 @@ The following table demonstrates the LaTeX equivalent to professional format Sub
1400
1426
1401
1427
## Left SubSuperScript
1402
1428
1403
-
Add **Left SubSuperScript** equation to a Word document using the LaTeX through **AppendMath** API.
1429
+
Add **Left SubSuperScript** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
1404
1430
1405
1431
The following code example illustrates how to create Left SubSuperScript equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Left-SubSuperScript/.NET)
1484
+
1457
1485
The following table demonstrates the LaTeX equivalent to professional format Left SubSuperScript equations.
1458
1486
1459
1487
<table>
@@ -1473,7 +1501,7 @@ The following table demonstrates the LaTeX equivalent to professional format Lef
1473
1501
1474
1502
## Right SubSuperScript
1475
1503
1476
-
Add **Right SubSuperScript** equation to a Word document using the LaTeX through **AppendMath** API.
1504
+
Add **Right SubSuperScript** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.
1477
1505
1478
1506
The following code example illustrates how to create Right SubSuperScript equation using LaTeX in Word document.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Right-SubSuperScript/.NET).
1559
+
1530
1560
The following table demonstrates the LaTeX equivalent to professional format Right SubSuperScript equations.
0 commit comments