Display Equations in Articles
-
Hi Everyone I want to post an article containing an implementation of an algorithm. Is there any way to display mathematical equations in articles? Ryan
Maybe the Equation editor in MS Word, or as a graphics image if you use Latex or Tex...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Hi Everyone I want to post an article containing an implementation of an algorithm. Is there any way to display mathematical equations in articles? Ryan
Hi, I guess there are lots of equation editors (MS Word has one) that can emit HTML code; such code could be pasted into an article. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
-
Maybe the Equation editor in MS Word, or as a graphics image if you use Latex or Tex...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Paul Conrad wrote:
Maybe the Equation editor in MS Word, or as a graphics image if you use Latex or Tex...
The equation editor emits images that would need to be inserted into the article. Is there any way of embedded Latex into the HTML code and having that automatically generate the images?
-
Hi, I guess there are lots of equation editors (MS Word has one) that can emit HTML code; such code could be pasted into an article. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
Luc Pattyn wrote:
Hi, I guess there are lots of equation editors (MS Word has one) that can emit HTML code; such code could be pasted into an article.
Thanks for the suggestion. Just tried it and it generates images that would need to be inserted into the article. I was hoping to find a way to embed something like Latex into the article HTML and automatically generate the images.
-
Luc Pattyn wrote:
Hi, I guess there are lots of equation editors (MS Word has one) that can emit HTML code; such code could be pasted into an article.
Thanks for the suggestion. Just tried it and it generates images that would need to be inserted into the article. I was hoping to find a way to embed something like Latex into the article HTML and automatically generate the images.
There sure are some articles on equations here at CP; this one creates GIF images[^]. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
-
There sure are some articles on equations here at CP; this one creates GIF images[^]. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google