From 4ab7c4b3024e55e4d2e4957de12dafca5f45ad02 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 15 Oct 2019 22:00:30 +0000 Subject: elements (15oct19) git-svn-id: svn://tug.org/texlive/trunk@52398 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/elements/README | 10 +- .../texmf-dist/doc/latex/elements/elements_en.pdf | Bin 402697 -> 409567 bytes .../texmf-dist/doc/latex/elements/elements_en.tex | 31 +++-- Master/texmf-dist/tex/latex/elements/elements.sty | 52 ++++++-- .../tex/latex/elements/elements_names_brazil.def | 146 ++++++++++++++++++++ .../tex/latex/elements/elements_names_english.def | 8 +- .../tex/latex/elements/elements_names_french.def | 8 +- .../tex/latex/elements/elements_names_german.def | 8 +- .../tex/latex/elements/elements_names_portuges.def | 147 +++++++++++++++++++++ .../tex/latex/elements/elements_names_spanish.def | 8 +- 10 files changed, 391 insertions(+), 27 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/elements/elements_names_brazil.def create mode 100644 Master/texmf-dist/tex/latex/elements/elements_names_portuges.def diff --git a/Master/texmf-dist/doc/latex/elements/README b/Master/texmf-dist/doc/latex/elements/README index f677830ae03..abb5ea1ab7a 100644 --- a/Master/texmf-dist/doc/latex/elements/README +++ b/Master/texmf-dist/doc/latex/elements/README @@ -1,15 +1,14 @@ -------------------------------------------------------------------------- -the ELEMENTS package v0.2c +the ELEMENTS package v0.3 2019/10/14 retrieve different properties of chemical elements -2018/01/31 -------------------------------------------------------------------------- Clemens Niederberger Web: https://github.com/cgnieder/elements/ E-Mail: contact@mychemistry.eu -------------------------------------------------------------------------- -Copyright 2015--2018 Clemens Niederberger +Copyright 2011--2019 Clemens Niederberger This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 @@ -26,8 +25,9 @@ The Current Maintainer of this work is Clemens Niederberger. The elements package consists of the files - elements.sty - elements_en.tex, elements_en.pdf - - elements_names_english.def, elements_names_german.def, - elements_names_french.def, elements_names_spanish.def + - elements_names_brazil.def, elements_names_english.def, + elements_names_french.def, elements_names_german.def, + elements_names_portuges.def, elements_names_spanish.def - README -------------------------------------------------------------------------- If you have any ideas, questions, suggestions or bugs to report, please diff --git a/Master/texmf-dist/doc/latex/elements/elements_en.pdf b/Master/texmf-dist/doc/latex/elements/elements_en.pdf index 71e001f9c98..e48823fe7b1 100644 Binary files a/Master/texmf-dist/doc/latex/elements/elements_en.pdf and b/Master/texmf-dist/doc/latex/elements/elements_en.pdf differ diff --git a/Master/texmf-dist/doc/latex/elements/elements_en.tex b/Master/texmf-dist/doc/latex/elements/elements_en.tex index efada839665..5867f1bf23f 100644 --- a/Master/texmf-dist/doc/latex/elements/elements_en.tex +++ b/Master/texmf-dist/doc/latex/elements/elements_en.tex @@ -12,7 +12,7 @@ % Web: http://www.mychemistry.eu/forums/forum/elements/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2015--2018 Clemens Niederberger +% Copyright 2011--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -37,7 +37,7 @@ package = elements , authors = Clemens Niederberger , email = contact@mychemistry.eu , - url = http://www.mychemistry.eu/forums/forum/elements/ , + url = https://github.com/cgnieder/elements , add-cmds = { atomicnumber, DeclareAtomIsotopes, @@ -71,7 +71,7 @@ This package provides means for retrieving properties of chemical elements like atomic number, element symbol, element name, electron distribution or isotope number. Properties are defined for the elements up to the atomic - number~112. + number~118. This package is a spin-off of the package \pkg{bohr}~\cite{pkg:bohr} by the same author. @@ -87,9 +87,14 @@ } } -\expandafter\def\csname libertine@figurestyle\endcsname{LF} -\usepackage[libertine]{newtxmath} -\expandafter\def\csname libertine@figurestyle\endcsname{OsF} +\makeatletter +\def\libertine@figurestyle{LF} +\RequirePackage{amsmath} +\undef\lvert \undef\lVert +\undef\rvert \undef\rVert +\RequirePackage[libertine]{newtxmath} +\def\libertine@figurestyle{OsF} +\makeatother \usepackage{array,booktabs,longtable} \usepackage{lscape} @@ -259,6 +264,16 @@ shortened way (\eg: \clearpage +\section{Supported Languages} +Currently the following languages are supported: +\begin{itemize} + \item English + \item German + \item French + \item \sinceversion{0.2}Spanish + \item \sinceversion{0.3}Portuguese and Brazilian Portuguese +\end{itemize} + \addsec{Element Properties} On the following pages a table containing the properties known to \elements\ @@ -277,7 +292,7 @@ is printed. For those interested: the code used to get the table is as follows Number & Symbol & Name & Main Isotope & Electron Configuration \\ \midrule \endhead - \whileboolexpr{test{\ifnumless{\value{element}}{113}}} + \whileboolexpr{test{\ifnumless{\value{element}}{119}}} { \theelement & \elementsymbol{\arabic{element}} & @@ -301,7 +316,7 @@ is printed. For those interested: the code used to get the table is as follows Number & Symbol & Name & Main Isotope & Electron Configuration \\ \midrule \endhead - \whileboolexpr{test{\ifnumless{\value{element}}{113}}} + \whileboolexpr{test{\ifnumless{\value{element}}{119}}} { \theelement & \elementsymbol{\arabic{element}} & diff --git a/Master/texmf-dist/tex/latex/elements/elements.sty b/Master/texmf-dist/tex/latex/elements/elements.sty index 6d3accee5f0..f5e8acc2a8d 100644 --- a/Master/texmf-dist/tex/latex/elements/elements.sty +++ b/Master/texmf-dist/tex/latex/elements/elements.sty @@ -8,7 +8,7 @@ % Web: https://github.com/cgnieder/elements/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2015--2018 Clemens Niederberger +% Copyright 2011--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -25,8 +25,8 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -\newcommand*\@elements@date{2018/01/31} -\newcommand*\@elements@version{v0.2c} +\newcommand*\@elements@date{2019/10/14} +\newcommand*\@elements@version{v0.3} \newcommand*\@elements@description{properties of chemical elements} \ProvidesPackage{elements}[% @@ -296,17 +296,23 @@ % extendable language settings \RequirePackage{translations} \AfterEndPreamble{ - % this will load a file `elements_elements_.def', is a - % `translations' base language - % currently German, English, and French are available, English being the - % fallback; other languages are added by providing the corresponding file + % this will load a file `elements_names_.def', is a + % `translations' base language or dialect + % currently German, English, French, Portuguese, and Spanish are available, + % English being the fallback; other languages are added by providing the + % corresponding file \ifdef\@elements@language - {\edef\@elements@language{\@trnslt@language{\@elements@language}}} - {\def\@elements@language{\@trnslt@language{\@trnslt@current@language}}} + {\edef\@elements@language{\@trnslt@language\@elements@language}} + {\def\@elements@language{\@trnslt@language\@trnslt@current@language}} \InputIfFileExists {elements_names_\@elements@language.def} {} - {\input{elements_names_english.def}} + { + \InputIfFileExists + {elements_names_\@trnslt@dialect@of\@elements@language.def} + {} + {\input{elements_names_english.def}} + } } % ========================================================================== @@ -431,6 +437,12 @@ \DeclareAtomSymbol{110}{Ds} \DeclareAtomSymbol{111}{Rg} \DeclareAtomSymbol{112}{Cn} +\DeclareAtomSymbol{113}{Nh} +\DeclareAtomSymbol{114}{Fl} +\DeclareAtomSymbol{115}{Mc} +\DeclareAtomSymbol{116}{Lv} +\DeclareAtomSymbol{117}{Ts} +\DeclareAtomSymbol{118}{Og} % -------------------------------------------------------------------------- % declare electron distributions: @@ -553,6 +565,12 @@ \DeclareElectronDistribution{110}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+9,1} \DeclareElectronDistribution{111}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,1} \DeclareElectronDistribution{112}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2} +\DeclareElectronDistribution{113}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2+1} +\DeclareElectronDistribution{114}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2+2} +\DeclareElectronDistribution{115}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2+3} +\DeclareElectronDistribution{116}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2+4} +\DeclareElectronDistribution{117}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2+5} +\DeclareElectronDistribution{118}{2,2+6,2+6+10,2+6+10+14,2+6+10+14,2+6+10,2+6} % -------------------------------------------------------------------------- % declare isotope lists: @@ -694,6 +712,18 @@ \DeclareAtomIsotopes{111}{272,274,278,279,280} % no main isotope: \DeclareAtomIsotopes{112}{277,283,285} +% no main isotope: +\DeclareAtomIsotopes{113}{283,284} +% no main isotope: +\DeclareAtomIsotopes{114}{285,286,287,288,289} +% no main isotope: +\DeclareAtomIsotopes{115}{287,288,289,290,291} +% no main isotope: +\DeclareAtomIsotopes{116}{290,291,292,293} +% no main isotope: +\DeclareAtomIsotopes{117}{291,929,293,294} +% no main isotope: +\DeclareAtomIsotopes{118}{294} % -------------------------------------------------------------------------- \endinput @@ -712,3 +742,5 @@ HISTORY: - correct wrong isotope lists 2017/06/17 v0.2b - fix typos in French translations 2018/01/31 v0.2c - fix typos in German translations +2019/10/14 v0.3 - add Portuguese language -- thanks to Phelype Oleinik + - add elements 113 to 118 diff --git a/Master/texmf-dist/tex/latex/elements/elements_names_brazil.def b/Master/texmf-dist/tex/latex/elements/elements_names_brazil.def new file mode 100644 index 00000000000..a74b5185c45 --- /dev/null +++ b/Master/texmf-dist/tex/latex/elements/elements_names_brazil.def @@ -0,0 +1,146 @@ +% -------------------------------------------------------------------------- +% the ELEMENTS package +% +% retrieve different properties of chemical elements +% +% -------------------------------------------------------------------------- +% Clemens Niederberger +% Web: https://github.com/cgnieder/elements/ +% E-Mail: contact@mychemistry.eu +% -------------------------------------------------------------------------- +% Copyright 2015--2019 Clemens Niederberger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Clemens Niederberger. +% +% Brazilian Portuguese translation added by GRSousaJr +% -------------------------------------------------------------------------- +\DeclareAtomName[Hidrogenio]{1}{Hidrog\^enio} +\DeclareAtomName[Helio]{2}{H\'elio} +\DeclareAtomName[Litio]{3}{L\'itio} +\DeclareAtomName[Berilio]{4}{Ber\'ilio} +\DeclareAtomName[Boro]{5}{Boro} +\DeclareAtomName[Carbono]{6}{Carbono} +\DeclareAtomName[Nitrogenio]{7}{Nitrog\^enio} +\DeclareAtomName[Oxigenio]{8}{Oxig\^enio} +\DeclareAtomName[Fluor]{9}{Fl\'uor} +\DeclareAtomName[Neonio]{10}{Ne\^onio} +\DeclareAtomName[Sodio]{11}{S\'odio} +\DeclareAtomName[Magnesio]{12}{Magn\'esio} +\DeclareAtomName[Aluminio]{13}{Alum\'inio} +\DeclareAtomName[Silicio]{14}{Sil\'icio} +\DeclareAtomName[Fosforo]{15}{F\'osforo} +\DeclareAtomName[Enxofre]{16}{Enxofre} +\DeclareAtomName[Cloro]{17}{Cloro} +\DeclareAtomName[Argonio]{18}{Arg\^onio} +\DeclareAtomName[Potassio]{19}{Pot\'assio} +\DeclareAtomName[Calcio]{20}{C\'alcio} +\DeclareAtomName[Escandio]{21}{Esc\^andio} +\DeclareAtomName[Titanio]{22}{Tit\^anio} +\DeclareAtomName[Vanadio]{23}{Van\'adio} +\DeclareAtomName[Cromio]{24}{Cr\^omio} +\DeclareAtomName[Manganes]{25}{Mangan\^es} +\DeclareAtomName[Ferro]{26}{Ferro} +\DeclareAtomName[Cobalto]{27}{Cobalto} +\DeclareAtomName[Niquel]{28}{N\'iquel} +\DeclareAtomName[Cobre]{29}{Cobre} +\DeclareAtomName[Zinco]{30}{Zinco} +\DeclareAtomName[Galio]{31}{G\'alio} +\DeclareAtomName[Germanio]{32}{Germ\^anio} +\DeclareAtomName[Arsenio]{33}{Ars\^enio} +\DeclareAtomName[Selenio]{34}{Sel\^enio} +\DeclareAtomName[Bromo]{35}{Bromo} +\DeclareAtomName[Criptonio]{36}{Cript\^onio} +\DeclareAtomName[Rubidio]{37}{Rub\'idio} +\DeclareAtomName[Estroncio]{38}{Estr\^oncio} +\DeclareAtomName[Itrio]{39}{\'Itrio} +\DeclareAtomName[Zirconio]{40}{Zirc\^onio} +\DeclareAtomName[Niobio]{41}{Ni\'obio} +\DeclareAtomName[Molibdenio]{42}{Molibd\^enio} +\DeclareAtomName[Tecnecio]{43}{Tecn\'ecio} +\DeclareAtomName[Rutenio]{44}{Rut\^enio} +\DeclareAtomName[Rodio]{45}{R\'odio} +\DeclareAtomName[Paladio]{46}{Pal\'adio} +\DeclareAtomName[Prata]{47}{Prata} +\DeclareAtomName[Cadmio]{48}{C\'admio} +\DeclareAtomName[Indio]{49}{\'Indio} +\DeclareAtomName[Estanho]{50}{Estanho} +\DeclareAtomName[Antimonio]{51}{Antim\^onio} +\DeclareAtomName[Telurio]{52}{Tel\'urio} +\DeclareAtomName[Iodo]{53}{Iodo} +\DeclareAtomName[Xenonio]{54}{Xen\^onio} +\DeclareAtomName[Cesio]{55}{C\'esio} +\DeclareAtomName[Bario]{56}{B\'ario} +\DeclareAtomName[Lantanio]{57}{Lant\^anio} +\DeclareAtomName[Cerio]{58}{C\'erio} +\DeclareAtomName[Praseodimio]{59}{Praseod\'imio} +\DeclareAtomName[Neodimio]{60}{Neod\'imio} +\DeclareAtomName[Promecio]{61}{Prom\'ecio} +\DeclareAtomName[Samario]{62}{Sam\'ario} +\DeclareAtomName[Europio]{63}{Eur\'opio} +\DeclareAtomName[Gadolinio]{64}{Gadol\'inio} +\DeclareAtomName[Terbio]{65}{T\'erbio} +\DeclareAtomName[Disprosio]{66}{Dispr\'osio} +\DeclareAtomName[Holmio]{67}{H\'olmio} +\DeclareAtomName[Erbio]{68}{\'Erbio} +\DeclareAtomName[Tulio]{69}{T\'ulio} +\DeclareAtomName[Iterbio]{70}{It\'erbio} +\DeclareAtomName[Lutecio]{71}{Lut\'ecio} +\DeclareAtomName[Hafnio]{72}{H\'afnio} +\DeclareAtomName[Tantalo]{73}{T\^antalo} +\DeclareAtomName[Tungstenio]{74}{Tungst\^enio} +\DeclareAtomName[Renio]{75}{R\^enio} +\DeclareAtomName[Osmio]{76}{\'Osmio} +\DeclareAtomName[Iridio]{77}{Ir\'idio} +\DeclareAtomName[Platina]{78}{Platina} +\DeclareAtomName[Ouro]{79}{Ouro} +\DeclareAtomName[Mercurio]{80}{Merc\'urio} +\DeclareAtomName[Talio]{81}{T\'alio} +\DeclareAtomName[Chumbo]{82}{Chumbo} +\DeclareAtomName[Bismuto]{83}{Bismuto} +\DeclareAtomName[Polonio]{84}{Pol\^onio} +\DeclareAtomName[Astato]{85}{Astato} +\DeclareAtomName[Radonio]{86}{Rad\^onio} +\DeclareAtomName[Francio]{87}{Fr\^ancio} +\DeclareAtomName[Radio]{88}{R\'adio} +\DeclareAtomName[Actinio]{89}{Act\'inio} +\DeclareAtomName[Torio]{90}{T\'orio} +\DeclareAtomName[Protactinio]{91}{Protact\'inio} +\DeclareAtomName[Uranio]{92}{Ur\^anio} +\DeclareAtomName[Netunio]{93}{Net\'unio} +\DeclareAtomName[Plutonio]{94}{Plut\^onio} +\DeclareAtomName[Americio]{95}{Amer\'icio} +\DeclareAtomName[Curio]{96}{C\'urio} +\DeclareAtomName[Berquelio]{97}{Berqu\'elio} +\DeclareAtomName[Californio]{98}{Calif\'ornio} +\DeclareAtomName[Einstenio]{99}{Einst\^enio} +\DeclareAtomName[Fermio]{100}{F\'ermio} +\DeclareAtomName[Mendelevio]{101}{Mendel\'evio} +\DeclareAtomName[Nobelio]{102}{Nob\'elio} +\DeclareAtomName[Laurencio]{103}{Laur\^encio} +\DeclareAtomName[Rutherfordio]{104}{Rutherf\'ordio} +\DeclareAtomName[Dubnio]{105}{D\'ubnio} +\DeclareAtomName[Seaborgio]{106}{Seab\'orgio} +\DeclareAtomName[Bohrio]{107}{B\'ohrio} +\DeclareAtomName[Hassio]{108}{H\'assio} +\DeclareAtomName[Meitnerio]{109}{Meitn\'erio} +\DeclareAtomName[Darmstacio]{110}{Darmst\'adio} +\DeclareAtomName[Roentgenio]{111}{Roentg\^enio} +\DeclareAtomName[Copernicio]{112}{Copern\'icio} +\DeclareAtomName[Nihonio]{113}{Nih\^onio} +\DeclareAtomName[Flerovio]{114}{Fler\'ovio} +\DeclareAtomName[Moscovio]{115}{Mosc\'ovio} +\DeclareAtomName[Livermorio]{116}{Liverm\'orio} +\DeclareAtomName[Tennesso]{117}{Tennesso} +\DeclareAtomName[Oganessonio]{118}{Oganess\^onio} + +\endinput diff --git a/Master/texmf-dist/tex/latex/elements/elements_names_english.def b/Master/texmf-dist/tex/latex/elements/elements_names_english.def index 44f4bb32f41..1d9270b345f 100644 --- a/Master/texmf-dist/tex/latex/elements/elements_names_english.def +++ b/Master/texmf-dist/tex/latex/elements/elements_names_english.def @@ -8,7 +8,7 @@ % Web: https://github.com/cgnieder/elements/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2015--2018 Clemens Niederberger +% Copyright 2011--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -134,5 +134,11 @@ \DeclareAtomName{110}{Darmstadtium} \DeclareAtomName{111}{Roentgenium} \DeclareAtomName{112}{Copernicium} +\DeclareAtomName{113}{Nihonium} +\DeclareAtomName{114}{Flerovium} +\DeclareAtomName{115}{Moscovium} +\DeclareAtomName{116}{Livermorium} +\DeclareAtomName{117}{Tennessine} +\DeclareAtomName{118}{Oganesson} \endinput diff --git a/Master/texmf-dist/tex/latex/elements/elements_names_french.def b/Master/texmf-dist/tex/latex/elements/elements_names_french.def index 4db52e1df34..fb7a7775a8b 100644 --- a/Master/texmf-dist/tex/latex/elements/elements_names_french.def +++ b/Master/texmf-dist/tex/latex/elements/elements_names_french.def @@ -8,7 +8,7 @@ % Web: https://github.com/cgnieder/elements/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2015--2018 Clemens Niederberger +% Copyright 2011--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -134,5 +134,11 @@ \DeclareAtomName{110}{Darmstadtium} \DeclareAtomName{111}{Roentgenium} \DeclareAtomName{112}{Copernicium} +\DeclareAtomName{113}{Nihonium} +\DeclareAtomName[Flerovium]{114}{Fl\'erovium} +\DeclareAtomName{115}{Moscovium} +\DeclareAtomName{116}{Livermorium} +\DeclareAtomName{117}{Tennesse} +\DeclareAtomName{118}{Oganesson} \endinput diff --git a/Master/texmf-dist/tex/latex/elements/elements_names_german.def b/Master/texmf-dist/tex/latex/elements/elements_names_german.def index ad071e837ce..924f2a9dc36 100644 --- a/Master/texmf-dist/tex/latex/elements/elements_names_german.def +++ b/Master/texmf-dist/tex/latex/elements/elements_names_german.def @@ -8,7 +8,7 @@ % Web: https://github.com/cgnieder/elements/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2015--2018 Clemens Niederberger +% Copyright 2011--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -134,5 +134,11 @@ \DeclareAtomName{110}{Darmstadtium} \DeclareAtomName{111}{Roentgenium} \DeclareAtomName{112}{Copernicium} +\DeclareAtomName{113}{Nihonium} +\DeclareAtomName{114}{Flerovium} +\DeclareAtomName{115}{Moscovium} +\DeclareAtomName{116}{Livermorium} +\DeclareAtomName{117}{Tenness} +\DeclareAtomName{118}{Oganesson} \endinput diff --git a/Master/texmf-dist/tex/latex/elements/elements_names_portuges.def b/Master/texmf-dist/tex/latex/elements/elements_names_portuges.def new file mode 100644 index 00000000000..0e111439cac --- /dev/null +++ b/Master/texmf-dist/tex/latex/elements/elements_names_portuges.def @@ -0,0 +1,147 @@ +% -------------------------------------------------------------------------- +% the ELEMENTS package +% +% retrieve different properties of chemical elements +% +% -------------------------------------------------------------------------- +% Clemens Niederberger +% Web: https://github.com/cgnieder/elements/ +% E-Mail: contact@mychemistry.eu +% -------------------------------------------------------------------------- +% Copyright 2015--2019 Clemens Niederberger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Clemens Niederberger. +% +% Portuguese translation added by Phelype Oleinik +% from https://www.areaseg.com/sinais/elementos.html +% -------------------------------------------------------------------------- +\DeclareAtomName[Hidrogenio]{001}{Hidrog\^enio} +\DeclareAtomName[Helio]{002}{H\'elio} +\DeclareAtomName[Litio]{003}{L{\'\i}tio} +\DeclareAtomName[Berilio]{004}{Ber{\'\i}lio} +\DeclareAtomName{005}{Boro} +\DeclareAtomName{006}{Carbono} +\DeclareAtomName[Nitrogenio]{007}{Nitrog\^enio} +\DeclareAtomName[Oxigenio]{008}{Oxig\^enio} +\DeclareAtomName[Fluor]{009}{Fl\'uor} +\DeclareAtomName[Neonio]{010}{Ne\^onio} +\DeclareAtomName[Sodio]{011}{S\'odio} +\DeclareAtomName[Magnesio]{012}{Magn\'esio} +\DeclareAtomName[Aluminio]{013}{Alum{\'\i}nio} +\DeclareAtomName[Silicio]{014}{Sil{\'\i}cio} +\DeclareAtomName[Fosforo]{015}{F\'osforo} +\DeclareAtomName{016}{Enxofre} +\DeclareAtomName{017}{Cloro} +\DeclareAtomName[Argonio]{018}{Arg\^onio} +\DeclareAtomName[Potassio]{019}{Pot\'assio} +\DeclareAtomName[Calcio]{020}{C\'alcio} +\DeclareAtomName[Escandio]{021}{Esc\^andio} +\DeclareAtomName[Titanio]{022}{Tit\^anio} +\DeclareAtomName[Vanadio]{023}{Van\'adio} +\DeclareAtomName{024}{Cromo} +\DeclareAtomName[Manganes]{025}{Mangan\^es} +\DeclareAtomName{026}{Ferro} +\DeclareAtomName{027}{Cobalto} +\DeclareAtomName[Niquel]{028}{N{\'\i}quel} +\DeclareAtomName{029}{Cobre} +\DeclareAtomName{030}{Zinco} +\DeclareAtomName[Galio]{031}{G\'alio} +\DeclareAtomName[Germanio]{032}{Germ\^anio} +\DeclareAtomName[Arsenio]{033}{Ars\'enio} +\DeclareAtomName[Selenio]{034}{Sel\'enio} +\DeclareAtomName{035}{Bromo} +\DeclareAtomName[Criptonio]{036}{Cript\^onio} +\DeclareAtomName[Rubidio]{037}{Rub{\'\i}dio} +\DeclareAtomName[Estroncio]{038}{Estr\^oncio} +\DeclareAtomName[Itrio]{039}{\'Itrio} +\DeclareAtomName[Zirconio]{040}{Zirc\^onio} +\DeclareAtomName[Niobio]{041}{Ni\'obio} +\DeclareAtomName[Molibdenio]{042}{Molibd\'enio} +\DeclareAtomName[Tecnecio]{043}{Tecn\'ecio} +\DeclareAtomName[Rutenio]{044}{Rut\^enio} +\DeclareAtomName[Rodio]{045}{R\'odio} +\DeclareAtomName[Paladio]{046}{Pal\'adio} +\DeclareAtomName{047}{Prata} +\DeclareAtomName[Cadmio]{048}{C\'admio} +\DeclareAtomName[Indio]{049}{\'Indio} +\DeclareAtomName{050}{Estanho} +\DeclareAtomName[Antimonio]{051}{Antim\^onio} +\DeclareAtomName[Telurio]{052}{Tel\'urio} +\DeclareAtomName{053}{Iodo} +\DeclareAtomName[Xenonio]{054}{Xen\^onio} +\DeclareAtomName[Cesio]{055}{C\'esio} +\DeclareAtomName[Bario]{056}{B\'ario} +\DeclareAtomName[Lantanio]{057}{Lant\^anio} +\DeclareAtomName[Cerio]{058}{C\'erio} +\DeclareAtomName[Praseodimio]{059}{Praseod{\'\i}mio} +\DeclareAtomName[Neodimio]{060}{Neod{\'\i}mio} +\DeclareAtomName[Promecio]{061}{Prom\'ecio} +\DeclareAtomName[Samario]{062}{Sam\'ario} +\DeclareAtomName[Europio]{063}{Eur\'opio} +\DeclareAtomName[Gadolinio]{064}{Gadol{\'\i}nio} +\DeclareAtomName[Terbio]{065}{T\'erbio} +\DeclareAtomName[Disprosio]{066}{Dispr\'osio} +\DeclareAtomName[Holmio]{067}{H\'olmio} +\DeclareAtomName[Erbio]{068}{\'Erbio} +\DeclareAtomName[Tulio]{069}{T\'ulio} +\DeclareAtomName[Iterbio]{070}{It\'erbio} +\DeclareAtomName[Lutecio]{071}{Lut\'ecio} +\DeclareAtomName[Hafnio]{072}{H\'afnio} +\DeclareAtomName[Tantalo]{073}{T\^antalo} +\DeclareAtomName[Tungstenio]{074}{Tungst\^enio} +\DeclareAtomName[Renio]{075}{R\^enio} +\DeclareAtomName[Osmio]{076}{\'Osmio} +\DeclareAtomName[Iridio]{077}{Ir{\'\i}dio} +\DeclareAtomName{078}{Platina} +\DeclareAtomName{079}{Ouro} +\DeclareAtomName[Mercurio]{080}{Merc\'urio} +\DeclareAtomName[Talio]{081}{T\'alio} +\DeclareAtomName{082}{Chumbo} +\DeclareAtomName{083}{Bismuto} +\DeclareAtomName[Polonio]{084}{Pol\^onio} +\DeclareAtomName[Astatinio]{085}{Astat{\'\i}nio} +\DeclareAtomName[Radonio]{086}{Rad\^onio} +\DeclareAtomName[Francio]{087}{Fr\^ancio} +\DeclareAtomName[Radio]{088}{R\'adio} +\DeclareAtomName[Actinio]{089}{Act{\'\i}nio} +\DeclareAtomName[Torio]{090}{T\'orio} +\DeclareAtomName[Protactinio]{091}{Protact{\'\i}nio} +\DeclareAtomName[Uranio]{092}{Ur\^anio} +\DeclareAtomName[Netunio]{093}{Net\'unio} +\DeclareAtomName[Plutonio]{094}{Plut\^onio} +\DeclareAtomName[Americio]{095}{Amer{\'\i}cio} +\DeclareAtomName[Curio]{096}{C\'urio} +\DeclareAtomName[Berquelio]{097}{Berqu\'elio} +\DeclareAtomName[Californio]{098}{Calif\'ornio} +\DeclareAtomName[Einstenio]{099}{Einst\'enio} +\DeclareAtomName[Fermio]{100}{F\'ermio} +\DeclareAtomName[Mendelevio]{101}{Mendel\'evio} +\DeclareAtomName[Nobelio]{102}{Nob\'elio} +\DeclareAtomName[Laurencio]{103}{Laur\^encio} +\DeclareAtomName[Rutherfordio]{104}{Rutherf\'ordio} +\DeclareAtomName[Dubnio]{105}{D\'ubnio} +\DeclareAtomName[Seaborgio]{106}{Seab\'orgio} +\DeclareAtomName[Bohrio]{107}{B\'ohrio} +\DeclareAtomName[Hassio]{108}{H\'assio} +\DeclareAtomName[Meitnerio]{109}{Meitn\'erio} +\DeclareAtomName{110}{Darmstadtio} +\DeclareAtomName[Roentgenio]{111}{Roentg\'enio} +\DeclareAtomName[Copernicio]{112}{Copern{\'\i}cio} +\DeclareAtomName[Niponio]{113}{Nip\'onio} +\DeclareAtomName[Flerovio]{114}{Fler\'ovio} +\DeclareAtomName[Moscovio]{115}{Mosc\'ovio} +\DeclareAtomName[Livermorio]{116}{Liverm\'orio} +\DeclareAtomName{117}{Tenesso} +\DeclareAtomName[Oganesson]{118}{Ogan\'esson} + +\endinput diff --git a/Master/texmf-dist/tex/latex/elements/elements_names_spanish.def b/Master/texmf-dist/tex/latex/elements/elements_names_spanish.def index 4589c53da32..efc07735397 100644 --- a/Master/texmf-dist/tex/latex/elements/elements_names_spanish.def +++ b/Master/texmf-dist/tex/latex/elements/elements_names_spanish.def @@ -8,7 +8,7 @@ % Web: https://github.com/cgnieder/elements/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2015--2018 Clemens Niederberger +% Copyright 2011--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -134,5 +134,11 @@ \DeclareAtomName{110}{Darmstadtio} \DeclareAtomName{111}{Roentgenio} \DeclareAtomName{112}{Copernicio} +\DeclareAtomName{113}{Nihonio} +\DeclareAtomName{114}{Flerovio} +\DeclareAtomName{115}{Moscovio} +\DeclareAtomName{116}{Livermorio} +\DeclareAtomName{117}{Tenese} +\DeclareAtomName[Oganesson]{118}{Oganess\'on} \endinput -- cgit v1.2.3