[NTG-context] When I don't want quotes
Hans Hagen
pragma at wxs.nl
Tue Aug 12 23:54:50 CEST 2008
Maurício wrote:
> Hi,
>
> I need to write ''''' in a text. However, since
> it's a special tag in wiki language, I really
> need it to be 5 times U0027, not ””’ (U201C and
> U2018). How can I do that?
this is the result from the trep feature; ok, i can provide a switch to
turn it off (i might do that at some point for each feature, something
\disablefeature[name]) but not now
two solutions:
(1) use tt (since there trep is off)
{\tt '''''}
(2) reload the bodyfont
\definefontfeature
[default]
[default]
[trep=no]
\setupbodyfont[reset]
-----------------------------------------------------------------
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
-----------------------------------------------------------------
More information about the ntg-context
mailing list