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:
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.
Maybe array is not suited for this? is there any other way of using brackets to produce this?
General ⇒ Problem with brackets.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with brackets.
Welcome to the forum!
Perhaps post the code you used, then I'm 100% sure we can edit it to fix it.
Stefan
Perhaps post the code you used, then I'm 100% sure we can edit it to fix it.
Stefan
LaTeX.org admin
Problem with brackets.
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$
Last edited by Stefan Kottwitz on Mon Aug 16, 2021 12:04 pm, edited 1 time in total.
Reason: code marked
Reason: code marked