Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
LaTeX Cookbook

You're reading from   LaTeX Cookbook Over 100 practical, ready-to-use LaTeX recipes for instant solutions

Arrow left icon
Product type Paperback
Published in Feb 2024
Publisher Packt
ISBN-13 9781835080320
Length 424 pages
Edition 2nd Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Stefan Kottwitz Stefan Kottwitz
Author Profile Icon Stefan Kottwitz
Stefan Kottwitz
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Chapter 1: Exploring Various Document Classes FREE CHAPTER 2. Chapter 2: Tuning the Text 3. Chapter 3: Adjusting Fonts 4. Chapter 4: Creating Tables 5. Chapter 5: Working with Images 6. Chapter 6: Creating Graphics 7. Chapter 7: Creating Beautiful Designs 8. Chapter 8: Producing Contents, Indexes, and Bibliographies 9. Chapter 9: Optimizing PDF Files 10. Chapter 10: Writing Advanced Mathematics 11. Chapter 11: Using LaTeX in Science and Technology 12. Chapter 12: Getting Support on the Internet 13. Chapter 13: Using Artificial Intelligence with LaTeX 14. Index 15. Other Books You May Enjoy

Printing a customized periodic table of elements

In the previous recipes, we read a lot about atoms and elements. Do you remember that huge poster of the periodic table of elements in the chemistry room at your school? Let’s make it ourselves!

How to do it...

We will use the pgf-PeriodicTable package written by Hugo Gomes. Take the following steps:

  1. Start with any document class:
    \documentclass[border=10pt]{standalone}
  2. Load the pgf-PeriodicTable package:
    \usepackage{pgf-PeriodicTable}
  3. Begin the document:
    \begin{document}
  4. Use the \pgfPT command:
    \pgfPT
  5. End the document:
    \end{document}
  6. Compile and look at the result:
Figure 11.27 – The periodic table of elements

Figure 11.27 – The periodic table of elements

How it works...

That was too easy. The \pgfPT command understands many options, and you can customize a lot, including the colors. Let’s leave a detailed reference to the package manual that you can find at https://texdoc.org/pkg/pgf-PeriodicTable...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime