Fabrice Couvreur schrieb am 03.11.2019 um 22:46:___________________________________________________________________________________
Hi Wolfgang,I know it takes a predefined argument, but I wanted to quote the name of the command as such \hspace[]. Nevertheless, it does not work with this :\usecolors[xwi]
\starttext
\startframedtext[width=fit,frame=off,
background=color,backgroundcolor=paleturquoise]
{\it lancers}\unknown
{\it dé}\unknown
Tant que {\it dé}\unknown Faire
\unknown
\hspace[big]\unknown
Fin Tant que
\stopframedtext
\stoptext
\hspace works only in horizontal mode and when you try the command at the start of a paragraph you need \dontleavehmode to start the paragraph.
\starttext
\hspace[big]\unknown
\dontleavehmode\hspace[big]\unknown
\stoptext
Wolfgang
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________