I want to create text format like this
Can anyone help me with the code.
Text Formatting ⇒ text equation in two column
text equation in two column
Last edited by Stefan Kottwitz on Wed Nov 07, 2012 6:19 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
text equation in two column
Hi,
welcome to the board!
What did you try, and where did you have a problem? Perhaps post the code you already have, so we don't need to type all again.
There are several ways. For example, you could use
Stefan
welcome to the board!
What did you try, and where did you have a problem? Perhaps post the code you already have, so we don't need to type all again.
There are several ways. For example, you could use
\parbox
within the equation, one on the left and one on the right side.Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
text equation in two column
Like Stefan I would also suggest a
Best regards and welcome to the board
Thorsten
\parbox
on both sides of \equiv
in a displayed math environment like {equation}
. It would also be possible use two {tabular}
environments instead, perhaps enhanced by the array package.Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10