Is it possible to write or produce a(n) -ultimate- standard coding pattern for TEX source codes those might work well enough across the "World Wide Web" on almost every each of platforms available, maybe from "workstations", to "mobiles" without ever even compiling...? THANK YOU so much for reading this...
|
closed as not a real question by lockstep, Thorsten, Ryan Reich, Mico, Andrey Vihrov Feb 28 '12 at 9:04
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
As Patrick pointed out, HTML is what you are looking for, it provides the features you need:
TeX was never designed for producing content for on screen reading, it was designed to generate pages to print books. PDF doesn't have the concept of reflowing the content, the content is meant to be static. I am not sure why you ask this question. What do you miss in HTML? The ability to produce high quality formulas? Then you should have a look into MathML. However, I have no idea of how well supported it is. Another option is to use JavaScript to render the math (e.g. MathJax). If you prefer TeX as input, you can try to play with ConTeXts XML export (ConTeXt ePub wiki) which can be converted into HTML. TeX4ht would be another solution compatible with LaTeX, though I have no experience of how well it works. |
|||
|