I am typing some texts in Spanish, and I need to use the symbols for inverse and direct limits—\varprojlim and \varinjlim respectively. The problem is that these symbols look like "lim" with an arrow below, but I need "lím" with an accent over i. Is there an easy way to define something like that?
I think I found the definitions in the amsmath sources:
\def\varinjlim{%
\mathop{\mathpalette\varlim@{\rightarrowfill@\textstyle}}\nmlimits@
}
\def\varprojlim{%
\mathop{\mathpalette\varlim@{\leftarrowfill@\textstyle}}\nmlimits@
}
But I am not sure how to modify this properly.
Thank you for your help.




\usepackage[sc]{mathpazo}). Do you know how "lím" with an accent is defined properly? I want to copy that definition to have "colím". – Dec 02 '16 at 13:18