summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ximera/src/macros.dtx
blob: 0968942be5b3e874a06abcaed6537ca236f35827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% \subsubsection{Macros}
% Makes everymath display style even when inline, could be optional.
%    \begin{macrocode}
%<*classXimera>
\everymath{\displaystyle}
%</classXimera>
%    \end{macrocode}
% Ok not everything, we also need to configure ``display style'' limits.
%    \begin{macrocode}
%<*classXimera>
\let\prelim\lim
\renewcommand{\lim}{\displaystyle\prelim} 
%</classXimera>
%    \end{macrocode}