Index of /xraylarch/downloads/xraylarch-2021-07_docs-examples/examples/xraytable

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]COPYING2020-09-16 13:20 300  
[   ]Makefile2020-09-16 13:20 342  
[   ]atoms.tex2020-09-16 13:20 69K 
[   ]elines.tex2020-09-16 13:20 4.7K 
[   ]gen_atoms.py2020-09-16 13:20 7.9K 
[DIR]images/2020-09-16 13:20 -  
[   ]xray_table.tex2020-09-16 13:20 10K 


The files here generate a poster-sized Periodic Table of X-ray absorption
edges and emission lines using data from Elam, Ravel, and Sieber, Radiation
Physics and Chemistry 63 (2002).

The latex source file used is heavily derived from the periodic tables of
the elememts by Ivan Griffin in the tikZ example set
    http://texample.net/tikz/examples/periodic-table-of-chemical-elements/

Building the Xray Periodic Table
=================================

The PDF version of the periodic table can then be generated with
   make

This assumes a few things:
   a) latex and a reasonably modern version of the TikZ package are installed.
   b) XrayDB from the xraylarch package has been installed. XrayDB
      contains the daata from Elam, et al. used to generate the table.
      The gen_atoms.py script uses this to extract the data and write out
      latex paragraphs for each element into the file atoms.tex.

          python gen_atoms.py > atoms.tex

   c) edit the top of xray_table.tex to select image of scientist and poster size.


Matt Newville, April 2019