From 19d6f5d828a1e9494cb2389f80c0819471449704 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 20 Oct 2020 16:17:47 +0200 Subject: [PATCH] Try to create a \bar command to make a complementary math macro. --- shortcuts/shortcuts.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index d12f416..8cd0840 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -341,6 +341,10 @@ \NewDocumentCommand \sfrac{ G{1} G{2} } { \nicefrac{#1}{#2} } + +% %% renewed \bar command +% %% +% \renewcommand{\bar}[1]{\overline{#1}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%