avoid warning
and reformat
This commit is contained in:
parent
1bc2c325ec
commit
022b99650f
1 changed files with 10 additions and 2 deletions
|
@ -51,8 +51,16 @@
|
|||
\ProcessOptions\relax
|
||||
|
||||
\ifopt@pics\RequirePackage{graphicx}\fi
|
||||
\ifopt@tikz\RequirePackage{tikz}\RequirePackage{tikz-cd}\RequirePackage{pgfplots}\fi
|
||||
\ifopt@script\RequirePackage{mathrsfs}\newcommand{\scr}[1]{\mathscr{#1}}\fi % for script A (sigma-Algebra-A)
|
||||
\ifopt@tikz%
|
||||
\RequirePackage{tikz}%
|
||||
\RequirePackage{tikz-cd}%
|
||||
\RequirePackage{pgfplots}%
|
||||
\pgfplotsset{compat=1.18}% mentioned in a warning, should remove it
|
||||
\fi
|
||||
\ifopt@script%
|
||||
\RequirePackage{mathrsfs}%
|
||||
\newcommand{\scr}[1]{\mathscr{#1}}
|
||||
\fi % for script A (sigma-Algebra-A)
|
||||
|
||||
% ---------
|
||||
% Packages
|
||||
|
|
Loading…
Reference in a new issue