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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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