pyparsing and LaTeX?

2005-12-09 Thread Ezequiel, Justin
 Anyone parsing simple LaTeX constructs with pyparsing?

Greetings Tim,

Have always wanted a way to parse LaTeX myself.
Unfortunately, I have been moved to a different project.
However, I am still very much interested.
Did you ever get a reply?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: pyparsing and LaTeX?

2005-12-09 Thread Tim Arnold

Ezequiel, Justin [EMAIL PROTECTED] wrote in message 
 news:[EMAIL PROTECTED]
 Anyone parsing simple LaTeX constructs with pyparsing?

 Greetings Tim,

 Have always wanted a way to parse LaTeX myself.
 Unfortunately, I have been moved to a different project.
 However, I am still very much interested.
 Did you ever get a reply?

Hi Justin,
Yes, I did, from the pyparsing forum on Sourceforge. Paul's responses are 
excellent and his help for my simple needs really got me started.
http://pyparsing.sourceforge.net/

For now I'm working on a tag translator to convert from one LaTeX tagset to 
another, which is a pretty simple task compared to writing a full parser 
like pyLaTeX
http://pylatex.sourceforge.net/

--Tim


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: pyparsing and LaTeX?

2005-12-09 Thread Mike Meyer
Tim Arnold [EMAIL PROTECTED] writes:
 For now I'm working on a tag translator to convert from one LaTeX tagset to 
 another, which is a pretty simple task compared to writing a full parser 
 like pyLaTeX
 http://pylatex.sourceforge.net/

You might check out the LyX project. They use python for their
scripting, and have tools to convert LaTeX to LyX's TeX-like
format. Then again, they may not have anything you can use.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list


pyparsing and LaTeX?

2005-11-30 Thread Tim Arnold
Anyone parsing simple LaTeX constructs with pyparsing?

I'm playing around with it (and looking at John Hunter's matplotlib stuff), 
but I thought I'd ask here if anyone had other TeX/LaTeX examples.

thanks,
--Tim Arnold


-- 
http://mail.python.org/mailman/listinfo/python-list