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
___________________________________________________________________________________

Reply via email to