Search found 3 matches

by Pratt_G
Thu Sep 12, 2013 6:06 am
Forum: Graphics, Figures & Tables
Topic: Wrapping text in columns
Replies: 1
Views: 8139

Wrapping text in columns

Hi,

I am trying to make a table such that contents of one of the columns should be wrapped between two rows. I hope the MWE below explains what I am trying to do. Can anyone please suggest me how to get this working?


\documentclass[11 pt]{article}

\usepackage{threeparttable}
\usepackage ...
by Pratt_G
Tue Sep 03, 2013 6:13 am
Forum: Math & Science
Topic: Horizontal Spacing in aligned Equations
Replies: 2
Views: 7275

Re: Horizontal Spacing in aligned Equations

Thanks. That worked. But in my general experience align and alignat have been very painful to use especially because their preset horizontal alignments. I prefer to use array instead, as it allows me to flexibly choose the alignment of individual columns. Now only if there was a way to use array ...
by Pratt_G
Mon Sep 02, 2013 6:05 pm
Forum: Math & Science
Topic: Horizontal Spacing in aligned Equations
Replies: 2
Views: 7275

Horizontal Spacing in aligned Equations

Hi,

can anyone please help me understand the following two issues?


Why do I get non-uniform and inordinate spacing between the columns? The first summation is very close to "min" and the second summation is way too from the first summation.
Is there any way to left-align the columns? I want ...