Hi,
I would like to know how ro change the size of just one paragraph ?
Thank you !
Text Formatting ⇒ Size of a paragraph
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Size of a paragraph
Font size? Textwidth? You realy should explain what you want.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Size of a paragraph
If you mean the font size, here is an example:
The braces
Stefan
Code: Select all
{\small
your text
}
{...}
limit the effect of the font size command. Note the empty line within the braces: end the paragraph before the closing brace, not after it. So TeX knows at the end of the paragraph that a different font size was used, for the line spacing.Stefan
LaTeX.org admin