emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Vertically aligning table row contents


From: Peter Davis
Subject: [O] Vertically aligning table row contents
Date: Tue, 06 Jan 2015 18:51:35 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

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:

misaligned table

Is there a way to get both columns centered?

Thank you.

-pd


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]