diff --git a/File-Formats-toc.html b/File-Formats-toc.html index 8684587e4..ac898a01f 100644 --- a/File-Formats-toc.html +++ b/File-Formats-toc.html @@ -355,6 +355,9 @@
  • LaTeX
  • +
  • + Supported LaTeX +
  • diff --git a/File-Formats/DocIO/Supported-LaTeX.md b/File-Formats/DocIO/Supported-LaTeX.md new file mode 100644 index 000000000..92bebb39a --- /dev/null +++ b/File-Formats/DocIO/Supported-LaTeX.md @@ -0,0 +1,107 @@ +--- +title: Supported LaTeX | DocIO | Syncfusion +description: Learn the list of LaTeX supported by .NET Word Library (DocIO) while creating equation in Word document. +platform: file-formats +control: DocIO +documentation: UG +--- + +# Supported symbols using LaTeX in Word Library +The .NET Word (DocIO) library allows to insert below supported symbols in equation using **LaTeX**. + +## Arrows + +The following image demonstrates the LaTeX supported in .NET Word Library to create arrow symbols. + +![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_1.png) +![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_2.png) +![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_3.png) +![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_4.png) +![Create Arrow Symbols in LaTeX](WorkingwithMathematicalEquation_images/ArrowsInLaTex_5.png) + +## Basic Math + +The following image demonstrates the LaTeX supported in .NET Word Library to create basic math symbols. + +![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_1.png) +![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_2.png) +![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_3.png) +![Create Basic Math Symbols in LaTeX](WorkingwithMathematicalEquation_images/BasicMath_4.png) + +## Geometry + +The following image demonstrates the LaTeX equivalent to geometry. + +![Create Geometry Symbols in LaTeX](WorkingwithMathematicalEquation_images/Geometry.png) + +## Greek Letter + +### Lower Case + +The following image demonstrates the LaTeX supported in .NET Word Library to create lower case Greek letters. + +![Create Lower Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_1.png) +![Create Lower Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_2.png) + +### Upper Case + +The following image demonstrates the LaTeX supported in .NET Word Library to create upper case Greek letters. + +![Create Upper Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_1.png) +![Create Upper Case Symbols in LaTeX](WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_2.png) + +## Letter-Like Symbols + +The following image demonstrates the LaTeX supported in .NET Word Library to create letter-like symbols. + +![Create Letter-Like Symbols in LaTeX](WorkingwithMathematicalEquation_images/LetterLikeSymbols_1.png) +![Create Letter-Like Symbols in LaTeX](WorkingwithMathematicalEquation_images/LetterLikeSymbols_2.png) + +## Negated Relations + +The following image demonstrates the LaTeX supported in .NET Word Library to create negated relations. + +![Create Negated Relations Symbols in LaTeX](WorkingwithMathematicalEquation_images/NegatedRelation_1.png) +![Create Negated Relations Symbols in LaTeX](WorkingwithMathematicalEquation_images/NegatedRelation_2.png) +![Create Negated Relations Symbols in LaTeX](WorkingwithMathematicalEquation_images/NegatedRelation_3.png) + +## Operators + +### Common Binary Operators + +The following image demonstrates the LaTeX supported in .NET Word Library to create common binary operators. + +![Create Common Binary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonBinaryOperator_1.png) +![Create Common Binary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonBinaryOperator_2.png) + +### Common Relational Operators + +The following image demonstrates the LaTeX supported in .NET Word Library to common relational operators. + +![Create Common Relational Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonRelationalOperator_1.png) +![Create Common Relational Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonRelationalOperator_2.png) +![Create Common Relational Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/CommonRelationalOperator_3.png) + +### Basic N-ary Operators + +The following image demonstrates the LaTeX supported in .NET Word Library to basic N-ary operators. + +![Create Basic N-ary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/BinaryN-aryOperator_1.png) +![Create Basic N-ary Operators Symbols in LaTeX](WorkingwithMathematicalEquation_images/BinaryN-aryOperator_2.png) + +### Advanced Binary Operators + +The following image demonstrates the LaTeX supported in .NET Word Library to advanced binary operators. + +![Create Advanced Binary Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_1.png) +![Create Advanced Binary Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_2.png) +![Create Advanced Binary Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_3.png) + +### Advanced Relational Operators + +The following image demonstrates the LaTeX supported in .NET Word Library to advanced relational operators. + +![Create Advanced Relational Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_1.png) +![Create Advanced Relational Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_2.png) +![Create Advanced Relational Symbols in LaTeX](WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_3.png) + diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_1.png new file mode 100644 index 000000000..fd1e72dd1 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_2.png new file mode 100644 index 000000000..54fa39072 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_3.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_3.png new file mode 100644 index 000000000..0afb9fcb9 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedBinaryOperator_3.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_1.png new file mode 100644 index 000000000..e874e5dc4 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_2.png new file mode 100644 index 000000000..812650366 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_3.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_3.png new file mode 100644 index 000000000..75a7dcf14 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/AdvancedRelationalOperator_3.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_1.png new file mode 100644 index 000000000..2699dce74 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_2.png new file mode 100644 index 000000000..1bcd23114 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_3.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_3.png new file mode 100644 index 000000000..f49389a97 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_3.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_4.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_4.png new file mode 100644 index 000000000..d3b8cb5dc Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_4.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_5.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_5.png new file mode 100644 index 000000000..63cb4e168 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/ArrowsInLaTex_5.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_1.png new file mode 100644 index 000000000..1ec1e3ade Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_2.png new file mode 100644 index 000000000..5dd1d98e7 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_3.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_3.png new file mode 100644 index 000000000..e82b919f9 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_3.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_4.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_4.png new file mode 100644 index 000000000..754760245 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BasicMath_4.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BinaryN-aryOperator_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BinaryN-aryOperator_1.png new file mode 100644 index 000000000..6d1b4e91a Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BinaryN-aryOperator_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BinaryN-aryOperator_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BinaryN-aryOperator_2.png new file mode 100644 index 000000000..dab31b05d Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/BinaryN-aryOperator_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonBinaryOperator_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonBinaryOperator_1.png new file mode 100644 index 000000000..fdcec53dc Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonBinaryOperator_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonBinaryOperator_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonBinaryOperator_2.png new file mode 100644 index 000000000..7d07baeed Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonBinaryOperator_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_1.png new file mode 100644 index 000000000..db98e2305 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_2.png new file mode 100644 index 000000000..3194b73c4 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_3.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_3.png new file mode 100644 index 000000000..b8fcb5501 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/CommonRelationalOperator_3.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/Geometry.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/Geometry.png new file mode 100644 index 000000000..35c20697e Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/Geometry.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_1.png new file mode 100644 index 000000000..e180bab2e Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_2.png new file mode 100644 index 000000000..5d581f995 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_LowerCase_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_1.png new file mode 100644 index 000000000..1ff28df76 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_2.png new file mode 100644 index 000000000..acafbccac Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/GreekLetter_UpperCase_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/LetterLikeSymbols_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/LetterLikeSymbols_1.png new file mode 100644 index 000000000..88605f08c Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/LetterLikeSymbols_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/LetterLikeSymbols_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/LetterLikeSymbols_2.png new file mode 100644 index 000000000..1f1b4a619 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/LetterLikeSymbols_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_1.png new file mode 100644 index 000000000..e8bcc09c7 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_1.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_2.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_2.png new file mode 100644 index 000000000..aa1527c14 Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_2.png differ diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_3.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_3.png new file mode 100644 index 000000000..de8930abe Binary files /dev/null and b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/NegatedRelation_3.png differ