add commonly needed package to tikz option
This commit is contained in:
parent
66179bc6c0
commit
5bc94cb795
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
% standard is bibliography.bib
|
||||
|
||||
% tikz
|
||||
% also loads tikz
|
||||
% also loads tikz and pgfplots
|
||||
|
||||
% graphicx OR pictures
|
||||
% also loads package graphicx (for picture handling)
|
||||
|
@ -51,7 +51,7 @@
|
|||
\ProcessOptions\relax
|
||||
|
||||
\ifopt@pics\RequirePackage{graphicx}\fi
|
||||
\ifopt@tikz\RequirePackage{tikz}\RequirePackage{tikz-cd}\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)
|
||||
|
||||
% ---------
|
||||
|
|
Loading…
Reference in a new issue