Example of Create using LaTeX in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to create a Word document with mathematical equation using LaTeX using the .NET Word (DocIO) library.
DEMO
SOURCE
The .NET Word (DocIO) library provides support for creating mathematical equations from scratch using LaTeX and inserting them into Word documents (DOCX, DOTX, DOCM, DOTM, and XML).
- You can insert an equation in line with the text or float it within a line.
- You can create various types of mathematical equations, including fractions, summations, integrals, matrices, and more.
- You can also create equations using LaTeX.
More information about mathematical equations can be found in this
Documentation
section.