Category Theory
Zulip Server
Archive

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.


Stream: practice: software

Topic: ✔ limits latex


view this post on Zulip Mateo Carmona (Feb 27 2022 at 21:36):

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

view this post on Zulip Notification Bot (Feb 28 2022 at 04:02):

Mateo Carmona has marked this topic as resolved.

view this post on Zulip Jules Hedges (Feb 28 2022 at 11:06):

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

view this post on Zulip Mateo Carmona (Feb 28 2022 at 14:49):

Thanks, it was intentional.

I solved it using

\usepackage{xpatch}
\makeatletter
\xpatchcmd{\varlim@}{lim}{Lim}{}{}
\xpatchcmd{\varinjlim}{\textstyle}{\scriptstyle}{}{}
\xpatchcmd{\varprojlim}{\textstyle}{\scriptstyle}{}{}
\makeatother