Skip to content

Commit a59286d

Browse files
Merge pull request #1908 from Syncfusion-Content/hotfix/hotfix-v24.2.3
DOCINFRA-2341_merged_using_automation
2 parents cf9d004 + a447d3b commit a59286d

35 files changed

+123
-0
lines changed

File-Formats-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@
355355
<li>
356356
<a href="/file-formats/docio/Working-with-LaTeX">LaTeX</a>
357357
</li>
358+
<li>
359+
<a href="/file-formats/docio/Supported-LaTeX">Supported LaTeX</a>
360+
</li>
358361
</ul>
359362
</li>
360363
<li>
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
title: Supported LaTeX | DocIO | Syncfusion
3+
description: Learn the list of LaTeX supported by .NET Word Library (DocIO) while creating equation in Word document.
4+
platform: file-formats
5+
control: DocIO
6+
documentation: UG
7+
---
8+
9+
# Supported symbols using LaTeX in Word Library
10+
The .NET Word (DocIO) library allows to insert below supported symbols in equation using **LaTeX**.
11+
12+
## Arrows
13+
14+
The following image demonstrates the LaTeX supported in .NET Word Library to create arrow symbols.
15+
16+
![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_1.png)
17+
![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_2.png)
18+
![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_3.png)
19+
![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_4.png)
20+
![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_5.png)
21+
22+
## Basic Math
23+
24+
The following image demonstrates the LaTeX supported in .NET Word Library to create basic math symbols.
25+
26+
![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_1.png)
27+
![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_2.png)
28+
![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_3.png)
29+
![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_4.png)
30+
31+
## Geometry
32+
33+
The following image demonstrates the LaTeX equivalent to geometry.
34+
35+
![Create Geometry Symbols in LaTeX](WorkingwithMathematicalEquation_images/Geometry.png)
36+
37+
## Greek Letter
38+
39+
### Lower Case
40+
41+
The following image demonstrates the LaTeX supported in .NET Word Library to create lower case Greek letters.
42+
43+
![Create Lower Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_1.png)
44+
![Create Lower Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_2.png)
45+
46+
### Upper Case
47+
48+
The following image demonstrates the LaTeX supported in .NET Word Library to create upper case Greek letters.
49+
50+
![Create Upper Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_1.png)
51+
![Create Upper Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_2.png)
52+
53+
## Letter-Like Symbols
54+
55+
The following image demonstrates the LaTeX supported in .NET Word Library to create letter-like symbols.
56+
57+
![Create Letter-Like Symbols in LaTeX](WorkingwithMathematicalEquation_images/LetterLikeSymbols_1.png)
58+
![Create Letter-Like Symbols in LaTeX](WorkingwithMathematicalEquation_images/LetterLikeSymbols_2.png)
59+
60+
## Negated Relations
61+
62+
The following image demonstrates the LaTeX supported in .NET Word Library to create negated relations.
63+
64+
![Create Negated Relations Symbols in LaTeX](WorkingwithMathematicalEquation_images/NegatedRelation_1.png)
65+
![Create Negated Relations Symbols in LaTeX](WorkingwithMathematicalEquation_images/NegatedRelation_2.png)
66+
![Create Negated Relations Symbols in LaTeX](WorkingwithMathematicalEquation_images/NegatedRelation_3.png)
67+
68+
## Operators
69+
70+
### Common Binary Operators
71+
72+
The following image demonstrates the LaTeX supported in .NET Word Library to create common binary operators.
73+
74+
![Create Common Binary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonBinaryOperator_1.png)
75+
![Create Common Binary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonBinaryOperator_2.png)
76+
77+
### Common Relational Operators
78+
79+
The following image demonstrates the LaTeX supported in .NET Word Library to common relational operators.
80+
81+
![Create Common Relational Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonRelationalOperator_1.png)
82+
![Create Common Relational Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonRelationalOperator_2.png)
83+
![Create Common Relational Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonRelationalOperator_3.png)
84+
85+
### Basic N-ary Operators
86+
87+
The following image demonstrates the LaTeX supported in .NET Word Library to basic N-ary operators.
88+
89+
![Create Basic N-ary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/BinaryN-aryOperator_1.png)
90+
![Create Basic N-ary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/BinaryN-aryOperator_2.png)
91+
92+
### Advanced Binary Operators
93+
94+
The following image demonstrates the LaTeX supported in .NET Word Library to advanced binary operators.
95+
96+
![Create Advanced Binary Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_1.png)
97+
![Create Advanced Binary Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_2.png)
98+
![Create Advanced Binary Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_3.png)
99+
100+
### Advanced Relational Operators
101+
102+
The following image demonstrates the LaTeX supported in .NET Word Library to advanced relational operators.
103+
104+
![Create Advanced Relational Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_1.png)
105+
![Create Advanced Relational Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_2.png)
106+
![Create Advanced Relational Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_3.png)
107+
22.1 KB
Loading
18.2 KB
Loading
21.5 KB
Loading
32.3 KB
Loading
34.1 KB
Loading
27.3 KB
Loading
24.2 KB
Loading
27.8 KB
Loading

0 commit comments

Comments
 (0)