Re: [NTG-context] pdf 1.5 pb

2004-05-20 Thread Hans Hagen
At 23:41 19/05/2004, you wrote:
Am Mittwoch, 19.05.04, um 11:20 Uhr (Europe/Zurich) schrieb Taco Hoekwater:
$ perl -npi.bak -e 's/%PDF-1.5/%PDF-1.4/;' *.pdf
It might/might not work, I do not have any read PDF-1.5  files to test.
If they use 1.5 features (compression of file structure etc!) it won't work.
You mean the embedded object streams? I never ran into such a file. I'd 
rather expect problems with 1.5 files that do layers and such, since then 
we need to merge in clever ways.

Hans  

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


AW: [NTG-context] pdf 1.5 pb

2004-05-20 Thread Andreas Ulbrich
  I've used Acrobat 6 to import and create .pdfs for 
 inclusion as images, not thinking about compatibility mode 
 (set by default on acrobat 6 I suppose).
  When I try to texexec a .tex doc with such pdf inclusions, 
 i get this output :
  Error: pdfetex (file ./pieces-graphiques-l.pdf): pdf 
 inclusion: found 
  pdf version 1.5, but at most version 1.4 allowed  == 
 Fatal error occurred, the output PDF file is not finished!
 
 You could try this:
 
   $ perl -npi.bak -e 's/%PDF-1.5/%PDF-1.4/;' *.pdf
 
 It might/might not work, I do not have any read PDF-1.5  
 files to test.

You can also use the Acrobat 6 PDF Optimizer (Acrobat 6 Menu: Advanced -
PDF Optimizer) to create PDF files in earlier PDF versions. I usually use
compatible with acrobat 4 which works quite nicely with PDFTEX. I don't
quite understand why they didn't make that an option in the save as dialog
...

Grüße,

ulbi

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


[NTG-context] French quotes

2004-05-20 Thread David Munger
Hello,
Processing this source:
\enableregime [utf]
\mainlanguage [french]
\starttext
Let's quote \quote{something}.
\stoptext
with
ConTeXt  ver: 2004.4.9  fmt: 2004.5.20  int: english  mes: english
results in pdf with strange symbols instead of french quotation marks.
It used to work fine with:
ConTeXt  ver: 2004.1.13  fmt: 2004.5.1  int: english  mes: english
Has something changed in font processing since then?
David
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] amsl: startcases/stopcases

2004-05-20 Thread David Munger
Hello Giuseppe,
I'm having a little trouble with the cases in amsl.
Compiling this:
\[
 f(x) =
 \startcases
   0 \text{if $x  -\epsilon$} \\
   \frac12   \text{if $x   \epsilon$}
 \stopcases
\]
results in an error around the \frac. Changing it to \dfrac makes the  
input compile ok, but typesets the cases in an ugly manner with really  
narrow spacing.

Is there some way of telling startcases/stopcases to behave in display  
mode?

Thanks in advance,
David
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context