I'm searching of a command line tool that can show latex like below properly in a prompt:

\frac{\partial u}{\partial t} = \alpha \nabla^2 u

Anyone knows about such a tool?

link|improve this question
feedback

2 Answers

What exactly do you mean? A command you can run from cmd.exe which will render such LaTeX code in a new window, or one that will render it on the console?

Either way, you would presumably need to feed it a complete LaTeX document, one way or another -- one with a preamble, a document environment, and (in this case) some kind of equation environment. See, for instance, http://en.wikibooks.org/wiki/LaTeX/Document_Structure.

link|improve this answer
I mean :A command you can run from cmd.exe which will render such LaTeX code – user31450 Apr 6 '10 at 3:36
feedback

Not exactly sure what you're asking for, but if there's a tool already that does it in a UNIX prompt or on XServer, you might want to checkout using Cygwin for this. I know a variety of LaTeX tools are bundled in with cygwin.

link|improve this answer
What's the tool's name? – user31450 Apr 6 '10 at 3:37
feedback

Your Answer

 
or
required, but never shown