lout-users
[Top][All Lists]
Advanced

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

Re: Give parts of commands/definitions to a called command (to parse arg


From: Oliver Bandel
Subject: Re: Give parts of commands/definitions to a called command (to parse arguments)
Date: Fri, 22 Apr 2016 02:10:27 +0200
User-agent: Horde Application Framework 5


Zitat von Oliver Bandel <address@hidden> (Fri, 22 Apr 2016 01:37:28 +0200)

Zitat von Valery Ushakov <address@hidden> (Thu, 21 Apr 2016 00:10:15 +0300)

On Wed, Apr 20, 2016 at 19:33:38 +0200, Oliver Bandel wrote:

def vvec
 right body
 { pmatrix strut { Yes }  body }

The body is nor parsed again, so it is not seen as command, when using

   vvec { row col a row col b row col c }

inside @Eq.
[...]
Or are there other ways to achieve my goal?

Just use a macro.  "pmatrix" itself is a macro that supplies some
additional paramters to "matrix".

   import @Math macro vvec { pmatrix strut { Yes } }
[...]

Thanks, that works :-)

But it throws a message:

"no value for context variable `EqCurrStyle', using the empty string"

What's this about?
Can it become a problem, which yields to dropped objects?

Ciao,
   Oliver




reply via email to

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