From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Vertically aligning table row contents Date: Tue, 06 Jan 2015 19:16:43 -0500 Message-ID: <54AC7AEB.2050704@pfdstudio.com> References: <54AC7507.5000705@pfdstudio.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------090603010508070602050403" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8eIs-0006gA-QF for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 19:16:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8eIo-0005ju-N3 for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 19:16:50 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8eIo-0005jo-FL for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 19:16:46 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 44ADF20D0C for ; Tue, 6 Jan 2015 19:16:46 -0500 (EST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode This is a multi-part message in MIME format. --------------090603010508070602050403 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 1/6/15 7:14 PM, John Hendy wrote: > > > On Jan 6, 2015 5:52 PM, "Peter Davis" > wrote: > > > > I'm trying to create a simple two-column table. The left column will > show images of symbols used in the document, and the right column will > explain what those images mean. So far, I have > > > > --8<---------------cut here---------------start------------->8--- > > > > #+MACRO: p \includegraphics[scale=.35]{$1} > > #+CAPTION: Document Symbols > > #+ATTR_LATEX: :align lp{5in} :float nil :border 2 :frame border > > | {{{p(./GreenDot.png)}}} | This symbol indicates that the > associated item is in a /normal/ or /successful/ state. | > > | {{{p(./YellowDots.png)}}} | This symbol denotes a state of > /concern/ or /potential trouble/ for the associated item. | > > | {{{p(./RedDots.png)}}} | This symbol indicates that the > associated item is in a /severely troubled/ or /non-functioning/ state. | > > > > --8<---------------cut here---------------end--------------->8--- > > > > > > But what I'm getting is: > > > > > > > > Is there a way to get both columns centered? > > > > Assuming you mean vertically? > > Yes, I did mean vertically. Sorry. -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com --------------090603010508070602050403 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
On 1/6/15 7:14 PM, John Hendy wrote:


On Jan 6, 2015 5:52 PM, "Peter Davis" <pfd@pfdstudio.com> wrote:
>
> I'm trying to create a simple two-column table. The left column will show images of symbols used in the document, and the right column will explain what those images mean. So far, I have
>
> --8<---------------cut here---------------start------------->8---
>
> #+MACRO:  p   \includegraphics[scale=.35]{$1}
> #+CAPTION: Document Symbols
> #+ATTR_LATEX: :align lp{5in} :float nil :border 2 :frame border
> | {{{p(./GreenDot.png)}}}  | This symbol indicates that the associated item is in a /normal/ or /successful/ state.                 |
> | {{{p(./YellowDots.png)}}} | This symbol denotes a state of /concern/ or /potential trouble/ for the associated item.               |
> | {{{p(./RedDots.png)}}}   | This symbol indicates that the associated item is in a /severely troubled/ or /non-functioning/ state. |
>
> --8<---------------cut here---------------end--------------->8---
>
>
> But what I'm getting is:
>
>
>
> Is there a way to get both columns centered?
>

Assuming you mean vertically?


Yes, I did mean vertically. Sorry.

-pd

-- 
----
Peter Davis
The Tech Curmudgeon
www.techcurmudgeon.com
--------------090603010508070602050403--