From 749cc9fa27897dd376baf38934b59cf775809ebc Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 8 Nov 2023 15:09:22 -0800 Subject: [PATCH] Added a few macros --- resources/macros.sty | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/macros.sty b/resources/macros.sty index 561caa9..9252766 100644 --- a/resources/macros.sty +++ b/resources/macros.sty @@ -11,6 +11,12 @@ +\newcommand{\qe}{\stackrel{?}{=}} +\newcommand{\qgt}{\stackrel{?}{>}} +\newcommand{\qlt}{\stackrel{?}{<}} + + + % A row of stars, for showing difficulty % first arg: filled stars % second arg: total stars