Hi,
I am a new LaTeX user. At the moment I am writing a lab report and I am facing a problem that I could not find an answer to, even after searching for about an hour.
I want to create a brace as in the following illustration but I can not find a way to do it.
I hope to get some help and I am sorry If I have posted in the wrong forum and have violated any rules.
Thanks
Text Formatting ⇒ Brace to cover multi-line Text
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Brace to cover multi-line Text
Hi,
there are different ways. Here's one, with tabular and auto-sizing braces with \left and \right:
Stefan
there are different ways. Here's one, with tabular and auto-sizing braces with \left and \right:
Code: Select all
\documentclass{article}
\begin{document}
$\left.
\begin{tabular}{lll}
Text line one \\
Text line two \\
Text line three \\
\end{tabular}
\right\} = $ Text
\end{document}
LaTeX.org admin
Re: Brace to cover multi-line Text
Hi,
Thank you both for the fast replies. I would like the normal typeset over italics in the Math mode. And Stefan has already given the answer which will achieve what I am trying to do.
{I am from Sri Lanka and most of the people at the bachelors level haven't even heard about Latex. I am switching from MS Word to Latex for report writing.)
And thanks again for the welcome!.
Thank you both for the fast replies. I would like the normal typeset over italics in the Math mode. And Stefan has already given the answer which will achieve what I am trying to do.
{I am from Sri Lanka and most of the people at the bachelors level haven't even heard about Latex. I am switching from MS Word to Latex for report writing.)
And thanks again for the welcome!.

- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Brace to cover multi-line Text
Very good decision - LaTeX is much better for scientific documents.
Stefan
Stefan
LaTeX.org admin