Skip to Content
🎉 TexSlide is released. Read more →
DocumentationPaste Formula

TexSlide provides intelligent formula pasting functionality, allowing you to quickly convert copied LaTeX code into perfectly typeset formulas.

Operation Steps

  1. Select and copy LaTeX code from documents such as papers or web pages.
  2. Insert or select a text box, then right-click and choose Paste Formula. TexSlide will automatically wrap the formula with $...$, apply compact formatting, and render it instantly.

Syntax Example

% This is the formula for calculating the expectation value of energy in quantum mechanics: \begin{aligned} \langle E \rangle &= \langle \psi | \hat{H} | \psi \rangle \\ &= \int_{-\infty}^{\infty} \psi^*(x) \left( -\frac{\hbar^2}{2m} \frac{d^2}{dx^2} + V(x) \right) \psi(x) dx \\ &= -\frac{\hbar^2}{2m} \int \psi^* \frac{d^2 \psi}{dx^2} dx + \int V(x) |\psi(x)|^2 dx \\ &= \frac{\hbar^2}{2m} \int \left| \frac{d \psi}{dx} \right|^2 dx + \int V(x) |\psi(x)|^2 dx \quad \text{(after integration by parts)} \\ &= \langle T \rangle + \langle V \rangle \end{aligned}

Rendered Result

Insert Formula Inline

Video Demonstration

Last updated on