Text FormattingSize of a paragraph

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Kinou21
Posts: 5
Joined: Tue Nov 29, 2016 11:09 pm

Size of a paragraph

Post by Kinou21 »

Hi,

I would like to know how ro change the size of just one paragraph ?

Thank you !

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Size of a paragraph

Post by Stefan Kottwitz »

If you mean the font size, here is an example:

Code: Select all

{\small
your text

}
The braces {...} 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
Post Reply