On Fri, Mar 19, 1999 at 06:22:10PM +0100, Jean-Marc Lasgouttes wrote:
> Jose> One thing that docbook uses are labels inside the the
> Jose> different tags. Is it possible to have reserve space to this in
> Jose> a sensible way?
>
> Hmm, labels as in LaTeX \label? Yes, it would be really nice to have
> them there, IMO. We would reserve the standalone LaTeX insets to the
> (rare) cases when one needs to add a \pageref to the middle of a
> paragraph (for example).
Yes, like the LaTeX \label, they act as identifiers for each tag.
It is also possible to have a label alone. But that feature is very
usefull, in the present docbook implementation I have emulated this
case treating the first label in a paragraph if the first char as a
meaning that the label refers to the paragraph (tag).
[ How to save memory, sharing the space]
> Jose> Your are talking about unions right? ;-)
>
> I searched for the correct name for some time... I knew it existed!
That is probably the only C keyword that I have never used, so I know its name ;-)
Jos