Am 21.11.2012 um 08:38 schrieb H. Özoguz :
> Am 20.11.2012 16:02, schrieb ntg-context-requ...@ntg.nl:
>> There is also, the not to be advertised command:), \autoinsertnextspace.
>>
>> Aditya
> Thansk for this one!
There are cases where \autoinsertnextspace doesn’t work.
\definesynonyms[test][t
Am 20.11.2012 16:02, schrieb ntg-context-requ...@ntg.nl:
There is also, the not to be advertised command:), \autoinsertnextspace.
Aditya
Thansk for this one!
Huseyin
___
If your question is of interest to others as
On Tue, 20 Nov 2012 15:21:08 +0100, H. Özoguz wrote:
Hi there,
how to define commands, which are simply short-cuts for some terms?
For short-cuts, \let might be better:
\let\shortcmd=\theverylongcommand
Lukas
--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o. [mailto:po
On Tue, 20 Nov 2012, Hans Hagen wrote:
On 11/20/2012 3:21 PM, "H. Özoguz" wrote:
This \testcmd has no space after, but it should have.
\testcmd{}
or (what I alway sdo in such case:)
\testcmd\
There is also, the not to be advertised command :), \autoinsertnextspace.
Aditya___
On 11/20/2012 3:21 PM, "H. Özoguz" wrote:
This \testcmd has no space after, but it should have.
\testcmd{}
or (what I alway sdo in such case:)
\testcmd\
Hans
-
Hans Hagen | PRAGMA ADE
Hi there,
how to define commands, which are simply short-cuts for some terms?
My attempt produces typographical mistakes:
%%
\def\testcmd{%
Testcommand%
}
\def\testcmdtwo{%
Testcommandtwo
}
\starttext
This is a \testcmd. Everything ok.
This \testcmd has no space after, b