LaTeX Effortlessly Render LaTeX Formulas with a User-Friendly Reader

  • Thread starter Thread starter Antonio Intin
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
The discussion centers around the need for a reader that can display complex mathematical formulas clearly, specifically the expression "x\left(\Psi^{*}\frac{\partial\Psi}{\partial x}-\frac{\partial\Psi^{*}}{\partial x}\Psi \right)\right|^{+\infty}_{-\infty} = 0." It highlights the importance of properly formed markup for rendering equations, noting that mismatched tags can prevent correct display. A solution is provided, indicating that with JavaScript enabled, browsers should automatically render the expression if the markup is correct. Additionally, a resource is recommended for creating LaTeX formulas: the Codecogs equation editor. The discussion also advises against reviving old threads for unrelated questions, emphasizing the importance of maintaining topic relevance in forum discussions.
Antonio Intin
Is there any kind of reader where I can enter the formulas such as "x\left(\Psi^{*}\frac{\partial\Psi}{\partial x}-\frac{\partial\Psi^{*}}{\partial x}\Psi \right)\right|^{+\infty}_{-\infty} = 0?" described above and have it in shown in a clean way please?
 
Physics news on Phys.org
Antonio Intin said:
Is there any kind of reader where I can enter the formulas such as "x\left(\Psi^{*}\frac{\partial\Psi}{\partial x}-\frac{\partial\Psi^{*}}{\partial x}\Psi \right)\right|^{+\infty}_{-\infty} = 0?" described above and have it in shown in a clean way please?
If the markup is properly formed, your browser should render it automatically if you have Javascript enabled. The reason this particular expression didn't render was because of mismatched \left and \right tags. I added the missing \left. so you should see the expression rendered nicely below.

$$\left.x \left( \Psi^* \frac{\partial\Psi}{\partial x} - \frac{\partial\Psi^*}{\partial x} \Psi \right) \right|^{+\infty}_{-\infty} = 0$$

On a side note, please don't resurrect old threads for an unrelated question. I broke off your post to make a new thread in the proper forum.
 
Antonio Intin said:
Is there any kind of reader where I can enter the formulas such as "x\left(\Psi^{*}\frac{\partial\Psi}{\partial x}-\frac{\partial\Psi^{*}}{\partial x}\Psi \right)\right|^{+\infty}_{-\infty} = 0?" described above and have it in shown in a clean way please?
This site is useful for building your latex formula http://www.codecogs.com/latex/eqneditor.php
 
Back
Top