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

definitions.tex

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    definitions.tex 932 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
    
    \newcommand\blfootnote[1]{%
    	\begingroup
    	\renewcommand\thefootnote{}\footnote{#1}%
    	\addtocounter{footnote}{-1}%
    	\endgroup
    }
    
    \newcommand\Fontvi{\fontsize{6}{7.2}\selectfont}