So, I am going to start writing up some puzzles and notes for my own benefit. I hope it benefits you too.
Right now I am modifying the latex2wp program, making equations more appealing.
In a past life, I thought the “formal revolution” would change mathematics forever. Now I’m fairly convinced people don’t learn that way; people learn through nifty examples and concepts.
Well, that’s how I do it. So I’m typing up my notes using nifty examples and explanations, but mostly puzzles. Feel free to throw down a challenge
“He who seeks for methods without having a definite problem in mind
seeks in the most part in vain.”
— David Hilbert, Mathematical Problems (1902)
“Among other important things, Poincare explained, that only non interesting problems might be formulated unambiguously and solved completely. According to Poincare, one should rather try to understand, what may be changed in the problem formulation.”
— Vladmir Arnold, Polymathematics (1998)
“Exercises are some of the most difficult parts of a book to write. Since an exercise has very little context, ambiguity can be especially deadly; a bit of carefully chosen redundancy can be especially important. For this reason, exercises are also the hardest technical writing to translate to other languages.”
— Donald Knuth, Writing Mathematics (1987)
could you share with your modified latex2wp.py ?
Certainly, I’ll post it in a few hours…still working out the tweaks and whatnot. So, sit tight, and I’ll upload it sometime soon
thanks for your promote reply.
I’m kind of interesting since we are playing with the same thing.
The first, I will do, is to find how many or what kind of latex package it could translate into WP language. But neither HTML nor python language, I am confident with.
You can download my customized version here: http://code.google.com/p/notebk/downloads/detail?name=latex2wp.0.6.2.zip
Good luck!
Good morning Alex,
could you include what you have modified or example how to use it?
The only modifications I made were (1) changing the translation of an equation environment, using
<span ...>to customize the equation placement; and (2) added a few macros tolatex2wpstyle.py.You run it on the command line by
python latex2wp [mytexfile.tex].