Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Welcome to TeX.SE! Which documentclass do you use, which math-packages? Please show us a short compilable TeX code resulting in your issue! Commented Sep 26, 2023 at 20:14
  • 4
    \usepackage{mathtools} \DeclareMathOperator*{\Lim}{Lim}. If you prefer to redefine the original, \let\lim\relax \DeclareMathOperator*{\lim}{Lim} Commented Sep 26, 2023 at 20:14