Text Formattingtext equation in two column

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
badril81
Posts: 1
Joined: Wed Nov 07, 2012 5:53 pm

text equation in two column

Post by badril81 »

I want to create text format like this
textformat.jpg
textformat.jpg (11.08 KiB) Viewed 1562 times
Can anyone help me with the code.
Last edited by Stefan Kottwitz on Wed Nov 07, 2012 6:19 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

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 \parbox within the equation, one on the left and one on the right side.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

text equation in two column

Post by localghost »

Like Stefan I would also suggest a \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
Post Reply