4

I would like just to publish few math-related blog entries on blog.com. For drawing and animation, I can use pictures (for animation, they would be animated gifs). However, what to do with equation, and similar content?

Note that blog editors offer only basic html editing.

VividD
  • 15,966

2 Answers2

2

Use either Wikipedia or some math-related site such as this to temporarily create LaTeX content, use print screen, and then upload the picture onto your blog.

Lucian
  • 48,334
  • 2
  • 83
  • 154
2

Many people use $\LaTeX$ for math-related typesetting.

you may want to look at this: https://tex.stackexchange.com/questions/19928/how-can-i-use-latex-to-build-my-website

  • Yes, many thanks, it looks this Pandoc tool could be useful for me. However, I am not sure, if the blog site would accept html output of Pandoc - since they don't allow full standard html (if they had allowed, I wouldnt have had this problem), just a subset, but I will try Pandoc. – VividD Jan 17 '14 at 17:33