General ⇒ Problem with brackets.
-
spiegelbild
- Posts: 1
- Joined: Wed Mar 31, 2021 3:01 am
Problem with brackets.
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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with brackets.
Perhaps post the code you used, then I'm 100% sure we can edit it to fix it.
Stefan
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$ Reason: code marked