Move xfrac to styles
This commit is contained in:
parent
49b1d1fb61
commit
74294015dd
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
\date{Dernière compilation~: \today{} à \currenttime}
|
\date{Dernière compilation~: \today{} à \currenttime}
|
||||||
|
|
||||||
\usepackage{styles}
|
\usepackage{styles}
|
||||||
\usepackage{xfrac}
|
|
||||||
|
|
||||||
\pgfmathdeclarefunction{gauss}{2}{%
|
\pgfmathdeclarefunction{gauss}{2}{%
|
||||||
\pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}
|
\pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
\usepackage{amsfonts}
|
\usepackage{amsfonts}
|
||||||
\everymath{\displaystyle}
|
\everymath{\displaystyle}
|
||||||
\newcommand*\dif{\mathop{}\!\mathrm{d}}
|
\newcommand*\dif{\mathop{}\!\mathrm{d}}
|
||||||
|
\usepackage{xfrac}
|
||||||
\DeclareFontFamily{U}{wncy}{}
|
\DeclareFontFamily{U}{wncy}{}
|
||||||
\DeclareFontShape{U}{wncy}{m}{n}{<->wncyr10}{}
|
\DeclareFontShape{U}{wncy}{m}{n}{<->wncyr10}{}
|
||||||
\DeclareSymbolFont{mcy}{U}{wncy}{m}{n}
|
\DeclareSymbolFont{mcy}{U}{wncy}{m}{n}
|
||||||
|
|
Loading…
Reference in a new issue