From a190caf94562232ed1b2e0129eed74f5e74a2648 Mon Sep 17 00:00:00 2001 From: Katharina Klost <katharina.klost@fu-berlin.de> Date: Fri, 24 Jan 2025 10:38:56 +0100 Subject: [PATCH] adapted colors for operators --- commands.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.tex b/commands.tex index bb1ab77..597a054 100644 --- a/commands.tex +++ b/commands.tex @@ -250,8 +250,8 @@ \newcommand{\blueplus}{\mathbin{\textcolor{FUlightblue}{+}}} \newcommand{\bluetimes}{\mathbin{\textcolor{FUlightblue}{\cdot}}} -\newcommand{\greenplus}{\mathbin{\textcolor{FUgreen}{+}}} -\newcommand{\greentimes}{\mathbin{\textcolor{FUgreen}{\cdot}}} +\newcommand{\greenplus}{\mathbin{\textcolor{FUlightolive}{+}}} +\newcommand{\greentimes}{\mathbin{\textcolor{FUlightolive}{\cdot}}} \def\pe{S} \def\diam{\operatorname{diam}} -- GitLab