PDA

View Full Version : TaylorType alpha testing needed!



louis--taylor
April 5th, 2010, 05:37 PM
Please help to test this program! It would be appreciated very much!

Hello everyone!
I have been writing a small LaTeX gui frontend for my father, who has a limited computer literacy but needs to use LaTeX for his Phd thesis.
It is a small program written in python which will compile any LaTeX document you give it with a single click. The emphasis is on a very lightweight and simple gui, the only interaction happens in the system tray, with two file selectors and a checkbox.

All it is is a small icon in the system tray, which can be configured to compile any LaTeX document.
http://taylortype.sourceforge.net/Images/Screenshot01.png

It has some simple preferences, an option for different pdf viewers will be added soon.
http://taylortype.sourceforge.net/Images/Screenshot03.png

It currently supports error messages for both LaTeX and BibTeX.
http://taylortype.sourceforge.net/Images/Screenshot07.png
http://taylortype.sourceforge.net/Images/Screenshot06.png
It uses gtk for the frontend and pure python for the backend.
It depends on LaTeX, BibTeX and common gnome components. including pynotify and gconf.

Please give some feedback for this, and how to improve. The code is currently very messy state and needs some improvements.

Main code is hosted here: https://launchpad.net/taylortype
Website: http://taylortype.sourceforge.net/

Cheers, Louis