Re: creating header properties on the fly

2008-09-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 12. September 2008 schrieb Kieren MacMillan: > Hi Valentin Villenave wrote: > > I could be wrong, but I think this is already possible (I've been > > using such a trick for several months). > > WOW! I was *sure* that I tried this a few mont

Re: creating header properties on the fly

2008-09-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 12. September 2008 schrieb Kieren MacMillan: > Hello all, > > I'd like to be able to say, e.g. > > \header > { > title = "My Really Cool Composition" > alternateTitle = "MRCC" > } > > and then a

Re: creating header properties on the fly

2008-09-12 Thread Kieren MacMillan
Hi Valentin Villenave wrote: I could be wrong, but I think this is already possible (I've been using such a trick for several months). WOW! I was *sure* that I tried this a few months ago, and got nowhere — now, it definitely works. This is very cool, and should be documented — currently,

Re: creating header properties on the fly

2008-09-12 Thread Valentin Villenave
2008/9/12 Kieren MacMillan <[EMAIL PROTECTED]>: > Is there any mechanism — built-in or Scheme-tastic — which would let me do > this? I could be wrong, but I think this is already possible (I've been using such a trick for several months). Cheers, Valentin __

creating header properties on the fly

2008-09-12 Thread Kieren MacMillan
Hello all, I'd like to be able to say, e.g. \header { title = "My Really Cool Composition" alternateTitle = "MRCC" } and then at some point use \fromproperty #'header:alternateTitle Is there any mechanism — built-in or Scheme-tas