[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] -me and macroses
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] -me and macroses |
Date: |
Mon, 03 Dec 2001 16:08:25 +0100 (CET) |
> I define a new macros:
>
> .de my_macr
> \"something here
> ..
>
> After there I can use this macros like this:
>
> text text text
> .my_macr
> text text tex
>
>
> Is it possible to use my macros like this:
>
> tetx text text my_macr text text text
>
> I.e. I mean, is it nessesary to invoke my macros, begin a new
> string?
Yes. Just say
text text text \*[my_macr] text text text
Note that it is not possible to pass arguments if a macro is called
via the string mechanism (i.e., using `\*'). This `limitation' is a
design issue of troff.
Werner
- [Groff] -me and macroses, Mike Iokhvin, 2001/12/03
- Re: [Groff] -me and macroses,
Werner LEMBERG <=
- Re: [Groff] -me and macroses, Tadziu Hoffmann, 2001/12/03
- Re: [Groff] -me and macroses, Werner LEMBERG, 2001/12/04
- Re: [Groff] -me and macroses, Tadziu Hoffmann, 2001/12/05
- Re: [Groff] -me and macroses, Bernd Warken, 2001/12/05
- Re: [Groff] -me and macroses, Werner LEMBERG, 2001/12/07
- Re: [Groff] -me and macroses, Bernd Warken, 2001/12/07
- Re: [Groff] -me and macroses, Werner LEMBERG, 2001/12/06
Re: [Groff] -me and macroses, Ralph Corderoy, 2001/12/03