lout-users
[Top][All Lists]
Advanced

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

Using defs/macros in @Cell definitions


From: Milan Zamazal
Subject: Using defs/macros in @Cell definitions
Date: Mon, 5 Feb 2001 00:04:29 +0300 (MSK)
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.97

I'd like to use macros in table @Row definitions but I couldn't find out
how to do it in Lout 3.24.

What I want is something like:

  macro @specialcell { @Cell width { 1p } }
  ...
  @Row format { ... | @specialcell C | ... }

Lout complains about an unknown symbol @Cell -- I don't know what to
import to avoid this.

When I try

  macro @specialcell { width { 1p } }
  ...
  @Row format { ... | @Cell @specialcell C | ... }

it doesn't work either -- `width' is not considered being an option,
it's put into the table as a word instead.

Thanks,

Milan Zamazal, Lout newbie


reply via email to

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