From 08ddefd3428ba73bc1834b651493d076d6bd0bf3 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Sep 2025 19:18:04 +0200 Subject: [PATCH] [CS] Add new macros --- main/cs.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/cs.tex b/main/cs.tex index 026eb98..3f5d615 100644 --- a/main/cs.tex +++ b/main/cs.tex @@ -17,3 +17,6 @@ \newcommand{\tct}[1]{$\Theta\left(#1\right)$} \newcommand{\tco}[1]{$\mathcal{O}\left(#1\right)$} \newcommand{\tcl}[1]{$\Omega\left(#1\right)$} +\newcommand{\tR}{\text{R}} +\newcommand{\tC}{\text{C}} +\newcommand{\tN}{\text{N}}