Vyatcheslav Yatskovsky schrieb: > Hello, > > I have some problems with \hspace. I try to insert it between two > images, and this is what I get > 1) \hspace{1cm} or \hspace<1cm> gives space but writes "1cm" betwen > images; > 2) \hspace[1cm] does not work at all > 3) \hspace[big] works fine, but \hspace[2*big] does not > > I want to get space twice as big, but how? >
\definehspace[2*big] [2\emspaceamount] % [1] name [2] dimension \starttext A big big \hspace[2*big] space. \stoptext In this case '2*big' is the name of that skip, not the dimension value. See core-spa.tex for definitions of \hspace, \definehspace and \hspaceamount. Best wishes, Peter > Best, > Vyatcheslav > ___________________________________________________________________________________ > > 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://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > > ___________________________________________________________________________________ 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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________