GeneralProblem with brackets.

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
spiegelbild
Posts: 1
Joined: Wed Mar 31, 2021 3:01 am

Problem with brackets.

Post by spiegelbild »

Hi. Newbie here. Maybe some of you can help me with this.
I'm having some problems using brackets for multiples lines. Usually I use array environment to do that but now the output it's not what I expect.
This is what I want to do:
ideal result.PNG
ideal result.PNG (13.02 KiB) Viewed 4741 times
The issue is that the array "by default" centers itself to the arrow, so I tried putting the argument "[t]" and that align the first row to the previous line, but it messes up the bracket.
bracket mess up.PNG
bracket mess up.PNG (15.01 KiB) Viewed 4741 times
Maybe array is not suited for this? is there any other way of using brackets to produce this?

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

Problem with brackets.

Post by Stefan Kottwitz »

Welcome to the forum!

Perhaps post the code you used, then I'm 100% sure we can edit it to fix it.

Stefan
LaTeX.org admin
vaman
Posts: 17
Joined: Wed Oct 09, 2019 5:51 am

Problem with brackets.

Post by vaman »

Code: Select all

\begin{tabular}{ll}
		dummy text$\Rightarrow$ &  some text and equations\\
		& Some more text and equations\\
		& some more equations\\
		\end{tabular}  \Bigg\}$\Rightarrow$	
This way one create big brackets.
Last edited by Stefan Kottwitz on Mon Aug 16, 2021 12:04 pm, edited 1 time in total.
Reason: code marked
Post Reply