Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I converted the mathematical image to latex and my latex is
"
\frac { \dot { \Delta P } _ { N } } { P _ { 0 } } \sim \gamma ^ { 2 } \frac { P _ { 0 } P _ { N } } { \alpha ^ { 2 } } \int _ { W } d \omega _ { 1 } \int _ { W } d \omega _ { 2 } \int _ { W } d \omega _ { 3 } \int _ { W } d \omega _ { 3 } \int _ { W } d \omega S [ \omega _ { 1 } , \omega _ { 2 } \rightarrow \omega _ { 3 } , \omega
"

i need to know how to convert this latex to mathematical formula using c# and display in equation viewer.

What I have tried:

I converted the mathematical image to latex and my latex is 
"<pre>\frac { \dot { \Delta P } _ { N } } { P _ { 0 } } \sim \gamma ^ { 2 } \frac { P _ { 0 } P _ { N } } { \alpha ^ { 2 } } \int _ { W } d \omega _ { 1 } \int _ { W } d \omega _ { 2 } \int _ { W } d \omega _ { 3 } \int _ { W } d \omega _ { 3 } \int _ { W } d \omega S [ \omega _ { 1 } , \omega _ { 2 } \rightarrow \omega _ { 3 } , \omega
"

i need to know how to convert this latex to mathematical formula using c# and display in equation viewer.
Posted
Updated 17-Jun-18 21:44pm
Comments
[no name] 16-Jun-18 13:17pm    
This is not a question, this is more an order...

You have no other way, but parsing the string (regex can help you)...
If you not feel to do it on your own you can use Google and find a ready-to-use TeX (math) parsing library for .NET...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900