summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pgf-periodictable/README
blob: e3ddefda0aec9432741551a775995c3a1068e1a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
This is pgf-PeriodicTable, version 2.0.1 (2023/05/29).

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 six languages: English, French, German,
Portuguese (from Portugal and from Brazil), Spanish and Italian.
____________________________________________________________

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

** Requirements: TikZ package.
** 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.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