ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Link
@ 2001-09-02 23:38 David Arnold
  2001-09-04  7:18 ` Link Jens Scheidtmann
  0 siblings, 1 reply; 17+ messages in thread
From: David Arnold @ 2001-09-02 23:38 UTC (permalink / raw)


Hans et al,

I've typeset this link:

\useURL[DFIELD][http://math.rice.edu/~dfield][][http://math.rice.edu/~dfield]

\midaligned{\from[DFIELD]}

But I can't get the tilde to show up in the pdf doc. Any hints?


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

* Re: Link
  2001-09-02 23:38 Link David Arnold
@ 2001-09-04  7:18 ` Jens Scheidtmann
  2001-09-04  9:43   ` Link Hans Hagen
  0 siblings, 1 reply; 17+ messages in thread
From: Jens Scheidtmann @ 2001-09-04  7:18 UTC (permalink / raw)


David Arnold wrote:
> 
> Hans et al,
> 
> I've typeset this link:
> 
> \useURL[DFIELD][http://math.rice.edu/~dfield][][http://math.rice.edu/~dfield]
> 
> \midaligned{\from[DFIELD]}
> 
> But I can't get the tilde to show up in the pdf doc. Any hints?

Have you tried: "\~\ " ?

"~" is space with prohibited linebreak.
"\~" is tilde as accent.
"\~\ " is accented space (and displays in normal texts in pdf-output)

Jens 

--
Universität des Saarlandes
Technische Chemie
Jens Scheidtmann
Am Markt Zeile 3
66125 Saarbrücken-Dudweiler
Tel.: + 49 681 302 64139
Fax.: + 49 681 302 xxxx


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

* Re: Link
  2001-09-04  7:18 ` Link Jens Scheidtmann
@ 2001-09-04  9:43   ` Hans Hagen
  2001-09-04 12:32     ` Re[2]: Link Giuseppe Bilotta
  0 siblings, 1 reply; 17+ messages in thread
From: Hans Hagen @ 2001-09-04  9:43 UTC (permalink / raw)
  Cc: David Arnold, ntg-context

