ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* tilde character
@ 2022-03-14 17:36 Henning Hraban Ramm via ntg-context
  2022-03-14 17:45 ` Aditya Mahajan via ntg-context
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2022-03-14 17:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

Hi, I’ve a stupid question: How do I get the default tilde character 
from a font?

~ is a fixed space
\texttilde gives a tilde accent
\utfchar{0x007E} yields a space (probably the same as ~)


Hraban
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: tilde character
  2022-03-14 17:36 tilde character Henning Hraban Ramm via ntg-context
@ 2022-03-14 17:45 ` Aditya Mahajan via ntg-context
  2022-03-14 18:46   ` Henning Hraban Ramm via ntg-context
  2022-03-14 18:06 ` Wolfgang Schuster via ntg-context
  2022-03-14 18:14 ` Marco Patzer via ntg-context
  2 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan via ntg-context @ 2022-03-14 17:45 UTC (permalink / raw)
  To: Henning Hraban Ramm via ntg-context; +Cc: Aditya Mahajan

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

On Mon, 14 Mar 2022, Henning Hraban Ramm via ntg-context wrote:

> Hi, I’ve a stupid question: How do I get the default tilde character 
> from a font?
> 
> ~ is a fixed space
> \texttilde gives a tilde accent
> \utfchar{0x007E} yields a space (probably the same as ~)

\textasciitilde 

Aditya

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: tilde character
  2022-03-14 17:36 tilde character Henning Hraban Ramm via ntg-context
  2022-03-14 17:45 ` Aditya Mahajan via ntg-context
@ 2022-03-14 18:06 ` Wolfgang Schuster via ntg-context
  2022-03-14 18:14 ` Marco Patzer via ntg-context
  2 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2022-03-14 18:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster

Henning Hraban Ramm via ntg-context schrieb am 14.03.2022 um 18:36:
> Hi, I’ve a stupid question: How do I get the default tilde character 
> from a font?
>
> ~ is a fixed space
> \texttilde gives a tilde accent
> \utfchar{0x007E} yields a space (probably the same as ~)

\lettertilde

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: tilde character
  2022-03-14 17:36 tilde character Henning Hraban Ramm via ntg-context
  2022-03-14 17:45 ` Aditya Mahajan via ntg-context
  2022-03-14 18:06 ` Wolfgang Schuster via ntg-context
@ 2022-03-14 18:14 ` Marco Patzer via ntg-context
  2 siblings, 0 replies; 5+ messages in thread
From: Marco Patzer via ntg-context @ 2022-03-14 18:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marco Patzer

On Mon, 14 Mar 2022 18:36:08 +0100
Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl> wrote:

> How do I get the default tilde character from a font?

\starttext
  \startasciimode
    a~b
  \stopasciimode

  a\textasciitilde b
\stoptext

Marco
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: tilde character
  2022-03-14 17:45 ` Aditya Mahajan via ntg-context
@ 2022-03-14 18:46   ` Henning Hraban Ramm via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2022-03-14 18:46 UTC (permalink / raw)
  To: Henning Hraban Ramm via ntg-context; +Cc: Henning Hraban Ramm

Am 14.03.22 um 18:45 schrieb Aditya Mahajan:
> On Mon, 14 Mar 2022, Henning Hraban Ramm via ntg-context wrote:
> 
>> Hi, I’ve a stupid question: How do I get the default tilde character
>> from a font?
>>
>> ~ is a fixed space
>> \texttilde gives a tilde accent
>> \utfchar{0x007E} yields a space (probably the same as ~)
> 
> \textasciitilde

Thank you!

Hraban
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-14 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 17:36 tilde character Henning Hraban Ramm via ntg-context
2022-03-14 17:45 ` Aditya Mahajan via ntg-context
2022-03-14 18:46   ` Henning Hraban Ramm via ntg-context
2022-03-14 18:06 ` Wolfgang Schuster via ntg-context
2022-03-14 18:14 ` Marco Patzer via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).