ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* not printable pdf
@ 2010-03-13 17:22 R. Bastian
  2010-03-13 17:36 ` Wolfgang Schuster
  2010-03-13 17:57 ` luigi scarso
  0 siblings, 2 replies; 7+ messages in thread
From: R. Bastian @ 2010-03-13 17:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

Hello,

I join a minimal example (ex0.tex)

texexec (version 6.2.1) and context (2009.10.02)
compile and the PDf is visible (xpdf and kpdf)
but it is not printable (lpr -P HP-5MP ...)

The same text in his Latex-form is printed (after pdflatex), so I think that there is a bug in the PDF produced by context | texexec.

Can you help me?

-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/

[-- Attachment #2: ex0.tex --]
[-- Type: text/x-tex, Size: 712 bytes --]

\enableregime[utf]
\parindent 3mm
\parskip 6mm
\setupbodyfont[sansserif, 12pt]
\definepapersize[monpapier][width=170mm,height=235mm]
\setuppapersize[monpapier][monpapier]
\setuplayout[textwidth=140mm, textheight=195mm, topspace=5mm, leftmargin=5mm, rightmargin=5mm, leftmargindistance=3mm]
\setupheadertexts[chapter]
\setuppagenumbering[alternative=doublesided,location={footer,inleft}, command=\inframed]
\language[fr]
\setuphead[chapter][textstyle=cap, numberstyle=bold, after={\blank\hrule\blank}]
\setuphead[title][after={\blank\hrule\blank}]
\def\auteur{\hfill Claude G.\blank\blank}

\setupinterlinespace[small]
\starttext

 Le gazon est un sympathique paillason doux et sec, sur
...  les livres
\stoptext

[-- Attachment #3: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: not printable pdf
  2010-03-13 17:22 not printable pdf R. Bastian
@ 2010-03-13 17:36 ` Wolfgang Schuster
  2010-03-13 17:55   ` R. Bastian
  2010-03-13 17:57 ` luigi scarso
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-03-13 17:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 400 bytes --]

Am 13.03.10 18:22, schrieb R. Bastian:
> Hello,
>
> I join a minimal example (ex0.tex)
>
>    
> \parindent 3mm
>    
\setupindenting[yes,3mm]
> \parskip 6mm
>    
\setupwhitespace[6mm]
> \language[fr]
>    
\language is for the local change of the language *in* the document, the 
global language of the document is set with

\mainlanguage[fr]
> \setupinterlinespace[small]
>    
useless

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1799 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: not printable pdf
  2010-03-13 17:36 ` Wolfgang Schuster
@ 2010-03-13 17:55   ` R. Bastian
  0 siblings, 0 replies; 7+ messages in thread
From: R. Bastian @ 2010-03-13 17:55 UTC (permalink / raw)
  To: ntg-context

On Sat, 13 Mar 2010 18:36:23 +0100
Wolfgang Schuster <schuster.wolfgang@googlemail.com> scribit:

> Am 13.03.10 18:22, schrieb R. Bastian:
> > Hello,
> >
> > I join a minimal example (ex0.tex)
> >
> >    
> > \parindent 3mm
> >    
> \setupindenting[yes,3mm]
> > \parskip 6mm
> >    
> \setupwhitespace[6mm]
> > \language[fr]
> >    
> \language is for the local change of the language *in* the document, the 
> global language of the document is set with
> 
> \mainlanguage[fr]
> > \setupinterlinespace[small]
> >    
> useless
> 
> Wolfgang
> 
Thanks [je vais amender l'ensemble de mes sources/ich werde alle Quelttexte korrigieren] 
The new PDF is compiled and is visible but it is not printed.


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: not printable pdf
  2010-03-13 17:22 not printable pdf R. Bastian
  2010-03-13 17:36 ` Wolfgang Schuster
@ 2010-03-13 17:57 ` luigi scarso
  2010-03-15 10:55   ` R. Bastian
  1 sibling, 1 reply; 7+ messages in thread
From: luigi scarso @ 2010-03-13 17:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Mar 13, 2010 at 6:22 PM, R. Bastian <rbastian@free.fr> wrote:
> Hello,
>
> I join a minimal example (ex0.tex)
>
> texexec (version 6.2.1) and context (2009.10.02)
> compile and the PDf is visible (xpdf and kpdf)
> but it is not printable (lpr -P HP-5MP ...)
printable here with my HP LaserJEt 1020
#>cupsdoprint -P HP_LaserJet_1020 -o InputSlot=Auto -o
Resolution=1200x600dpi -o PageSize=A4 $1


> The same text in his Latex-form is printed (after pdflatex), so I think that there is a bug in the PDF produced by context | texexec.
I don't see anything wrong in it.
-- 
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: not printable pdf
  2010-03-13 17:57 ` luigi scarso
@ 2010-03-15 10:55   ` R. Bastian
  2010-03-15 11:09     ` Taco Hoekwater
  2010-03-15 11:16     ` luigi scarso
  0 siblings, 2 replies; 7+ messages in thread
From: R. Bastian @ 2010-03-15 10:55 UTC (permalink / raw)
  To: ntg-context

On Sat, 13 Mar 2010 18:57:07 +0100
luigi scarso <luigi.scarso@gmail.com> scribit:

> On Sat, Mar 13, 2010 at 6:22 PM, R. Bastian <rbastian@free.fr> wrote:
> > Hello,
> >
> > I join a minimal example (ex0.tex)
> >
> > texexec (version 6.2.1) and context (2009.10.02)
> > compile and the PDf is visible (xpdf and kpdf)
> > but it is not printable (lpr -P HP-5MP ...)
> printable here with my HP LaserJEt 1020
> #>cupsdoprint -P HP_LaserJet_1020 -o InputSlot=Auto -o
> Resolution=1200x600dpi -o PageSize=A4 $1
> 
> 
> > The same text in his Latex-form is printed (after pdflatex), so I think that there is a bug in the PDF produced by context | texexec.
> I don't see anything wrong in it.
> -- 
> luigi

Something is wrong with my printer which prefers PDF from Latex :( 

I tried 'pdftops' - the PS output is not printable.

Is there a way to get PostScript output from context ?
> ________________________________________________________________________________
> 


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: not printable pdf
  2010-03-15 10:55   ` R. Bastian
@ 2010-03-15 11:09     ` Taco Hoekwater
  2010-03-15 11:16     ` luigi scarso
  1 sibling, 0 replies; 7+ messages in thread
From: Taco Hoekwater @ 2010-03-15 11:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

R. Bastian wrote:
> 
> Something is wrong with my printer which prefers PDF from Latex :( 

Perhaps you could try \pdfminorversion = 4.

Best wishes,
Taco
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: not printable pdf
  2010-03-15 10:55   ` R. Bastian
  2010-03-15 11:09     ` Taco Hoekwater
@ 2010-03-15 11:16     ` luigi scarso
  1 sibling, 0 replies; 7+ messages in thread
From: luigi scarso @ 2010-03-15 11:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Mar 15, 2010 at 11:55 AM, R. Bastian <rbastian@free.fr> wrote:

>
> Something is wrong with my printer which prefers PDF from Latex :(
hm, can you show
pdfinfo/pdffonts your_latex_pdf
and
pdfinfo/pdffonts your_context-mkii_pdf

>
> I tried 'pdftops' - the PS output is not printable.
> Is there a way to get PostScript output from context ?

hm you should use dvi mode and then dvips ... but it's better if you
send me off ml you pdf

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-15 11:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-13 17:22 not printable pdf R. Bastian
2010-03-13 17:36 ` Wolfgang Schuster
2010-03-13 17:55   ` R. Bastian
2010-03-13 17:57 ` luigi scarso
2010-03-15 10:55   ` R. Bastian
2010-03-15 11:09     ` Taco Hoekwater
2010-03-15 11:16     ` luigi scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).