Changes

Jump to navigation Jump to search
112 bytes removed ,  23:13, 8 November 2009
m
Show source rather than use buffers
The default sign is a combination of two hyphens:
<contextsource="yes">\startbuffer
\setuphyphenmark[sign=wide]
intra||word
\stopbuffer
 
\typebuffer
 
\getbuffer
</context>
To get a normal sign you could set this with the <code>normal</code> value (ConTeXt 2008.09.16 or later).
<contextsource="yes">\startbuffer
\setuphyphenmark[sign=normal]
 
intra||word
\stopbuffer
 
\typebuffer
 
\getbuffer
</context>
depending on the current language settings, as controlled by <cmd>setuplanguage</cmd>. When you use |<| and |>| to indicate the subsentence, the proper symbol will be used automatically.
<contextsource="yes">\startbuffer
a |<|as explained below|>| conflirtaneous \unknown
\stopbuffer
 
\typebuffer
 
\getbuffer
</context>

Navigation menu