Select Git revision
definitions.tex

Dmytro Bogatov authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
definitions.tex 753 B
% cSpell:disable
\newcommand{\BigO}[1]{\mathcal{O}\left(#1\right)}
\newcommand{\BigOmega}[1]{\Omega\left(#1\right)}
\newcommand{\RAM}{\textbf{RAM}}
\DeclarePairedDelimiter\ceil{\lceil}{\rceil}
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
\newsavebox{\mybox}
\newsavebox{\tablebox}
\xpatchbibmacro{name:andothers}{%
\bibstring{andothers}%
}{%
\bibstring[\emph]{andothers}%
}{}{}
\ifrelease%
\newsavebox\watermark%
\savebox\watermark{\tikz[color=gray,opacity=0.02]\node{\begin{tabular}{c} Dmytro Bogatov \\ BU Class of 2023 \end{tabular}};}
\newwatermark*[
allpages,
angle=0,
scale=3,
xpos=0,
ypos=-25
]{\usebox\watermark}
\fi
\makeatletter
\newcommand{\manuallabel}[2]{\def\@currentlabel{#2}\label{#1}} % chktex 21
\makeatother