Adding shape, shading, and transparency
While tables in books and theses are expected to be sober, presentations at talks are often more colorful. In this recipe, we will take a look at how to add graphical elements, such as rounded borders and shaded colors, to tables.
How to do it...
We will use the beamer
class, which is very popular for doing presentations. We will take an ordinary tabular
environment, put it into a TikZ node, and add shape and color using TikZ.
It's a challenging example, but it shows what we can achieve. Follow these steps:
- Choose the
beamer
class, remove thenavigation symbols
argument, and add a background template with some shading:\documentclass{beamer} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{background ...
Get LaTeX Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.