Re: [NTG-context] Closing PDF file at each run

2006-03-01 Thread Hans Hagen
FabriceL. wrote:
 Hooman Javidnia a �crit :
   
 Hi,

 When compiling a file in SciTE using F7, if the file, is already open in
 Adobe Acrobat, the compilation stops and asks for a new file name to write
 the PDF file to. I think the normal behavior would be to automatically
 close the current instance of the file in Acrobat and compile it again.

 Is there something wrong with my installation, or this is a bug?
 Regards, -- Hooman

 
 Hi. This is interesting, since I have the same problem with WinEdt and 
 Acrobat (on Windows). I had notice
 that is there is not input file in my ConTeXt file, then, when I compile 
 by WinEdt interface,
 the pdf file is closed with no problem. If I use an \input file.tex 
 command in the ConTeXt file,
 then one ask me a file name for the pdf, since the file can not be 
 closed automatically. I had
 consult WinEdt mailing  list too, and no solution there. I have no 
 solution, but from the symtom
 I describe, I suspect this is a ConTeXt thing...
   
yiu can only close a pdf document with pdfclose that has been opened by pdfopen 

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec.ini not read

2006-03-01 Thread Hans Hagen
Aditya Mahajan wrote:
 Oops, forgot to attach the logs

 --- On Mar 1, Aditya Mahajan wrote ---

 --- On Feb 28, Aditya Mahajan wrote ---

 I was trying to make the stand along context work with cygwin using
 cygwin ruby. Following the advice on the wiki of adding
 /scripts/context/ruby to rubylib, everything works fine. However, I am
 not able to enable write18. I copied texexec.rme to texexec.ini and
 added -shell-escape to all set TeXPassString in texexec.ini. However,
 I still get

 system(mpost .) disabled

 in my log file. Reading through newtexexec.rb it seems that it does
 not check the ini file. Is this correct? Or am I missing something.

 Strange. If I run the command for dos command prompt, I get
 system (mpost .) executed

 It seems that texexec is looking at different profiles under cygwin.
 Or rather, for some reason texexec can not find the correct file in
 cygwin. I am attaching both log files. There is not much difference
 there.

 It seems that I still need to work with cmd rather than bash :-(
 Any hints will be appreciated.

did you enable write 18 in texmf.cnf?

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec.ini not read

2006-03-01 Thread Hans Hagen
Aditya Mahajan wrote:
 I was trying to make the stand along context work with cygwin using 
 cygwin ruby. Following the advice on the wiki of adding 
 /scripts/context/ruby to rubylib, everything works fine. However, I am 
 not able to enable write18. I copied texexec.rme to texexec.ini and 
 added -shell-escape to all set TeXPassString in texexec.ini. However, 
 I still get

 system(mpost .) disabled

 in my log file. Reading through newtexexec.rb it seems that it does 
 not check the ini file. Is this correct? Or am I missing something.
   
if you run the ruby version of texexec, texexec.ini is not used, since there is 
no longer an ini file needed

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec.ini not read

2006-03-01 Thread Aditya Mahajan
--- On Mar 1, Hans Hagen wrote ---

 Aditya Mahajan wrote:
 Oops, forgot to attach the logs

 --- On Mar 1, Aditya Mahajan wrote ---

 --- On Feb 28, Aditya Mahajan wrote ---

 I was trying to make the stand along context work with cygwin using
 cygwin ruby. Following the advice on the wiki of adding
 /scripts/context/ruby to rubylib, everything works fine. However, I am
 not able to enable write18. I copied texexec.rme to texexec.ini and
 added -shell-escape to all set TeXPassString in texexec.ini. However,
 I still get

 system(mpost .) disabled

 in my log file. Reading through newtexexec.rb it seems that it does
 not check the ini file. Is this correct? Or am I missing something.

 Strange. If I run the command for dos command prompt, I get
 system (mpost .) executed

 It seems that texexec is looking at different profiles under cygwin.
 Or rather, for some reason texexec can not find the correct file in
 cygwin. I am attaching both log files. There is not much difference
 there.

 It seems that I still need to work with cmd rather than bash :-(
 Any hints will be appreciated.

 did you enable write 18 in texmf.cnf?


Thanks for the hint. I had enabled it in texmf-local/web2c/texmf.cnf 
(in fact it was already set to t). Now, I went and edited 
texmf/web2c/texmf.cnf and set shell escape there to be true, and 
everything works fine. But this is strange. I thought that texmf-local 
will get preference over main texmf. Perhaps I did something terribly 
wrong in creating a setuptex for cygwin bash.

I guess it is a problem with a clash of windows and unix file naming 
conventions. Can anyone shed some light on what is going on. This is 
not too important as everything is working properly (I hope).

This is my setuptex for bash. For dos, I use the setuptex.bat that 
comes with context.

#!/usr/bin/bash

export TEXROOT=E:/isoimage/usr/local/context/tex
# export TEXROOT=/e/isoimage/usr/local/context/tex
export UNIXTEXROOT=/e/isoimage/usr/local/context/tex
export TEXMFMAIN=$TEXROOT/texmf
export TEXMFLOCAL=$TEXROOT/texmf-local
export TEXMFFONTS=$TEXROOT/texmf-fonts
export TEXMFEXTRA=$TEXROOT/texmf-extra
export TEXMFPROJECT=$TEXROOT/texmf-aditya
export TEXMFOS=$TEXROOT/texmf-mswin
export PATH=$UNIXTEXROOT/texmf-mswin/bin:$PATH
export VARTEXMF=$TMP/texmf-var
export TEXMFCNF=$TEXROOT/texmf{-local,}/web2c
export 
TEXMF='{$TEXMFOS,$TEXMFPROJECT,$TEXMFFONTS,$TEXMFLOCAL,$TEXMFEXTRA,!!$TEXMFMAIN}'
export TEXMFDBS=$TEXMF
export TEXFORMATS='$TEXMFOS/web2c/{$engine,}'
export MPMEMS=$TEXFORMATS
export TEXPOOL=$TEXFORMATS
export MPPOOL=$TEXPOOL






-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Search in ConTeXt PDF files

2006-03-01 Thread Otared KAVIAN
On 3/1/06, Marcus Vinicius Mesquita de So [EMAIL PROTECTED] wrote:
 Hi, Hans

  I uploaded a small test file with its pdf in a zip file (46.7 kb) to this
 link:
  http://rapidshare.de/files/14396912/teste.zip.html

  I searched the word Kephalaia, which appears in the header,
  but Acrobat (v. 7.0.7)  can not find the word...

  Greetings

Hi Vinicius,

I tried your file teste.tex, no problem here: I typeset it on my
machine (PowerBook under Mac OS X 10.4.5) and opened the resulting
teste.pdf with Adobe Reader 7: the word Kephalaia is found in the
header.

Regards: OK
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bib-module: uppercase by default?

2006-03-01 Thread Jochen.Rau
Hello,

is it possible to preserve uppercase letters of the title by default?

I know that I can write:
title =Eetgewoonten bij {E}uropeanen en {A}merikanen,
but that dosn't suit my needs. A good solution (in my opinion) cold be
something like this:

\setuppublications[
...,
changecase=yes/no/title,
...
]

By the way: Thank you for the gread bib-module!

Jochen
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] bib-module: uppercase by default?

2006-03-01 Thread Taco Hoekwater


[EMAIL PROTECTED] wrote:
 Hello,
 
 is it possible to preserve uppercase letters of the title by default?

Not in the current version, no. If you are brave enough, you can
change the .bst file yourself. You have to find the two calls to
the function 'do.t.out', and change them to 'do.out'. The four
bst files correspond to the \setupbibtex[sort=] option:

   cont-au.bst  author
   cont-ti.bst  title
   cont-ab.bst  short
   cont-no.bst  no


 I know that I can write:
   title =Eetgewoonten bij {E}uropeanen en {A}merikanen,
 but that dosn't suit my needs. A good solution (in my opinion) cold be
 something like this:
 
 \setuppublications[
   ...,
   changecase=yes/no/title,
   ...
 ]

I'll consider add something like that, but because the conversion
has to be done inside bibtex it may not happen soon.

Cheers, Taco

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Search in ConTeXt PDF files

2006-03-01 Thread Marcus Vinicius Mesquita de So
Hi, KavianIt seems to me it's a problem with Acrobat 7.0  I tried the same pdf file in other computer  with acrobat reader 5, which had no problems  to find the word Kephalaia.Did you search the word in the pdf I uploaded?GreetingsMarcus Vinicius  Otared KAVIAN [EMAIL PROTECTED] wrote:  On 3/1/06, Marcus Vinicius Mesquita de So  wrote: Hi, Hans  I uploaded a small test file with its pdf in a zip file (46.7 kb) to this link:  http://rapidshare.de/files/14396912/teste.zip.html  I searched the word Kephalaia, which appears in the header,  but Acrobat (v. 7.0.7)  can not find the word...  GreetingsHi Vinicius,I tried your fil
 e
 "teste.tex", no problem here: I typeset it on mymachine (PowerBook under Mac OS X 10.4.5) and opened the resultingteste.pdf with Adobe Reader 7: the word Kephalaia is found in theheader.Regards: OK___ntg-context mailing listntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-context
	
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Multiple Footnote Threads

2006-03-01 Thread Bob Norton
Hello,

Using ConTeXt, I would like to have multiple footnote threads in a
document. For example, one thread might be for the reader, another for
a particular reviewer, and another for my own editing notes or
comments forrequired future work. Each thread should be indexed by a
different set of symbols, and placed at the bottom of the page or at
the end of the text or document as desired. I have found this to be a
good way to work. However, I can't find a way to do this in ConTeXt.
Does anyone have any ideas?

Thanks in  advance,

Rob Walton
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Search in ConTeXt PDF files

2006-03-01 Thread Otared KAVIAN
Hi Vinicius,

I tried both the PDF file you uploaded and the one I got by
typesetting the file teste.tex.
There is no problem for finding any word in the PDF documents, neither
with Acrobat Reader 7.0, nor with Preview and TeXShop (which are PDF
readers under MacOS X).
So the problem you encounter is certainely with your Acrobat Reader.

Best regards: Otared K.

On 3/1/06, Marcus Vinicius Mesquita de So [EMAIL PROTECTED] wrote:
 Hi, Kavian

  It seems to me it's a problem with Acrobat 7.0
  I tried the same pdf file in other computer
  with acrobat reader 5, which had no problems
  to find the word Kephalaia.

  Did you search the word in the pdf I uploaded?

  Greetings

  Marcus Vinicius








 Otared KAVIAN [EMAIL PROTECTED] wrote:
  On 3/1/06, Marcus Vinicius Mesquita de So wrote:
  Hi, Hans
 
  I uploaded a small test file with its pdf in a zip file (46.7 kb) to this
  link:
  http://rapidshare.de/files/14396912/teste.zip.html
 
  I searched the word Kephalaia, which appears in the header,
  but Acrobat (v. 7.0.7) can not find the word...
 
  Greetings

 Hi Vinicius,

 I tried your fil e teste.tex, no problem here: I typeset it on my

 machine (PowerBook under Mac OS X 10.4.5) and opened the resulting
 teste.pdf with Adobe Reader 7: the word Kephalaia is found in the
 header.

 Regards: OK
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context




  
  Yahoo! Mail

  Use Photomail to share photos without annoying attachments.



 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bib-module: uppercase by default?

2006-03-01 Thread j . rau
Hello,

is it possible to preserve uppercase letters of the title by default?

I know that I can write:
title =Eetgewoonten bij {E}uropeanen en {A}merikanen, but that dosn't 
suit my needs. A good solution (in my opinion) cold be something like this:

\setuppublications[
...,
changecase=yes/no/title,
...
]

By the way: Thank you for the gread bib-module!

Jochen
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context