Hi, I am learning how to draw with LaTeX. I would like to use the diagram in the link: http://www.texample.net/tikz/examples/s ... scription/ but I need to change the size of font and the rectangles itself as the 1st one need to be bigger to contain more text. Is this possible?
Thanks in advance.
Graphics, Figures & Tables ⇒ A descriptive diagram
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
A descriptive diagram
Welcome to the forum!
In the
smartdiagram manual you can find options for setting the font, and for example also setting for the distance between the rectangles, such as:
However, those ready-made easy-to-use diagrams are not very flexible. You can use them as they are with some options, but not change them much in their structure.
If necessary, use pure TikZ. We can help you with details.
Stefan
In the

Code: Select all
\smartdiagramset{
descriptive items y sep = 10em,
description font = \large,
}
If necessary, use pure TikZ. We can help you with details.
Stefan
LaTeX.org admin