Try to create a \bar command to make a complementary math macro.

This commit is contained in:
Jeff Lance 2020-10-20 16:17:47 +02:00
parent afb5179d7e
commit 19d6f5d828

View File

@ -341,6 +341,10 @@
\NewDocumentCommand \sfrac{ G{1} G{2} } {
\nicefrac{#1}{#2}
}
% %% renewed \bar command
% %%
% \renewcommand{\bar}[1]{\overline{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%