mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] label/reference


Chronological Thread 
  • From: Sam Liddicott <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] label/reference
  • Date: Sun, 16 Oct 2011 21:48:13 +0100

You can assign a value to thelabel in your environment and this will be used as the label text.

So you might define all non-top-level enumeration environments to concatinate their label text to thelabel instead of replacing it. Or you might define thelabel as a macro to compute the label text.

Sam

On Oct 16, 2011 11:06 AM, "El.Douwen" <address@hidden> wrote:
hi
if i type this :
1
a)
b) <label|toto>
c)
2
a)
b)
c)
3
a)
b)
c) see question <reference|toto>

the reference generated by texmacs indicates "see question b"
this is not very useful for the reader. Is it 1b) ? 2b) ? 3b) ?

is there a means to precize the reference ?

the only means i have found is to put a label to each level like this, but it can be long :

1<label|1>
a)
b) <label|toto>
c)
2
a)
b)
c)
3
a)
b)
c) see question <reference|1><reference|toto>

the reference generated by texmacs indicates "see question 1b"

Sacha



Archive powered by MHonArc 2.6.19.

Top of page