You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
Sorry if this is a too-simple question, but anyway...
Is there a simple way of writing in LaTeX projective and inductive limits that begin with uppercase (Lim)?
Thanks in advance
Mateo Carmona has marked this topic as resolved.
I dunno if you marked it resolved intentionally or not, but going entirely from memory I think you can use \operatorname{Lim}
to get all the spacing and such correct
Thanks, it was intentional.
I solved it using
\usepackage{xpatch}
\makeatletter
\xpatchcmd{\varlim@}{lim}{Lim}{}{}
\xpatchcmd{\varinjlim}{\textstyle}{\scriptstyle}{}{}
\xpatchcmd{\varprojlim}{\textstyle}{\scriptstyle}{}{}
\makeatother