From e8746517cffee4c1a290790740ed722ff97b4f1e Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 20 Nov 2019 18:39:01 +0100 Subject: [PATCH] Correct shortcut error for \fg --- shortcuts/shortcuts.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index e894099..f6a0499 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -118,7 +118,7 @@ \NewDocumentCommand \og { }{ << } -\NewDocumentCommand \Fg { }{ +\NewDocumentCommand \fg { }{ >> } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%