This commit is contained in:
Jeff Lance 2022-03-13 19:37:00 +01:00
parent cf32072fe8
commit 43b7dcd4b8
2 changed files with 7 additions and 1 deletions

View File

@ -76,7 +76,7 @@
\RequirePackage{tkz-euclide} \RequirePackage{tkz-euclide}
\usetikzlibrary{arrows, calc, positioning, shapes.geometric, shadows, snakes, tikzmark} \usetikzlibrary{arrows, calc, positioning, shapes.geometric, shadows, snakes, tikzmark}
\RequirePackage{calc} \RequirePackage{calc}
% \RequirePackage{pgffor,pgfmath} % loaded by tikz \RequirePackage{fourier}
\RequirePackage{pgfplots} \RequirePackage{pgfplots}
\pgfplotsset{compat=1.16} \pgfplotsset{compat=1.16}
\RequirePackage[load-configurations = abbreviations]{siunitx} \RequirePackage[load-configurations = abbreviations]{siunitx}

View File

@ -390,6 +390,12 @@
\ensuremath{\lim\limits_{ #2 } #1} \ensuremath{\lim\limits_{ #2 } #1}
} }
%% exponential
%%%
\NewDocumentCommand \e{} {
\text{e}
}
%%% l %%% l
%%% %%%
%\RenewDocumentCommand \l { } { %\RenewDocumentCommand \l { } {