add \chainbullet operator

This commit is contained in:
Maximilian Keßler 2021-10-13 20:08:41 +02:00
parent f8f6a87f22
commit 4e7a2cb00b

View File

@ -36,5 +36,12 @@ __HEADER__(Some extra math-related symbols.)
%Make circled symbols
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}
}
% When dealing with chain complexes, one often uses a bullet as placeholder for the index to mean the whole chain:
\newcommand\chainpullet{\bullet}