As the topics, is there any mathematical blog support latex? I think people commonly use wordpress but i am not sure whether it supports latex as it doesn't show the latex format. Is there any supports latex?
migrated from math.stackexchange.com Oct 13 '12 at 1:18
|
By 'supporting LaTeX', many people mean 'supporting the use of TeX-like input for mathematical symbols'. That's not the same thing: support LaTeX proper requires a TeX system, supporting just a small subset does not. Taking WordPress as an example, both TeX-like input and proper LaTeX support are available. By far the most straight-forward way here is to use a plugin to load the appropriate code from elsewhere. MathJax is the technology that is used for example on other StackExchange sites for TeX-like input, and it's available for WordPress using the JetPack plugin. This plugin makes use of the WordPress.com MathJax support. Real LaTeX requires a TeX system installed somewhere, and for most people that is best left to a specialist server. The QuickLaTeX plugin for WordPress renders LaTeX code as |
|||
|
|
|
For math input one can use MathJax. Quick instructions For me it works to add:
to the header (which can be modified at a lot of blogging websites) of the html document. After that you can use This is how it looks and works also with different colors. |
||||
|
|
internetclass to preprocess it (as I've done for all my posts on the TeX-SX blog). Wordpress can support various simulated LaTeX formats for mathematics which is probably what is being asked for here. But then so can every other blog software out there that allows plugins. – Andrew Stacey Oct 13 '12 at 14:27