ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Typesetting file names with ~
@ 2014-07-30 12:09 Procházka Lukáš Ing. - Pontex s. r. o.
  2014-07-30 12:21 ` Tomas Hala
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2014-07-30 12:09 UTC (permalink / raw)
  To: ConTeXt

Hello,

which is the best way to typeset text (aka file names) containing tilde so that the tilde be visible?

I guess there is a something like (inline) "verbatim" mode which makes ~ (and maybe % $ etc.) visible...

I need to typeset e.g.

d:/Lukas/~/abc.def

and I'd like avoid "translating" ~ into e.g. \textasciitilde.

Best regards,

Lukas


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Typesetting file names with ~
  2014-07-30 12:09 Typesetting file names with ~ Procházka Lukáš Ing. - Pontex s. r. o.
@ 2014-07-30 12:21 ` Tomas Hala
  2014-07-30 12:37   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2014-07-30 12:40   ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Tomas Hala @ 2014-07-30 12:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Lukáš,

I know these two ways:

\hyphenatedurl{d:/xx/~/yyy}
\type{d:/xx/~/yyy}

Cheers,

Tom


Wed, Jul 30, 2014 ve 02:09:43PM +0200 Procházka Lukáš Ing. - Pontex s. r. o. napsal(a):
# Hello,
# 
# which is the best way to typeset text (aka file names) containing tilde so that the tilde be visible?
# 
# I guess there is a something like (inline) "verbatim" mode which makes ~ (and maybe % $ etc.) visible...
# 
# I need to typeset e.g.
# 
# d:/Lukas/~/abc.def
# 
# and I'd like avoid "translating" ~ into e.g. \textasciitilde.
# 
# Best regards,
# 
# Lukas
# 
# 
# -- 
# Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
# Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
# Bezová 1658
# 147 14 Praha 4
# 
# Tel: +420 241 096 751
# Fax: +420 244 461 038
# 
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Typesetting file names with ~
  2014-07-30 12:21 ` Tomas Hala
@ 2014-07-30 12:37   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2014-07-30 12:40   ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2014-07-30 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

On Wed, 30 Jul 2014 14:21:09 +0200, Tomas Hala <tomas.hala@mendelu.cz> wrote:

> \type{d:/xx/~/yyy}

that's it; thanks.

Lukas


>
> Cheers,
>
> Tom

-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Typesetting file names with ~
  2014-07-30 12:21 ` Tomas Hala
  2014-07-30 12:37   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2014-07-30 12:40   ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2014-07-30 12:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 30.07.2014 um 14:21 schrieb Tomas Hala <tomas.hala@mendelu.cz>:

> Hi Lukáš,
> 
> I know these two ways:
> 
> \hyphenatedurl{d:/xx/~/yyy}
> \type{d:/xx/~/yyy}

There is also

    \hyphenatedfilename{d:/xx/~/yyy}

which is a synonym for \hyphenatedurl.

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
___________________________________________________________________________________


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

end of thread, other threads:[~2014-07-30 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30 12:09 Typesetting file names with ~ Procházka Lukáš Ing. - Pontex s. r. o.
2014-07-30 12:21 ` Tomas Hala
2014-07-30 12:37   ` Procházka Lukáš Ing. - Pontex s. r. o.
2014-07-30 12:40   ` Wolfgang Schuster

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).