Hi, I'm looking for a non-bureaucratic way to add some space to parentheses. typo-spa.mkiv looked most promising, so I did ---8<-------------------------------------------------------------------------- \definecharacterspacing[parens] \setupcharacterspacing[parens] ["0040] [right=.2,alternative=1] \setupcharacterspacing[parens] ["0041] [left=.2,alternative=1] \starttext aaa(aaa)aaa\par \setcharacterspacing[parens] aaa(aaa)aaa \stoptext ---8<-------------------------------------------------------------------------- but can't notice any difference. Is there a way to set spacing per character that does not involve changing the font or making characters active? I wish you all a nice weekend, Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On 2010-04-10 <11:39:14>, Philipp Gesang wrote:
Hi,
I'm looking for a non-bureaucratic way to add some space to parentheses. typo-spa.mkiv looked most promising, so I did Sorry, it came to me a second after sending the mail: the character codes are in hex, with 0028/0029 it works. Sorry!
Philipp
---8<--------------------------------------------------------------------------
\definecharacterspacing[parens] \setupcharacterspacing[parens] ["0040] [right=.2,alternative=1] \setupcharacterspacing[parens] ["0041] [left=.2,alternative=1] \starttext aaa(aaa)aaa\par \setcharacterspacing[parens] aaa(aaa)aaa \stoptext
---8<--------------------------------------------------------------------------
but can't notice any difference. Is there a way to set spacing per character that does not involve changing the font or making characters active?
I wish you all a nice weekend,
Philipp
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On 10-4-2010 11:43, Philipp Gesang wrote:
On 2010-04-10<11:39:14>, Philipp Gesang wrote:
Hi,
I'm looking for a non-bureaucratic way to add some space to parentheses. typo-spa.mkiv looked most promising, so I did Sorry, it came to me a second after sending the mail: the character codes are in hex, with 0028/0029 it works. Sorry!
removing the " would also have worked as it's the " in tex that qualified the number as being hex ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Philipp Gesang