diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-19 23:32:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-19 23:32:56 +0000 |
commit | 5d46fc5377a1bf0b28d0407d84963f015aaa393a (patch) | |
tree | 5808bede06d71f399d84709eeb44f10b62e005fa /Master/texmf-dist/tex | |
parent | 04fb8cc057e192c9406dd61df56c808f88eeb3c5 (diff) |
engtlc (19feb12)
git-svn-id: svn://tug.org/texlive/trunk@25432 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/engtlc/engtlc.sty | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/engtlc/engtlc.sty b/Master/texmf-dist/tex/latex/engtlc/engtlc.sty index 5b2f9eb893d..2376310f821 100644 --- a/Master/texmf-dist/tex/latex/engtlc/engtlc.sty +++ b/Master/texmf-dist/tex/latex/engtlc/engtlc.sty @@ -15,7 +15,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{engtlc}[2012/02/12 LaTeX package for telecommunications engineering version 3.0] +\ProvidesPackage{engtlc}[2012/02/12 LaTeX package for telecommunications engineering version 3.1] \@ifpackageloaded{amsmath}{}{\PackageError{engtlc}{Package amsmath is currently not loaded}{}} \@ifpackageloaded{amssymb}{}{\PackageError{engtlc}{Package amssymb is currently not loaded}{}} @@ -213,7 +213,7 @@ \newcommand{\potin}[1]{\ensuremath{P_{\mathrm{#1}}}} % potenza nel punto 1 \newcommand{\potdisp}[1][]{\ensuremath{P_{\mathrm{disp}}^{#1}}} % potenza disponibile -\newcommand{\potalim}[1][]{\ensuremath{P_{\mathrm{alim}}^{#1}}} % potenza alimentazione (per un sistema) +\newcommand{\potCC}[1][]{\ensuremath{P_{\mathrm{CC}}^{#1}}} % potenza alimentazione (corrente continua) \newcommand{\potirr}[1][]{\ensuremath{P_{\mathrm{irr}}^{#1}}} % potenza irradiazione \newcommand{\potdiss}[1][]{\ensuremath{P_{\mathrm{diss}}^{#1}}} % potenza dissipata \newcommand{\potinc}[1][]{\ensuremath{P_{\mathrm{inc}}^{#1}}} % potenza incidente @@ -295,8 +295,9 @@ \let\irrpow\potirr \let\disspow\potdiss \let\incpow\potinc -\let\genpow\potalim -\renewcommand{\genpow}[1][]{\ensuremath{P_{\mathrm{gen}}^{#1}}} +\let\potalim\potCC +\let\potDC\potCC +\renewcommand{\potDC}[1][]{\ensuremath{P_{\mathrm{DC}}^{#1}}} \let\Efield\campoe \let\Hfield\campoh \let\phasorEfield\campoefas |