Text Formatting{0.49\textwidth} - What this command do?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

{0.49\textwidth} - What this command do?

Post by artemff »

{0.49\textwidth} I viewed it in my Latex book.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: {0.49\textwidth} - What this command do?

Post by frabjous »

It doesn't do anything on its own. It is a length--it means 0.49 times (or 49% of) the width of the part of the page containing text. So in a certain context, it might be used to tell LaTeX that something ought to take up a little less than half the width of the page. But we'd need to know what context it appears in to know precisely what it does.
Post Reply