Latex for webpages - help wanted

  • Context: LaTeX 
  • Thread starter Thread starter pervect
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary

Discussion Overview

The discussion revolves around the best methods for converting LaTeX equations into formats suitable for web use, specifically focusing on compatibility with various browsers without the need for plugins. Participants explore different approaches for generating images of equations and share their experiences with specific tools and methods.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant inquires about the best way to convert LaTeX equations to web-compatible formats, mentioning the use of JPGs and PNGs as common solutions.
  • The same participant expresses frustration with the Latex2Rtf program, encountering errors and issues with the output not being readable.
  • Another participant suggests taking a screenshot of the LaTeX output and using a graphics program to create images, acknowledging that while not elegant, it could be a practical solution.
  • Additional suggestions include various online tools and methods for converting LaTeX to GIF or PNG formats, as well as a proposed workflow involving DVI to PS to PNG conversion using specific software.
  • A participant shares a modified version of code to handle large images, reiterating the complexity of the equation being discussed.

Areas of Agreement / Disagreement

Participants present multiple competing views on how to effectively convert LaTeX equations for web use, with no consensus on a single best method. Various tools and approaches are suggested, reflecting differing preferences and experiences.

Contextual Notes

Some participants mention specific software and tools that may have limitations or require additional setup, such as the need for scripts or specific configurations to automate the conversion process.

pervect
Staff Emeritus
Science Advisor
Homework Helper
Insights Author
Messages
10,484
Reaction score
1,636
The latex thread itself is getting long, and this question is enough different that I thought it deserved a thread of its own. I have some specific questions, I think they may be of some general interest as well.

Basically, the question is what is the best and/or easiest way to go from latex equations for short formulas to something that can be put into a webpage?

The ideal solution should work with all browsers - definitely both Internet Explorer and Mozilla - without plugins.

It seems to me that most websites use jpg's. .png's have been mentioned as another possibility.

The second question is how to generate them. I tried downloading the program Latex2Rtf that was recommended in the latex thread. Unfortunately, running included "friendly shell" only yields the error message "out of environment space". Attempting to run the program manually yields some sort of .rtf file, but viewing this file with either wordpad or with Mozilla does not give me a readable equation.

The particular equation that I'm using as a test case is

[tex] J = -{{\it xdot}}^{2}-{{\it ydot}}^{2}+{w}^{2} \left( {x}^{2}+{y}^{2}<br /> \right) +{\frac {2\,G{\it m1}}{\sqrt { \left( x+{\frac {{\it m2}\,d}<br /> {{\it m1}+{\it m2}}} \right) ^{2}+{y}^{2}}}}+{\frac {2\,G{\it m2}}{<br /> \sqrt { \left( x-{\frac {{\it m1}\,d}{{\it m1}+{\it m2}}} \right) ^{2}<br /> +{y}^{2}}}}[/tex]

If any of the formatting looks odd, it wasn't manually generated, but was the output of (an old version of) Maple's latex() command. It's not absolutely necessary that the conversion program be able to handle Maple's output, but it would definitely be nice.

I see that for some reason or other this formula gets truncated here, at least in the preview. My fplatex does apparently generate a good .dvi and .pdf file, though.

I've been struggling through the latex documentation trying to get my fplatex package to do the job, but I'm really not sure what needs to be done, so far I've had no success.

On a related note might be the best latex package to use. fplatex is hoging a lot of disk space, but what parts of it I've gotten to work seem to work very well. But I haven't gotten any of the web-related parts to work :-(.

BTW, this particular expression is for one of the invariants of the restricted three body problem, usually called the Jacobi intergal, though it could also be recognized by other names - it's basically a multiple of the energy function, which is the Hamiltonian of the problem expressed with different variables. Not that that matters to the specific question as hand, it's just some background info for anyone who is curious :-).
 
Physics news on Phys.org
Simply take a screen shot of your Latex created work and cut and paste into your graphics program. Paint Shop Pro 7 works great for this !

Vern
 
Vern said:
Simply take a screen shot of your Latex created work and cut and paste into your graphics program. Paint Shop Pro 7 works great for this !

Vern

Thanks! This isn't the most elegant solution, perhaps, but it sounds like it should work, and I've been a bit frustrated that something so seemingly simple should eat up so much time.
 
I have modified PF's code to be able to handle these extra-large images:

[tex] J = -{{\it xdot}}^{2}-{{\it ydot}}^{2}+{w}^{2} \left( {x}^{2}+{y}^{2}<br /> \right) +{\frac {2\,G{\it m1}}{\sqrt { \left( x+{\frac {{\it m2}\,d}<br /> {{\it m1}+{\it m2}}} \right) ^{2}+{y}^{2}}}}+{\frac {2\,G{\it m2}}{<br /> \sqrt { \left( x-{\frac {{\it m1}\,d}{{\it m1}+{\it m2}}} \right) ^{2}<br /> +{y}^{2}}}}[/tex]

- Warren
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 15 ·
Replies
15
Views
25K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 11 ·
Replies
11
Views
3K