Jump to content

LaTex Math in C++

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Buttacup

Buttacup

    Learning Programmer

  • Members
  • PipPipPip
  • 76 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
LaTeX was written in C or C++. You have to start working with math fonts or drawing to the application.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Buttacup

Buttacup

    Learning Programmer

  • Members
  • PipPipPip
  • 76 posts
will the compiler and editor recognize a change in font style???? I've never tried this before...... thx

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You have to set the font using Unicode strings, etc. You may want to look into how to render MathML, too.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog