emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Vertically aligning table row contents


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


On 1/6/15 8:15 PM, John Hendy wrote:


On Jan 6, 2015 7:00 PM, "Peter Davis" <address@hidden> wrote:
>
>
> On 1/6/15 7:19 PM, John Hendy wrote:
>>
>>
>> The top three Google hits for "align images and text table latex" seem helpful. The first two suggest \raisebox.
>>
>> Hopefully they help!
>> John
>>
>>
>
> Thanks, John. Is there an org-mode way to do this?
>

I've not used macros, but could you just add the raisebox code to it?

Like ... \raisebox{0.5\height}{\includegraphics[...]{$1}

instead of the current?

Just a stab in the dark as I'm unfamiliar with you org tackle code and the latex solution!

John


Maybe that's the right track, but the obvious solution doesn't seem to work:

--8<---------------cut here---------------start------------->8---
#+MACRO:  p   \raisebox{-.5\height}{\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---


> Thank you.
>
>
> -pd
>
> --
> ----
> Peter Davis
> The Tech Curmudgeon
> www.techcurmudgeon.com
>


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

reply via email to

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