summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-14 22:58:54 +0000
committerKarl Berry <karl@freefriends.org>2021-03-14 22:58:54 +0000
commit75950fa8823761cb77373f180d48f5c2b52c9870 (patch)
treeca4ee392a85f23a6513d475dfa12a177911f797c /Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty
parent00eaa722e4ed22d1872a099285dbd7b03967bb78 (diff)
schulmathematik (14mar21)
git-svn-id: svn://tug.org/texlive/trunk@58359 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty')
-rw-r--r--Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty22
1 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty b/Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty
index 4191a480841..bfd0e591033 100644
--- a/Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty
+++ b/Master/texmf-dist/tex/latex/schulmathematik/schulma-physik.sty
@@ -1,8 +1,8 @@
% schulmathematik bundle: package schulma-physik
-% Version 1.0
-% 16. Februar 2020
+% Version 1.1
+% 13. März 2021
\RequirePackage{xparse}
-\ProvidesExplPackage {schulma-physik} {2020-02-16} {1.0} {Befehle für die Schulphysik}
+\ProvidesExplPackage {schulma-physik} {2021-03-13} {1.1} {Befehle für die Schulphysik}
\RequirePackage [locale=DE] {siunitx}
\RequirePackage {tikz}
@@ -74,6 +74,22 @@
\SI{6,63e-34}{\J.\s}
}
+\NewDocumentCommand \EFK { }
+ {
+ \SI{8,85e-12}{\A\s\per\V\per\m}
+ }
+
+\NewDocumentCommand \MFK {s}
+ {
+ \IfBooleanTF {#1}
+ {
+ \SI{1,26e-6}{\V\s\per\A\per\m}
+ }
+ {
+ \ensuremath { 4\,\pi\cdot\SI{e-7}{\V\s\per\A\per\m} }
+ }
+ }
+
\ExplSyntaxOff
\usetikzlibrary{circuits.ee.IEC}