Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] labeling/referencing user defined variables

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] labeling/referencing user defined variables


Chronological Thread 
  • From: David Allouche <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] labeling/referencing user defined variables
  • Date: Thu, 12 Feb 2004 14:52:38 +0100

On Wed, Feb 11, 2004 at 07:39:17PM +0300, Vasily Golyshev wrote:
>
> Hacking meaning what (in this case)? Hand editing associations? I am just
> a user, not a programmer, sorry....

Meaning assigning it explicitly. Actually the variable to assign is
"thelabel".

Here comes an example snippet:

(document
(concat (assign "thelabel" "BAC") (label "b"))
(concat "Back reference: " (reference "b"))
(concat "Forward reference: " (reference "f"))
(concat (assign "thelabel" "FOR") (label "f")))

Paste this with Edit->Paste from->Scheme.

The back reference appears immediately.

Document->Update->Buffer

The forward reference appears too.

--
-- ddaa



Archive powered by MHonArc 2.6.19.

Top of Page