diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg b/Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg index dee59b7256a..1557bc278cb 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg @@ -5,16 +5,16 @@ %% The original source files were: %% %% siunitx.dtx (with options: `prefixed') -%% ---------------------------------------------------------------- -%% The siunitx package --- A comprehensive (SI) units package -%% Maintained by Joseph Wright -%% E-mail: joseph.wright@morningstar2.co.uk -%% Released under the LaTeX Project Public License v1.3c or later -%% See http://www.latex-project.org/lppl.txt -%% ---------------------------------------------------------------- +%% --------------------------------------------------------------- +%% The siunitx package --- A comprehensive (SI) units package +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- %% \ProvidesFile{si-prefixed.cfg} - [2009/09/16 v1.2n siunitx: SI Prefixed units] + [2009/09/21 v1.3a siunitx: SI Prefixed units] \requiresiconfigs{prefix,named,accepted,physical} \newunit{\picometre}{\pico\metre} \newunit{\nanometre}{\nano\metre} @@ -100,6 +100,27 @@ \newunit{\hectopascal}{\hecto\pascal} \newunit{\megabecquerel}{\mega\becquerel} \newunit{\millisievert}{\milli\sievert} -\endinput +%% +%% Copyright (C) 2008-2009 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the file siunitx.dtx +%% and the derived files siunitx.pdf, +%% siunitx.sty +%% siunitx.bib, +%% siunitx.ins, +%% siunitx-bug.tex and +%% various .cfg files. +%% %% %% End of file `si-prefixed.cfg'. |