askor
- 168
- 9
How to write limit like this in latex
Instead of this
Instead of this
This discussion focuses on writing limits in LaTeX, specifically how to format them for both inline and display styles. Users can achieve the desired appearance by enclosing the limit expression between [tex] and [/tex] tags or using double dollar signs ($$). For inline limits, the \displaystyle tag is recommended to ensure proper formatting. This approach also applies to integrals and sums, enhancing the clarity of mathematical expressions in documents.
PREREQUISITESStudents, mathematicians, and anyone involved in typesetting mathematical documents using LaTeX will benefit from this discussion.
[tex]\lim_{a\to b}[/tex]
$$\lim_{a\to b}$$
If you want it inline, you can use the \displaystyle tag:askor said:How to write limit like this in latex
![]()
Instead of this
![]()