Skip to content
Snippets Groups Projects
Select Git revision
  • bf2c4d7625e2738418d9f0584afedf019f3031e0
  • master default
2 results

definitions.tex

Blame
  • Dmytro Bogatov's avatar
    Dmytro Bogatov authored
    bf2c4d76
    History
    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