[NTG-context] literal tilde glyph in ordinary text.

2013-04-11 Thread john Culleton
In a non-math situation where I just wish to print a literal
tilde to indicate the user's directory in Linux what do I use? 

such as: ~/.config 

-- 
John Culleton
Wexford Press
___
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
___


Re: [NTG-context] literal tilde glyph in ordinary text.

2013-04-11 Thread Wolfgang Schuster

Am 11.04.2013 um 22:54 schrieb john Culleton j...@wexfordpress.com:

 In a non-math situation where I just wish to print a literal
 tilde to indicate the user's directory in Linux what do I use? 
 
 such as: ~/.config 

\starttext

1. \lettertilde

2. \textasciitilde

\asciimode

3. ~

\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] literal tilde glyph in ordinary text.

2013-04-11 Thread Hans Hagen

On 4/11/2013 10:54 PM, john Culleton wrote:

In a non-math situation where I just wish to print a literal
tilde to indicate the user's directory in Linux what do I use?

such as: ~/.config


\type{~/.config}



--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___