[NTG-context] url compared to hyperref

2006-10-20 Thread Marko Schütz
When using hyperref and displaying the resulting PDF in xpdf, I see links that are active. I tried achieving the same with useURL, url and goto, but the resulting links aren't active in xpdf. I have to use acroread to have active links. Is there a compelling reason for this behavior? Thanks,

Re: [NTG-context] frame thickness

2006-10-20 Thread Hans Hagen
andrea valle wrote: Hi to all, sorry this should be obvious but I cannot find it in the docs. How do I set in \setupframed the frame thickness (i.e. the thickness of the surrounding border)? \framed[rulethickness=1mm]{Thick as can be}

Re: [NTG-context] textrules

2006-10-20 Thread Hans Hagen
Aditya Mahajan wrote: On Thu, 19 Oct 2006, Thomas A. Schmitz wrote: On Oct 19, 2006, at 5:04 PM, Peter Rolf wrote: Hi Thomas, add \showskips to your source (better a small one). I just tested a bit (between my current mp examples) and 'inbetween={\blank[2*big]}' and

Re: [NTG-context] Context and CD labels

2006-10-20 Thread Renaud AUBIN
Maurí­cio a écrit : It's working now, I've just downloaded that file. I belive that paper is letter, although A4 is usually a lot more common here. Sections are not that important, as long as I can have different formats for some lines of text, and I'm sure that's not a problem. For

Re: [NTG-context] list ?

2006-10-20 Thread Hans Hagen
Renaud AUBIN wrote: Hi all, Considering the fact that I have no answer for the thread [NTG-context] Presentation style: customizing the right interaction menu (list-related thread), I decided to reformulate my problem... After some experiments, I have the following code: \definehead

Re: [NTG-context] frame thickness

2006-10-20 Thread andrea valle
Fantastic. I'm having great time in creating a(n academic) poster with ConTeXt. By the way, is there a way where the command is listed? Thanks -a- On 20 Oct 2006, at 09:37, Hans Hagen wrote: andrea valle wrote: Hi to all, sorry this should be obvious but I cannot find it in the docs.

Re: [NTG-context] frame thickness

2006-10-20 Thread andrea valle
By the way, is there a way where the command is listed? (I mean, the option ruledthickness indeed) -a- Andrea Valle DAMS - Facoltà di Scienze della Formazione Università degli Studi di Torino http://www.semiotiche.it/andrea [EMAIL PROTECTED] ___

Re: [NTG-context] frame thickness

2006-10-20 Thread Wolfgang Schuster
2006/10/20, andrea valle [EMAIL PROTECTED]: By the way, is there a way where the command is listed?(I mean, the option ruledthickness indeed) -a-Andrea Valle Hi Anrea, the option rulethickness for the framed macro is nowhere listed in one if the manuals, it is only mentioned in the wiki als

Re: [NTG-context] frame thickness

2006-10-20 Thread Hans Hagen
Wolfgang Schuster wrote: It is currently missing in the commanindex setup-en.pdf (and the neccesary file cont-en.xml). hm, interesting since it's rather old; added Hans - Hans Hagen

Re: [NTG-context] frame thickness