At 09:18 AM 9/4/2001 +0200, Jens Scheidtmann wrote:
>David Arnold wrote:
> >
> > Hans et al,
> >
> > I've typeset this link:
> >
> > 
> \useURL[DFIELD][http://math.rice.edu/~dfield][][http://math.rice.edu/~dfield]
> >
> > \midaligned{\from[DFIELD]}
> >
> > But I can't get the tilde to show up in the pdf doc. Any hints?
>
>Have you tried: "\~\ " ?
>
>"~" is space with prohibited linebreak.
>"\~" is tilde as accent.
>"\~\ " is accented space (and displays in normal texts in pdf-output)

also: the 4th arg is treated as text, and if you want the url as is, you 
should omit the 4th arg; the second arg is treated as url [and breaks 
across lines]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re[2]: Link
  2001-09-04  9:43   ` Link Hans Hagen
@ 2001-09-04 12:32     ` Giuseppe Bilotta
  2001-09-04 16:08       ` Hans Hagen
  0 siblings, 1 reply; 17+ messages in thread
From: Giuseppe Bilotta @ 2001-09-04 12:32 UTC (permalink / raw)
  Cc: ntg-context

Tuesday, September 04, 2001 Hans Hagen wrote:

>> \useURL[DFIELD][http://math.rice.edu/~dfield][][http://math.rice.edu/~dfield]

HH> also: the 4th arg is treated as text, and if you want the url as is, you 
HH> should omit the 4th arg; the second arg is treated as url [and breaks 
HH> across lines]

Could you elaborate?

1st arg is the hook
2nd arg is the URL
3rd arg is what/used when?
4th arg is what/used when?

--
Giuseppe "Oblomov" Bilotta


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

* Re[2]: Link
  2001-09-04 12:32     ` Re[2]: Link Giuseppe Bilotta
@ 2001-09-04 16:08       ` Hans Hagen
  2001-09-04 20:47         ` Re[3]: Link Giuseppe Bilotta
  0 siblings, 1 reply; 17+ messages in thread
From: Hans Hagen @ 2001-09-04 16:08 UTC (permalink / raw)
  Cc: ntg-context

At 02:32 PM 9/4/2001 +0200, Giuseppe Bilotta wrote:

>Tuesday, September 04, 2001 Hans Hagen wrote:
>
> >> 
> \useURL[DFIELD][http://math.rice.edu/~dfield][][http://math.rice.edu/~dfield]
>
>HH> also: the 4th arg is treated as text, and if you want the url as is, you
>HH> should omit the 4th arg; the second arg is treated as url [and breaks
>HH> across lines]
>
>Could you elaborate?
>
>1st arg is the hook
>2nd arg is the URL
>3rd arg is what/used when?
>4th arg is what/used when?

3rd is file ref, and becomes something similar to url#file

4th is text to be displayed instead of url, so you can say there: 
"Giuseppe's Home Page" and get that piece of text instead of

www.giuseppe.org/all/kind/of/interesting/stuff/but/you/may/forget/this/url

or worse,

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re[3]: Link
  2001-09-04 16:08       ` Hans Hagen
@ 2001-09-04 20:47         ` Giuseppe Bilotta
  2001-09-05  7:12           ` Hans Hagen
  0 siblings, 1 reply; 17+ messages in thread
From: Giuseppe Bilotta @ 2001-09-04 20:47 UTC (permalink / raw)
  Cc: ntg-context

Tuesday, September 04, 2001 Hans Hagen wrote:

HH> At 02:32 PM 9/4/2001 +0200, Giuseppe Bilotta wrote:

>>Tuesday, September 04, 2001 Hans Hagen wrote:
>>
>> >> 
>> \useURL[DFIELD][http://math.rice.edu/~dfield][][http://math.rice.edu/~dfield]
>>
>>HH> also: the 4th arg is treated as text, and if you want the url as is, you
>>HH> should omit the 4th arg; the second arg is treated as url [and breaks
>>HH> across lines]
>>
>>Could you elaborate?
>>
>>1st arg is the hook
>>2nd arg is the URL
>>3rd arg is what/used when?
>>4th arg is what/used when?

HH> 3rd is file ref, and becomes something similar to url#file

HH> 4th is text to be displayed instead of url, so you can say there: 
HH> "Giuseppe's Home Page" and get that piece of text instead of

Perfect, thanks. Now how is the 3rd used? (That is, why is it on a
separate part?)

--
Giuseppe "Oblomov" Bilotta


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

* Re[3]: Link
  2001-09-04 20:47         ` Re[3]: Link Giuseppe Bilotta
@ 2001-09-05  7:12           ` Hans Hagen
  0 siblings, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2001-09-05  7:12 UTC (permalink / raw)
  Cc: ntg-context

At 10:47 PM 9/4/2001 +0200, Giuseppe Bilotta wrote:

>Perfect, thanks. Now how is the 3rd used? (That is, why is it on a
>separate part?)

because it depends on the special driver how it is used/embedded as well as 
that #'s are nasty things in tex; it's also more clear

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: link
  2019-04-16  9:55 ` link Mohammad Hossein Bateni
@ 2019-04-16 11:38   ` Hans Hagen
  0 siblings, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2019-04-16 11:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Mohammad Hossein Bateni

On 4/16/2019 11:55 AM, Mohammad Hossein Bateni wrote:
> Thank you for sharing, Hans!  Aditya always has a bunch of cool tricks.
> 
> I did not know about the --ansi flag.  It's not reported by "context 
> --help".  Are there other "hidden" options? :)

context --directives --trackers

> On Sat, Apr 13, 2019 at 11:33 AM Hans Hagen <j.hagen@xs4all.nl 
> <mailto:j.hagen@xs4all.nl>> wrote:
> 
>     https://adityam.github.io/context-blog/post/setuptex/
>     -- 
> 
>     -----------------------------------------------------------------
>                                                 Hans Hagen | PRAGMA ADE
>                     Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>              tel: 038 477 53 69 | www.pragma-ade.nl
>     <http://www.pragma-ade.nl> | www.pragma-pod.nl
>     <http://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 <mailto: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
>     ___________________________________________________________________________________
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: link
  2019-04-13 15:33 link Hans Hagen
@ 2019-04-16  9:55 ` Mohammad Hossein Bateni
  2019-04-16 11:38   ` link Hans Hagen
  0 siblings, 1 reply; 17+ messages in thread
From: Mohammad Hossein Bateni @ 2019-04-16  9:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1186 bytes --]

Thank you for sharing, Hans!  Aditya always has a bunch of cool tricks.

I did not know about the --ansi flag.  It's not reported by "context
--help".  Are there other "hidden" options? :)

On Sat, Apr 13, 2019 at 11:33 AM Hans Hagen <j.hagen@xs4all.nl> wrote:

> https://adityam.github.io/context-blog/post/setuptex/
> --
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2307 bytes --]

[-- 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] 17+ messages in thread

* link
@ 2019-04-13 15:33 Hans Hagen
  2019-04-16  9:55 ` link Mohammad Hossein Bateni
  0 siblings, 1 reply; 17+ messages in thread
From: Hans Hagen @ 2019-04-13 15:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

https://adityam.github.io/context-blog/post/setuptex/
-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* link
@ 2011-07-08 17:16 Hans Hagen
  0 siblings, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2011-07-08 17:16 UTC (permalink / raw)
  To: luigi.scarso; +Cc: mailing list for ConTeXt users

Hi Luigi,

For your lua links collection:

http://education.ti.com/educationportal/sites/US/nonProductSingle/nspire-scripting.html

Hans

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


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

* Re: link
  2011-05-11  8:22 link Hans Hagen
@ 2011-05-11  8:24 ` luigi scarso
  0 siblings, 0 replies; 17+ messages in thread
From: luigi scarso @ 2011-05-11  8:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, May 11, 2011 at 10:22 AM, Hans Hagen <pragma@wxs.nl> wrote:
> Here's another link for Luigi's collection:
>
> http://www.wolframalpha.com/input/?i=tex
>
> (i=tex is pretty close to itex)
>
> Hans
Non so surprised:
http://en.wikipedia.org/wiki/Units_of_textile_measurement


-- 
luigi
___________________________________________________________________________________
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] 17+ messages in thread

* link
@ 2011-05-11  8:22 Hans Hagen
  2011-05-11  8:24 ` link luigi scarso
  0 siblings, 1 reply; 17+ messages in thread
From: Hans Hagen @ 2011-05-11  8:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Here's another link for Luigi's collection:

http://www.wolframalpha.com/input/?i=tex

(i=tex is pretty close to itex)

Hans

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


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

* Re: link
  2005-01-18  6:32   ` link Steve Peter
@ 2005-01-18 16:56     ` Steve Peter
  0 siblings, 0 replies; 17+ messages in thread
From: Steve Peter @ 2005-01-18 16:56 UTC (permalink / raw)


>> You don't have permission to access /pracjourn/2005-1/ on this server.
>
> The TUG server seems to be down right now.

The main TUG disk crashed, but it has been fixed (thanks to Kaja 
Christiansen). The Practical TeX Journal is now back online.

Steve

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

* Re: link
  2005-01-18  5:54 ` link Ulrich Dirr
@ 2005-01-18  6:32   ` Steve Peter
  2005-01-18 16:56     ` link Steve Peter
  0 siblings, 1 reply; 17+ messages in thread
From: Steve Peter @ 2005-01-18  6:32 UTC (permalink / raw)


> You don't have permission to access /pracjourn/2005-1/ on this server.

The TUG server seems to be down right now.

Steve

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

* RE: link
  2005-01-17  9:57 link Hans Hagen
@ 2005-01-18  5:54 ` Ulrich Dirr
  2005-01-18  6:32   ` link Steve Peter
  0 siblings, 1 reply; 17+ messages in thread
From: Ulrich Dirr @ 2005-01-18  5:54 UTC (permalink / raw)


I got

Forbidden
You don't have permission to access /pracjourn/2005-1/ on this server.

Ulrich

Hans Hagen wrote:
> New on line tex journal ....
> 
> http://www.tug.org/pracjourn/2005-1/
> 
> Hans

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

* link
@ 2005-01-17  9:57 Hans Hagen
  2005-01-18  5:54 ` link Ulrich Dirr
  0 siblings, 1 reply; 17+ messages in thread
From: Hans Hagen @ 2005-01-17  9:57 UTC (permalink / raw)


New on line tex journal ....

http://www.tug.org/pracjourn/2005-1/

Hans

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

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

end of thread, other threads:[~2019-04-16 11:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-02 23:38 Link David Arnold
2001-09-04  7:18 ` Link Jens Scheidtmann
2001-09-04  9:43   ` Link Hans Hagen
2001-09-04 12:32     ` Re[2]: Link Giuseppe Bilotta
2001-09-04 16:08       ` Hans Hagen
2001-09-04 20:47         ` Re[3]: Link Giuseppe Bilotta
2001-09-05  7:12           ` Hans Hagen
2005-01-17  9:57 link Hans Hagen
2005-01-18  5:54 ` link Ulrich Dirr
2005-01-18  6:32   ` link Steve Peter
2005-01-18 16:56     ` link Steve Peter
2011-05-11  8:22 link Hans Hagen
2011-05-11  8:24 ` link luigi scarso
2011-07-08 17:16 link Hans Hagen
2019-04-13 15:33 link Hans Hagen
2019-04-16  9:55 ` link Mohammad Hossein Bateni
2019-04-16 11:38   ` link Hans Hagen

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