Re: [NTG-context] acrobat reader does not open a pdf

2007-07-05 Thread luigi scarso
> > try
> > \pdfcompresslevel=0
> > \pdfobjcompresslevel=0
> > before anything else
> >
>
> Thanks a lot Luigi, it's working fine now.
It's not a true solution, because you have now a pdf with a
bigger size.
I had a similar problem sometime ago, and it's possible
that it will be fixed in a next telease.


-- 
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  : https://foundry.supelec.fr/projects/contextrev/
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] acrobat reader does not open a pdf

2007-07-05 Thread Olivier Turlier
Le Tue, 03 Jul 2007 16:48:08 +0200, luigi scarso a écrit:

> On 7/3/07, Olivier TURLIER <[EMAIL PROTECTED]> wrote:
>> Hi everybody,
>>
>> Acrobat reader 7 (linux) cannot open "doc-test-gobck.pdf"
> try
> \pdfcompresslevel=0
> \pdfobjcompresslevel=0
> before anything else
>

Thanks a lot Luigi, it's working fine now.


For inserting external doc, I was doing 
\getfiguredimensions[external-doc]
\dorecurse{\noffigurepages}{
\externalfigure
[external-doc]
[width=1\textwidth,height=1\textheight,offset=-1cm]
[page=\recurselevel]}

And page numbering, via 
\setuppagenumbering[location=,state=stop]
\setupheadertexts [\setups{chapter-toc}] 
\startsetups[chapter-toc]
\rlap{\hspace{}}
\hfill
\llap{\pagenumber\space/\space\lastpage}
\stopsetups

was working

Now, this "old" inserting code is no more working : I get a blank page. 
It does'nt matter, as long as this one works (partially):
\copypages[external-doc][width=1.1\textwidth,height=1\textheight] 

But i loose page numbers. (only get "\lastpage")

How can I achieve this ?

TIA for any answer

-- 
olivier Turlier

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] acrobat reader does not open a pdf

2007-07-03 Thread Peter Rolf
Hi Olivier,

Olivier TURLIER schrieb:
> Hi everybody,
> 
> Acrobat reader 7 (linux) cannot open "doc-test-gobck.pdf"
> 
> I usually include external documentation (catalogs, etc.) as a clickable
> link which open another doc. ("parent-doc-test.{tex,pdf}" -->
> "doc-test-gobck.{tex,pdf}")
> 
> On those external doc, I put buttons for returning to the parent doc. I
> was making this thru variables for easy creation, and moreover for
> multiple page inserting.
> 
> But now (context version: 2007.04.17) acrobat (linux/ubuntu feisty &
> acrobat reader 8 win xp) refuse to work (kpdf does !)
>

% yy!!
\setlayer
[reference]
[x=.5\paperwidth, y=2mm, location=c]
{\ttxx "\jobname" \textbar \currentdate [dd,/,mm,/,yy]\ à
\currenttime\ }

BTW: nice trick

Best wishes,  Peter

> Have you a better approach (for making those "sons" docs)?
> TIA for any answer
> 
> olivier Turlier
> 
> PS: attached archive is too big, so I've put it here :
> http://profteb.free.fr/tools/context/pb-external-doc/
> 
> ___
> 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  : https://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] acrobat reader does not open a pdf

2007-07-03 Thread luigi scarso
On 7/3/07, Olivier TURLIER <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> Acrobat reader 7 (linux) cannot open "doc-test-gobck.pdf"
try
\pdfcompresslevel=0
\pdfobjcompresslevel=0
before anything else

-- 
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  : https://foundry.supelec.fr/projects/contextrev/
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] acrobat reader does not open a pdf

2007-07-03 Thread Olivier TURLIER
Hi everybody,

Acrobat reader 7 (linux) cannot open "doc-test-gobck.pdf"

I usually include external documentation (catalogs, etc.) as a clickable
link which open another doc. ("parent-doc-test.{tex,pdf}" -->
"doc-test-gobck.{tex,pdf}")

On those external doc, I put buttons for returning to the parent doc. I
was making this thru variables for easy creation, and moreover for
multiple page inserting.

But now (context version: 2007.04.17) acrobat (linux/ubuntu feisty &
acrobat reader 8 win xp) refuse to work (kpdf does !)

Have you a better approach (for making those "sons" docs)?
TIA for any answer

olivier Turlier

PS: attached archive is too big, so I've put it here :
http://profteb.free.fr/tools/context/pb-external-doc/

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___