2006-10-20 Thread andrea valle
So, command list is edited by hand? It is not possible to have something like doxygen to generate a command list from source? Just for my curiousity. (It will be always updated, and won't require additional efforts). -a- On 20 Oct 2006, at 11:38, Hans Hagen wrote: Wolfgang Schuster wrote:

Re: [NTG-context] Context and CD labels

2006-10-20 Thread Maurício
(...) I'll let you do the job for positionning. You'll find as attached an example... Since it's not obvious to me to make a shapetext with a holed shape (I have tried some tricks but failed), I reserved 2 text areas: 1. (test 1) song list for example 2. (test 2|framedtext) Author title

[NTG-context] Directories of pictures

2006-10-20 Thread Maurício
Hi, When I use \externalfigure inside of \placefigure, Context can only find filenames in the current directory, i.e., the directory where I'm executing texexec. How can I instruct Context to look for files on the same directory of my .tex file? Thanks, Maurício

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Renaud AUBIN
Maurcio a crit: Hi, When I use \externalfigure inside of \placefigure, Context can only find filenames in the current directory, i.e., the directory where I'm executing texexec. How can I instruct Context to look for files on the same directory of my .tex file? Thanks,

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Jörg Hagmann
Use: \setupexternalfigures[directory={path_to_your_figures,another_path}] Cheers, Jörg On Oct 20, 2006, at 2:34 PM, Maurício wrote: Hi, When I use \externalfigure inside of \placefigure, Context can only find filenames in the current directory, i.e., the directory where I'm executing

[NTG-context] Fitz, MuPDF, Apparition

2006-10-20 Thread luigi scarso
While downloading latest ghostscript, I found some news at www.ghostscript.com. At ccxvii.net/apparition there are MuPDF and Fitz where MuPDF is a pdf parser for Fitz, a new graphics library. Apparition is a pdf viewer that seems very good (I try it and it is clean and quick.) Does anybody know

Re: [NTG-context] frame thickness

2006-10-20 Thread Hans Hagen
andrea valle wrote: So, command list is edited by hand? It is not possible to have something like doxygen to generate a command list from source? even then it has to be defined i.e. edited ; maybe some day it will be possible to generate the \setup commands from the formal definition [the

Re: [NTG-context] url compared to hyperref

2006-10-20 Thread Sanjoy Mahajan
Here is an example that I put on the wiki (because I kept forgetting how to do it and wanted one place to find it again, but I never can find it quickly there anyway, so now it's in the list archives at least): \setupcolors[state=start] \setupinteraction[state=start,color=middlered] \useURL

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Mari Voipio
On Fri, 20 Oct 2006, Jörg Hagmann wrote: Use: \setupexternalfigures[directory={path_to_your_figures,another_path}] And you can even use relative paths and go 'down' in the directory tree: \setupexternalfigures[directory={../pdf-images,../png-images}] See also:

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Maurício
Hi, When I use \externalfigure inside of \placefigure, Context can only find filenames in the current directory, i.e., the directory where I'm executing texexec. How can I instruct Context to look for files on the same directory of my .tex file? (...) \placefigure[here]{none}{

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Maurício
Mari Voipio wrote: On Fri, 20 Oct 2006, Jörg Hagmann wrote: Use: \setupexternalfigures[directory={path_to_your_figures,another_path}] And you can even use relative paths and go 'down' in the directory tree: \setupexternalfigures[directory={../pdf-images,../png-images}] (...)

Re: [NTG-context] Fitz, MuPDF, Apparition

2006-10-20 Thread Hans Hagen
luigi scarso wrote: While downloading latest ghostscript, I found some news at www.ghostscript.com. At ccxvii.net/apparition there are MuPDF and Fitz where MuPDF is a pdf parser for Fitz, a new graphics library. Apparition is a pdf viewer that seems very good (I try it and it is clean and

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Hans Hagen
� wrote: With your previous example, I would have to place my pictures in current_dir/scr/images. I would like to put my pictures in tex_file_dir/scr/images, and have Context to find them no matter which directory I'm in when I execute texexec. Also, I would like to use relative paths,

Re: [NTG-context] list ?

2006-10-20 Thread Renaud AUBIN
Hi Hans, I succeed to do what I want thanks to you (once more ;) ) ! I'll put the resulting presentation online at least at the end of the next week (u3d + layer + custom pre-original + animation with JS and fieldstack + program runs including mplayer runs with linux + ... robotics ?)

Re: [NTG-context] frame thickness

2006-10-20 Thread andrea valle
Thanks for the search algorithm :-) Best -a- On 20 Oct 2006, at 16:52, Aditya Mahajan wrote: On Fri, 20 Oct 2006, Wolfgang Schuster wrote: 2006/10/20, andrea valle [EMAIL PROTECTED]: By the way, is there a way where the command is listed? (I mean, the option ruledthickness indeed)