How To Write Limit In Latex In This Forums?

  • Context: LaTeX 
  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Latex Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
askor
Messages
168
Reaction score
9
How to write limit like this in latex

limit2.png


Instead of this

limit3.png
 
Physics news on Phys.org
I think that's the default latex appearance for in-line expression of limit. If you want the upper one, put your limit expression between [tеx] and [/tex],
Code:
[tex]\lim_{a\to b}[/tex]
To do the same task, you can also sandwich it within a pair of $$,
Code:
$$\lim_{a\to b}$$
,
 
askor said:
How to write limit like this in latex

limit2.png


Instead of this

limit3.png
If you want it inline, you can use the \displaystyle tag:
##\displaystyle \lim_{a\to b}##
Also works also for integrals and sums.
 
  • Like
Likes   Reactions: blue_leaf77