Why doesn't the infinity u-> disappear when compiling? Instead, it appears to the right of the limit. How to fix it?
\frac{1}{\lim_{u \rightarrow \infty}}
You need to use \displaystyle :
\displaystyle
Try the following:
\[\frac{1}{\displaystyle \lim_{u \rightarrow \infty}}\]
\frac{1}{\lim\limits_{u \rightarrow \infty}}
Source: https://habr.com/ru/post/1310158/More articles:how to parse a string in a date pattern using dojo - javascriptHow to simulate file system operations using REST? - designWant to associate an input field with a jquery-ui descriptor - javascriptMaking a SOAP call using Perl SOAP :: Lite and a WSDL file - soapHow to implement a copy of a copy of a resource in REST? - restGetting a System.IO.FileNotFoundException exception when trying to run an application written in F # - f #Should I use jquery.getJson in 1.4.2? - jqueryHow to update a record without reselecting this record in the ADO.NET Entity Framework? - c #PHP: "Footer Function"? - phpJQuery UI Slider - input value and slider Move to location - jqueryAll Articles