HaCkED By KaSpEr511

* +_+ KaSpEr Was Here +_+ *

 Contact O.K: UzI@Hotmail.Com  

 

 

Ultimate Latex for WordPress : Features

July 14th, 2009

I made a wordpress plugin to write LaTeX on WordPress (well to be the truth I modified another plugin). I believe that this is the ultimate solution for writing latex on WordPress. I will write a series of post regarding this plugin, how to install it and how to set preferences. In this post I will just showing the available features and convince you that this is indeed the ultimate solution :) . Here are the main features:

No Need Latex in Your Server


You don’t need to have installed on your server. The plugin solution is based on the mathtex.cgi written by John Forkosh and on the public mathtex server that John listed on his page.

Latex Syntax

I am not satisfied with the solution offered by another plugin to write latex symbol as $latex \latexcode$ or [tex]\latexcode[/tex]. No more making mistakes writing $\latexcode$
instead of $latex \latexcode$ like in the hosted wordpress because now this plugin support the native syntax of ., i.e., by writing

$\latexcode$ or \[\latexcode\]. For example writing $\lim_{x\to c}\frac{f(x)-f(c)}{x-c}$ will give you an inline math formula and if you write \[\lim_{x\to c}\frac{f(x)-f(c)}{x-c}\] you will get

which is a displayed math formula written on a new lineand aligned center.
There is also a special syntax to write one single dollar notation $ which is different from the syntax.

Multiline Latex Source Code

Using the one line code $\begin{pmatrix}a&b&c&d&e\\f&g&h&i&j\\k&l&m&n&0\\p&q&r&s&t\\u&v&w&x&y\end{pmatrix}$ to produce is uncomfortable and it is hard to debug.
Using this plugin this multiline code which is more readable
$
\begin{pmatrix}
a&b&c&d&e\\
f&g&h&i&j\\
k&l&m&n&0\\
p&q&r&s&t\\
u&v&w&x&y
\end{pmatrix}}
$

produces exactly the same matrix

Latex in Multicolor

Can you produce something like this by your current latex plugin?

Dark Theme Enabled

This plugin will produce a transparent images and the multicolors capability you can set a global color. So those of you who have blog with dark background no need to be worry anymore because you can produce transparent latex image with a bright color.

Supporting Some Cool Latex Packages

You can add up to more 9 latex packages. The default packages are latin, amsmath, amssymb, amsfonts. Some non-standard package is not working. These packages are working: xypic and fancybox.

Here are some example from the two last packages

I know lots of math blogger play around with this snake :)

Overall it seems it have nice features huh. Did I convince you that this is . Wait for my next tutorial on how to install this plugin.

Reblog this post [with Zemanta]

Categories: Latex, Latex for Wordpress

Tags: , , , Leave a comment

Comments Feed3 Comments

  1. Ultimate Latex For Wordpress : Installation and General Syntax

    [...] don’t need another one, I suggest you to take a look first the features that this plugin has here and then you can comeback here if you like the available [...]

  2. Charlie

    Does the plugin support eqnarray? e.g.

  3. watchmath

    Usually I prefer the multiline equation provided by ams package.
    You can write
    $\begin{align*}a+b+c&=d\\e&=f+g+h+i\end{align*}$
    to get
    .
    You can get similar result if you replace align* by align or aligned.

Leave a comment

Feed

http://watchmath.com/vlog / Ultimate Latex for Wordpress : Features