Skip to content

Commit 8c10821

Browse files
authored
v2.2
See the readme for version notes.
1 parent 5666c6f commit 8c10821

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

commons.sty

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
\newcommand{\phb}{{}_\blacktriangle}
77
\newcommand{\phc}{\blacktriangle}
88

9-
\newcommand{\dotleq}{\mathrel{\raisebox{1.2ex}{$$}\mkern-13.5mu \leq}}
9+
\newcommand{\dotleq}{\mathrel{\raisebox{1.2ex}{$⋅$}\mkern-13.5mu \leq}}
1010
\renewcommand{\projlim}{\varprojlim}
1111
\renewcommand{\injlim}{\varinjlim}
1212
\newcommand{\dottimes}{\stackrel[\cdot]{\times}}
1313

1414
%\newcommand{\xra}[1]{\xrightarrow{#1}}
1515
\newcommand{\xra}[1]{\, \tikz[baseline] \draw (0pt,3.5pt) -- (7pt,3.5pt); {\raisebox{1.5pt}{\ensuremath{\scriptstyle #1}}} \tikz[baseline] \draw [->] (0pt,3.5pt) -- (7pt,3.5pt); \, }
1616

17+
\let\tempCaption=\caption
18+
\renewcommand{\caption}[1]{\itshape \tempCaption{#1}}
19+
1720
\renewcommand{\obar}[1]{\overline{#1}}
1821
\newcommand{\ubar}[1]{\underline{#1}}
1922

@@ -92,4 +95,3 @@
9295
%%%%%%%%%%%%%%%%%%%% LETTERS %%%%%%%%%%%%%%%%%%%%
9396
\newcommand{\frakM}{\mathfrak{M}}
9497
\newcommand{\frakm}{\mathfrak{m}}
95-

0 commit comments

Comments
 (0)