LaTeX support now available
Thanks to the great plugin system of WordPress, one can now use LaTeX code in posts and comments, to get across just exactly what you do mean by

Just enclose the desired
in [tex] and [/tex] tags.
| « Previous post in category | Next post in category » |
Comment by test — 2 Mar 2006 @ 10:08 am
#define MAX_INDEX 16
int main()
{
double dBernoulli[MAX_INDEX+1];
printf( “%8s%2c%20s\n”, ” “, ‘n’, “Bn” );
printf( “%8s”, ” ” );
for(int i = 0; i
Comment by Anonymous — 29 Mar 2006 @ 1:50 am
I don’t think it supports C++ quite yet…
Comment by paulcook — 29 Mar 2006 @ 2:00 am