I know functions need to be programmed for use in a C++ developed application but is there a way to integrate LaTex [math] \int [/math]! I've seen some programs that had matrix symbols, I have no idea how they did it though?
Thx
LaTex Math in C++
Started by Buttacup, Jun 18 2009 06:20 PM
3 replies to this topic
#1
Posted 18 June 2009 - 06:20 PM
|
|
|
#2
Posted 18 June 2009 - 08:13 PM
LaTeX was written in C or C++. You have to start working with math fonts or drawing to the application.
#3
Posted 19 June 2009 - 05:14 AM
will the compiler and editor recognize a change in font style???? I've never tried this before...... thx
#4
Posted 19 June 2009 - 07:17 AM
You have to set the font using Unicode strings, etc. You may want to look into how to render MathML, too.


Sign In
Create Account


Back to top









