Index of /archives/text/CTAN/graphics/pgf/contrib/pgf-periodictable

Icon  Name                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2024-04-03 20:47 2.9K [DIR] flags/ 2024-04-04 00:35 - [DIR] lattice/ 2024-04-04 00:35 - [DIR] manualfiles/ 2024-04-04 00:35 - [   ] myGroupColors.tex 2024-04-04 00:38 7.1K [TXT] pgf-PeriodicTable.sty 2024-04-03 18:31 203K [   ] pgf-PeriodicTableManual.ist 2022-10-11 16:35 87 [   ] pgf-PeriodicTableManual.pdf 2024-04-03 20:32 7.1M [   ] pgf-PeriodicTableManual.tex 2024-02-15 03:48 20K [   ] pgfPT.backcolors.keys.tex 2023-02-07 05:06 21K [   ] pgfPT.buildcell.tex 2024-02-15 04:51 19K [   ] pgfPT.colorSchemes.info.pdf 2022-09-03 04:59 109K [   ] pgfPT.colorSchemes.info.tex 2022-10-11 04:50 358 [   ] pgfPT.coordinates.tex 2022-10-11 04:50 9.5K [   ] pgfPT.data.tex 2024-02-10 23:54 76K [   ] pgfPT.drawing.keys.tex 2024-02-12 00:09 75K [   ] pgfPT.formatNumbers.tex 2022-11-02 02:53 8.7K [   ] pgfPT.input.library.tex 2023-04-02 22:00 2.3K [   ] pgfPT.labels.tex 2024-02-10 23:53 30K [   ] pgfPT.library.colorschemes.tex 2023-02-25 23:59 75K [   ] pgfPT.names.tex 2024-02-10 23:54 17K [   ] pgfPT.process.language.tex 2024-02-12 20:42 8.6K [   ] pgfPT_radio_symbol.pdf 2020-08-16 21:11 1.6K [   ] pgfPT_radio_symbol.tex 2022-10-11 04:56 888 [TXT] pgfPTcolorSchemes.html 2022-10-11 04:57 46K [DIR] spectra/ 2024-04-04 00:35 - [DIR] translations/ 2024-04-04 00:35 -
This is pgf-PeriodicTable, version 2.1.0a (2024/04/03).

The purpose of this package is to provide the Periodic Table of Elements in
a simple way. It relies on pgf/TikZ to offer a full or partial periodic table with
a variety of options and displaying the desired data for all the 118
elements. It can be done in different languages: English, French, German,
Portuguese (from Portugal and from Brazil), Spanish, Italian and translations
by user contributions (currently Dutch).
____________________________________________________________

Just typeset \pgfPT to get a Periodic Table of Elements or \pgfPT[<options list>]
to do it at your custom way.
____________________________________________________________

** Requirements: TikZ and fontenc (pdfLaTeX) or fontspec (XeLaTeX or LuaLaTeX) packages.
** Installation: unpack everything in a directory in the TeX search path and refresh the TeX database.
** Usage: just place \usepackage{pgf-PeriodicTable} in the preamble.
** Contact the author: Hugo Gomes (hugo.parelho@gmail.com)
** Licence: released under the LaTeX Project Public License v1.3 or later, see http://www.latex-project.org/lppl.txt
____________________________________________________________
____________________________________________________________

Major changes:

*** v2.1.0a (03/04/2024) ***
Translation files have been renamed from 'lang.{undefined,nl}.tex' to 'pgfPT.lang.{undefined,nl}.tex' to match the runtime tree of TeX Live (names must be globally unique for reliable searching).

*** v2.1.0 (14/02/2024) ***
New options for package loading:
- numerals (supporting Devanagari or Mandarin numerals);
- userlang (supporting a user defined language, currently only Dutch translation, provided by Wim De Borggraeve).
New commands:
- \pgfPTdvnfont (provides font selection for use with Devanagari);
- \pgfPTzhfont (provides font selection for use with Mandarin numerals);
- \pgfPTzhnumber (to enable/disable showing the atomic number, period or group number in Mandarin numerals).
Fixed wrong interaction with fontspec and babel packages: font selection schemes and \babelfont usage now work as expected.
Fixed incorrect capitalization of some elements in German.
Correction of the title in Spanish.

*** v2.0.1 (29/05/2023) ***
Capitalized element names (in German) and improved German language after suggestions made by Ole Schwen

*** v2.0.0 (20/02/2023) ***
New command \usepgfPTlibrary
New library 'colorschemes' for easy creation of color schemes with the commands:
- \pgfPTGroupColors
- \pgfPTPeriodColors
- \pgfPTCScombine
- \pgfPTCSwrite

*** v1.0.1 (08/11/2022) ***
Now compatible with pdfLaTex, LuaLaTeX and XeLaTeX engines.
Fixed the 'String contains an invalid utf-8 sequence...' error.
Added \pgfPTsetLanguage{<language flag>} command to the documentation (forgotten in v1.0.0 manual).
Updated the behavior of the 'capitalize element names' key.
New keys:
- name align
- d unit
- ls unit
New pseudo styles:
- d
- lat

*** v1.0.1 (10/10/2022) ***
Initial release