Text FormattingText in Table flushed to the Left

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
kroman
Posts: 3
Joined: Tue Sep 20, 2011 9:52 am

Text in Table flushed to the Left

Post by kroman »

Dear all,

I want to add a paragraph with

Code: Select all

\begin{flushleft}
...
\end{flushleft}
However, sometimes (for instance in the tabular environment) I do not want any additional vertical spacings before and after the paragraph. What is the easiest way to prevent these additional spacings?

thanks for any hints and ideas
Roman

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Text in Table flushed to the Left

Post by kaiserkarl13 »

If you're trying to write something like an address, just use a line break:

Code: Select all

I. M. Thepresident\\
1600 Pennsylvania Avenue\\
Washington, DC\\
February 2, 2012
Post Reply