General ⇒ Tables with rounded corners and different sizes
Tables with rounded corners and different sizes
I thought about using a standard table but failing at getting padding or rounding working.
Wanted the topics on the left side and the descriptions on the right. I've shown a mockup. Is it better to use Tikz instead of a table?
Thanks for any tips or help in advance.
(Sorry if this seems like an easy question).
John
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Tables with rounded corners and different sizes
welcome to the forum!
I write a bit late - usually I quickly answer to questions or issues with specific code. Did you already solve your task, or got help?
It's not straightforward with standard tables. But with TikZ it doesn't look hard. It's just nodes with styles. Some nodes with colors, rectangular shape with rounded corners, easy to define. And TikZ provides a matrix library for matrices of nodes, with styles per row or column or single cells. Let us know if you still work on it.
Stefan