RE: [NTG-context] Activating urls (works now)

2005-04-07 Thread Idris Samawi Hamid
Thank you Robert, it works now. I was missing the \from[], and \url[] only prints the url, it does not link to it. So the following works: = \setupcolors[state=start] \setupinteraction[state=start,color=darkgreen] \setupurl [color=darkgreen] \useUR

RE: [NTG-context] Activating urls

2005-04-07 Thread Idris Samawi Hamid
>= Original Message From mailing list for ConTeXt users = >How are you viewing this? Perhaps your application doesn’t support >hyperlinks, or they have been disabled in it?, Hi (and thnx 4 your advice), Upon compiling the following file, I get hyperlinks in the table of contents, I get

[NTG-context] Defining new font switches

2005-04-07 Thread Idris Samawi Hamid
Dear crew, I am having trouble defining my own font switches. I get an undefined control sequence for, e.g, \mv, with the following: % output=pdf interface=en \definestyle [myvariant] [\mv] [] \starttypescript [serif] [modern] [size] \definebodyfont [9pt,10

[NTG-context] controlling space between paragraphs in list

2005-04-07 Thread Paul Tremblay
According to the big ConTeXt manual, one should use \head for an item in a list with more than one paragraph: \startitemize \head first paragarph...\par second paragraph... \stopitemize Is there a way to control the amount of space *between* head paragraph that are part of the head? I know how to

Re: [NTG-context] Activating urls

2005-04-07 Thread Robert Ullrey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Idris, [First, sorry if you get this twice. I first mailed it from my wrong account] Not exactly sure what you are after, do you want to "print" the url out, or make an active link that clicking on will take you to. If you want to print the url, the

Re: [NTG-context] Activating urls

2005-04-07 Thread Nikolai Weibull
Idris Samawi Hamid, April 7: > Am I missing yet something else? How are you viewing this? Perhaps your application doesnât support hyperlinks, or they have been disabled in it?, nikolai -- Nikolai Weibull: now available free of charge at http://bitwi.se/! Born in Chicago, IL USA; curre

RE: [NTG-context] Installing a non-standard encoding vector

2005-04-07 Thread Idris Samawi Hamid
Hi Adam, >= Original Message From "Adam Lindsay" <[EMAIL PROTECTED]> = >>What am I missing here? How can I can install this font with my own encoding >>so that \showfont will display it? > >Idris, > >You need to have precisely 256 glyphs in your encoding vector. Try >padding your vector ou

RE: [NTG-context] Activating urls

2005-04-07 Thread Idris Samawi Hamid
Thank you Nikolai (and Patrick too!) The following outputs the url but I don't get a hyperlink: = % output=pdf interface=en \useURL [Adobe] [http://partners.adobe.com/public/developer/en/font/5091.Design_MM_Fonts.pdf] \setupinteraction[state=start]

Re: [NTG-context] Re: ntg-context Digest, Vol 10, Issue 21

2005-04-07 Thread Adam Lindsay
Kai Straube said this at Thu, 7 Apr 2005 21:31:27 +0200: >> \startfontclass[modern] >>    \definefontsynonym [MathRoman]  [Sans] >>    \definefontsynonym [MathItalic] [SansItalic] >> \stopfontclass > >but for me ist results in : > >! Undefined control sequence. >l.15 \startfontclass >

[NTG-context] Re: ntg-context Digest, Vol 10, Issue 21

2005-04-07 Thread Kai Straube
Am Donnerstag, 7. April 2005 12:00 schrieb Hans Hagen <[EMAIL PROTECTED]>: > % define a typeface > > \definetypeface [modern] [rm] [serif] [modern-base] [default] > \definetypeface [modern] [ss] [sans]  [modern-base] [default] > \definetypeface [modern] [tt] [mono]  [modern-base] [default] > \def

[NTG-context] Re: Activating urls

2005-04-07 Thread Patrick Gundlach
Hello Idris, > How do I get url hyperlinks? The following does not work, so I am missing > something: I have not tried your example, but have a look at texshow-web: http://texshow.contextgarden.net/cmd=useURL Patrick -- ConTeXt wiki and more: http://contextgarden.net _

Re: [NTG-context] Installing a non-standard encoding vector

2005-04-07 Thread Adam Lindsay
Idris Samawi Hamid said this at Thu, 7 Apr 2005 12:43:33 -0600: >What am I missing here? How can I can install this font with my own encoding >so that \showfont will display it? Idris, You need to have precisely 256 glyphs in your encoding vector. Try padding your vector out with 232 /.notdef

Re: [NTG-context] Activating urls

2005-04-07 Thread Loeghmon Tadayon Nejad
Dear Everyone,   I am a really disenchanted user of MS Word and absolutely new to the world of Tex. Will someone virtually hold my hand and recommend a version of Tex and some tutorial that tells me how to install the program, compile a .tex file, execute, etc.? I hope I can learn enough in three m

Re: [NTG-context] Activating urls

2005-04-07 Thread Nikolai Weibull
Idris Samawi Hamid, April 7: > How do I get url hyperlinks? The following does not work, so I am > missing something: \useURL [Adobe] [http://partners.adobe.com/public/developer/en/font/5091.Design_MM_Fonts.pdf] \setupinteraction[state=start] \starttext \url[Adobe]. \stoptext Enjoy,

[NTG-context] Activating urls

2005-04-07 Thread Idris Samawi Hamid
Dear knights, How do I get url hyperlinks? The following does not work, so I am missing something: \starttext {\tt \useURL [Adobe] [http://partners.adobe.com/public/developer/en/font/5091.Design_MM_Fonts.pdf][ ][] }. \stoptext Also, is there a manual that covers this topic? Best Idris =

[NTG-context] Installing a non-standard encoding vector

2005-04-07 Thread Idris Samawi Hamid
Dear gang, I'm trying to install an expert font a with a non-standard encoding vector; can't use texnansi, ec, etc.. I tried the following: 1. I created an encoding file for my font (minion-o.enc), following the syntax /encminiono[ /ornament1 : /ornament23 /space ] def 2. I placed the encodin

[NTG-context] natural tables flaw: extra space

2005-04-07 Thread Eckhart Guthöhrlein
Hi, consider the following example \starttext \setupTABLE[frame=off] \setupTABLE[row][first][topframe=on,rulethickness=1mm] \bTABLE \bTR \bTD 1,1 \eTD \bTD 2,1 \eTD \eTR \bTR \bTD 1,2 \eTD \bTD 2,2 \eTD \eTR \eTABLE \stoptext In the first cell, extra space is added before the ent

Re: [NTG-context] Textfont in math-formulas?

2005-04-07 Thread Hans Hagen
Kai Straube wrote: I have a little problem with fonts in my document. I use the cm sans serif font in my text and want to have this in the tex-formulas to, but it worked not for me. Simple example: \enableregime[utf] \setupoutput[pdf] \mainlanguage[de] \language[de] you can omit \language since