[NTG-context] url problem: double blanks are replaced by single ones

2004-01-28 Thread Mathias Picker
\useURL[foo][mystrange  filename.doc]\goto{\url[foo]}[url(foo)]

leads to

4844 0 obj
/S /URI /URI (mystrange filename.doc)
endobj
replacing the double blank with a single one. Obviously the file / url 
is not found

Any hints why/where this is done?

Thanks, Mathias

--
 virtual earth
  Mathias Picker
  Geschäftsführer  Gesellschaft für Wissens re/prä sentation mbH
 [EMAIL PROTECTED]
 Fon +49 89  / 540 7425-1
 Fax +49 89  / 540 7425-9
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] url problem: double blanks are replaced by single ones

2004-01-28 Thread Hans Hagen
At 13:06 28/01/2004, you wrote:
\useURL[foo][mystrange  filename.doc]\goto{\url[foo]}[url(foo)]

leads to

4844 0 obj
/S /URI /URI (mystrange filename.doc)
endobj
replacing the double blank with a single one. Obviously the file / url is 
not found

Any hints why/where this is done?
it's tex: any sequence of spaces becomes one space unless the catcode is 
kin dof special

you may try:

  \useURL[foo][mystrange\space\space filename.doc]\goto{\url[foo]}[url(foo)]

Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] url's and underscores

2004-01-28 Thread Hans Hagen
At 21:25 26/01/2004, you wrote:
I must admit I don't get it :-)

Using something like

\useURL[foo]{attachments/1013-Comato_Zugriffe.zip}
\goto{\url[attachments/1013-Comato_Zugriffe.zip]}[url(foo)]
I get

! Missing $ inserted.

(ok, trying to switch to math mode. I understand that.)

Using

\useURL[foo]{attachments/1013-Comato\_Zugriffe.zip}
\goto{\url[attachments/1013-Comato\_Zugriffe.zip]}[url(foo)]
use \_ instead

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] is display=new the way to open links in new windows?

2004-01-28 Thread Mathias Picker
Because it doesnt work :-)

I figured this usage out from the context source and the mailing list , 
but it does not do what I want... (I use the latest beta of context)

There is code there to insert NewWindow true in the pdf, only I don't 
seem to really understand the options

The code snippet which led me to my belief is from core-nav.tex:

\def\dodosetupinteraction[#1]% % \dosetupinteraction == special

   \doifelse\@@iascherm\v!nieuw
 \gotonewwindowtrue
 \gotonewwindowfalse
which, in my understanding, should translate to 
\setupinteraction[display=new] to set \gotonewwindowtrue 

What am I doing wrong?

Thanks for any help,

Mathias

--
 virtual earth
  Mathias Picker
  Geschäftsführer  Gesellschaft für Wissens re/prä sentation mbH
 [EMAIL PROTECTED]
 Fon +49 89  / 540 7425-1
 Fax +49 89  / 540 7425-9
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] spaces in bibliographic list

2004-01-28 Thread Maurice Diamantini
Bonjour à tous,

I have not enought spaces between bibliographic elements
(but too much spaces between two lines inside every bibliographic
element)
Is there any way for ajusting these spaces?

Thank you very much in avance!

I have the following configuration for my biblio

\usemodule[bib]
\setuppublications[
refcommand=num,
numbering=yes,
numbercommand=\myNumberCommand
]
\def\myNumberCommand#1{[#1]}
...
   \starttext
   ...
   \section{Bibliographie}
   \placepublications
   ...
   \stoptext
Maurice Diamantini
http://www.ensta.fr/~diam
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] is display=new the way to open links in new windows?

2004-01-28 Thread Mathias Picker
ok ok, i looked and saw :-)

I added

\ifgotonewwindow\space/NewWindow true \fi}

to the uri output and now most is well. It was set for /F output only

Now I have a question about acrobat: it seems the /NewWindow true is 
only honored if acrobat is running standalone. If I call the pdf from a 
browser it does not work. Maybe thats why it was only implemented for 
file references??

Can it be made to work for the plugin? If so, how? Where could I look  
ask, I searched through google and found nothing

Thanks, Mathias

Mathias Picker wrote:
Because it doesnt work :-)

I figured this usage out from the context source and the mailing list , 
but it does not do what I want... (I use the latest beta of context)

There is code there to insert NewWindow true in the pdf, only I don't 
seem to really understand the options

The code snippet which led me to my belief is from core-nav.tex:

\def\dodosetupinteraction[#1]% % \dosetupinteraction == special

   \doifelse\@@iascherm\v!nieuw
 \gotonewwindowtrue
 \gotonewwindowfalse
which, in my understanding, should translate to 
\setupinteraction[display=new] to set \gotonewwindowtrue 

What am I doing wrong?

Thanks for any help,

Mathias

--
 virtual earth
  Mathias Picker
  Geschäftsführer  Gesellschaft für Wissens re/prä sentation mbH
 [EMAIL PROTECTED]
 Fon +49 89  / 540 7425-1
 Fax +49 89  / 540 7425-9
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Editor questions: SciTE and Emacs

2004-01-28 Thread Gary Pajer



 I've been working with auctex's context-mode for several weeks now, and
 I'm absolutely excited about it, it works wonderfully! When I do C-c
 C-e itemize, I get \start...\stop in the right order. What version of
 Emacs are you using?

21.1.2,  on cygwin
I don't know how to figure out how up to date my auctex is.
I checked it out of CVS a while ago, and I haven't been able to update it
... the connection times out.

Is the ConTeXt support still limited to the CVS version of auctex?

-gary

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] square bracket in url breaks \goto

2004-01-28 Thread Mathias Picker
e.g.

\useURL[foo][1010-pg200308036d_1087409[1].pdf]\goto{\url[foo]}[file(foo)]
^
leads to /S /URI /URI (1010-pg200308036d_1087409[1) /NewWindow true 
^^
Note the missing ].pdf

Any idea why/where this happens or how I could protect the file name?

Thanks, Mathias

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] is display=new the way to open links in new windows?

2004-01-28 Thread Mathias Picker
and looked more, and found a depressing answer in the adobe forum: there 
is no way to open a new window from inside the plugin. :-)

--
 virtual earth
  Mathias Picker
  Geschäftsführer  Gesellschaft für Wissens re/prä sentation mbH
 [EMAIL PROTECTED]
 Fon +49 89  / 540 7425-1
 Fax +49 89  / 540 7425-9
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] JPEG file couldn't be read

2004-01-28 Thread Johannes Hüsing
Hi all,

this is most probably a pdfetex question, but I don't feel like 
subscribing to a new list to have it answered. 

I get the error message:

Error: pdfetex (file ./rimg0016.jpg): reading JPEG image failed
on a \useexternalfigure definition and \externalfigure call.

Typing file rimg0016.jpg gets me 
rimg0016.jpg: JPEG image data, EXIF standard 0.77, 42 x 0
and the file is shown as expected by display rimg0016.jpg.
This all happens under a TeXLive 7 distribution on a Debian
Woody Linux box.

Any ideas how I have to convert the files to please pdfetex?

Greetings


Johannes
-- 
Johannes Hüsing   There is something fascinating about science. One gets
[EMAIL PROTECTED]  such wholesale returns of conjecture from such a 
  trifling investment of fact.Mark Twain
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] JPEG file couldn't be read

2004-01-28 Thread Hartmut Henkel
On Tue, 27 Jan 2004, Johannes Hüsing wrote:

 Error: pdfetex (file ./rimg0016.jpg): reading JPEG image failed

Seems there are only a few error possibilities in some function
read_jpg_info(). Could you put the image online for checking?

Regards, Hartmut
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context