LaTeX Improved Latex Extension for Firefox & Windows - No More Crashing!

  • Thread starter Thread starter Thrice
  • Start date Start date
  • Tags Tags
    Extension Latex
AI Thread Summary
The discussion centers around the development and features of a LaTeX extension for Firefox, currently in beta for Windows and Linux users. The extension allows for client-side rendering of LaTeX, making it useful for learning and composing complex expressions. Users report initial issues with rendering, which were addressed by checking file permissions and ensuring the correct setup. The developer is actively working on adding features, including automatic uploading and Linux support, and encourages user feedback on the interface. There are discussions about customizing the extension, such as adding new LaTeX functions and modifying favorites, with some users successfully changing permissions to edit files. The developer has released updates, including a version for Linux, and is nearing completion of major features.
Thrice
Messages
258
Reaction score
0
http://www.mathphyswiki.com/images/4/41/Latex_extension.xpi

It doesn't crash anymore :biggrin:

Firefox & windows only, sorry. I have a few more features I hope I can get in today/tomorrow before I take it out of beta. As always, any suggestions would be appreciated - especially on the interface.

ETA: Drag it into a firefox window to install.
 
Last edited by a moderator:
Physics news on Phys.org
What exactly does it do? My main OS is Linux, though. :(
 
Renders it client-side. It's good for learning latex, or for writing up a complicated expression before submitting it. I'm thinking I'll add automatic uploading sometime today. Linux support is my next big project after finishing the minor features.
 
nice, I like this..
very handy, but when I press render, I get nothing..
 
Thrice said:
Renders it client-side. It's good for learning latex, or for writing up a complicated expression before submitting it. I'm thinking I'll add automatic uploading sometime today. Linux support is my next big project after finishing the minor features.
Sounds good. I'll wait. :)
 
ziad1985 said:
nice, I like this..
very handy, but when I press render, I get nothing..
Hmm I thought I got rid of that bug. Is your c:\temp folder writeable? Try closing firefox & starting it again. Also try to reproduce it & post the steps.
 
I just created a folder called temp in C: and it worked just fine.
 
Glad to hear it :)
 
neutrino said:
What exactly does it do? My main OS is Linux, though. :(
Linux only version is up.

http://mathphyswiki.com/latex/latex-linux.xpi

It involves some fairly sophisticated code. I'll eventually figure out how to merge it into the main trunk..

The windows version is currently bogged down in the https://addons.mozilla.org/en-US/firefox/addon/4082" . If you've tried it & you have an addons.mozilla account, post something & bug those editors into making it public. :p
 
Last edited by a moderator:
  • #10
Thrice said:
Linux only version is up.

http://mathphyswiki.com/latex/latex-linux.xpi

It involves some fairly sophisticated code. I'll eventually figure out how to merge it into the main trunk..

The windows version is currently bogged down in the https://addons.mozilla.org/en-US/firefox/addon/4082" . If you've tried it & you have an addons.mozilla account, post something & bug those editors into making it public. :p

Great! Thank you very much. This seems to be very useful. Is there a way to add custom code?
 
Last edited by a moderator:
  • #11
Yeah ... mostly. Rename the .xpi as .zip & check. Adding new favorites is easy, adding new latex functions is hard. I'd appreciate any suggestions too.
 
  • #12
Thrice said:
Yeah ... mostly. Rename the .xpi as .zip & check. Adding new favorites is easy
Which file do I use to change the favourites? Should I install it again after changing them?
 
  • #13
neutrino said:
Which file do I use to change the favourites? Should I install it again after changing them?
chrome/content/texwindow.xul

http://ted.mielczarek.org/code/mozilla/extensiondev/" extension is very good for testing xul. Yeah you'll have to install it again unless you edit the currently installed extension.(in which case you just restart)
 
Last edited by a moderator:
  • #14
Thrice said:
chrome/content/texwindow.xul

unless you edit the currently installed extension.(in which case you just restart)

Tried that, but I get this error when trying to save the file. (I was accessing it as root, and that file was inside my home folder.)
You are trying to save the file on a read-only disk. Please check that you typed the location correctly and try again.

Of course, having the option to change the favourites from within the browser will always be welcome. :wink:
 
  • #15
neutrino said:
Tried that, but I get this error when trying to save the file. (I was accessing it as root, and that file was inside my home folder.)
I don't know why firefox makes it read only. You'll have to change permissions.

http://img339.imageshack.us/img339/1442/snapshot9mv9.th.jpg

neutrino said:
Of course, having the option to change the favourites from within the browser will always be welcome. :wink:
yeah I was thinking about that & I have no idea how to do it.
 
Last edited by a moderator:
  • #16
Changing the permission worked! Thanks. Although I added \\kappa to the list of Greek letters and it appears as a mu. :biggrin:
 
  • #17
You'd need to change its image src at <image src="chrome://... /> then go to chrome/skin/favorites and add the kappa image.

I've updated it with some more greek stuff.

http://mathphyswiki.com/latex/latex-linux.xpi
 
Last edited by a moderator:
  • #18
http://mathphyswiki.com/index.php?title=Latex_extension

K version 1.0 with uploading is done. I'm probably done with major features for now.
 
Last edited by a moderator:

Similar threads

Back
Top