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: Nick Dokos
Subject: Re: [O] Vertically aligning table row contents
Date: Tue, 06 Jan 2015 21:33:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Peter Davis <address@hidden> writes:

> 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}}

Try

#+MACRO: p @@latex:\raisebox{-.5\height}{\includegraphics[scale=.35]{$1}}@@

See (info "(org) Quoting LaTeX code")


> #+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---
>

Nick






reply via email to

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