ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Gray bars on Windows 98se
@ 2004-02-24  2:04 John Culleton
  2004-02-24 11:23 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: John Culleton @ 2004-02-24  2:04 UTC (permalink / raw)


I am creating an e-book following closely the example
program d-en-all.pdf. The color scheme is taken from
the orignal without change. On my Slackware Linux box
the reulting PDF file shows correctly, black type on a
light gray background. But when I look at it on a
Windows 98 SE machine (I have two such) using Acrobat
Reader 5.05 each line of text has darker background
than the page as a whole, as if each line on the page
had been marked with a highlighter. 

On Linux (also Acrobat Reader 5.05 or thereabouts) no
such banding occurs. It displays correctly using Xpdf
as well.  

I will post the (incomplete) e-book on 
http://wexfordpress.com/tex/book.pdf
if anyone wants to try viewing it on their own
OS and version of Acrobat Reader.

The pertinent source is contained in my macros.tex
file as follows:
-------------------------------

\setupoutput[pdftex]
\setuppapersize
  [S6][S6]
\setuplayout 
  [header=0cm,
   topspace=.5cm,
   backspace=2cm,
   margindistance=.5cm,
   margin=1cm,
   rightmargin=0cm,
   rightedge=2cm,
   edgedistance=.5cm,
   width=fit,
   footer=1cm,
   height=middle]
   \usetypescriptfile[type-charter]
   \usetypescript[Charter]
   \setupbodyfont[MyCharter,14pt]
\setupwhitespace[line]
\setuphead
  [chapter]
  [alternative=inmargin,
   number=no,
   ownnumber=yes,
   after={\blank[3*medium]}]  

\setupfootertexts
  [text]
  [chapter][chapternumber]

\setupcolors
  [state=start]

\setuptyping
  [option=tex]

\setupinteraction
  [%
  %openaction={firstpage,FitHeight}
  state=start,
   style=,
   color=blue,
   contrastcolor=,
   menu=on,
   title=Free Authoring Software: From Premise to PDF,
   author=John Culleton]

\setupinteractionscreen[option=max]
\definecolor [DarkGray]   [s=.6]
\definecolor [MediumGray] [s=.8]
\definecolor [LightGray]  [s=.9]

\setupinteractionmenu
  [right]
  [background=color,
   backgroundcolor=LightGray,
   frame=off,
   state=start]

\startinteractionmenu[right]
  \but [content]       contents \\
  \but [NextPage]      next   \\
  \but [PreviousPage]  previous \\
%  \but [sample]        sample   \\
  \but [PreviousJump]  back     \\
  \but [ExitViewer] exit     \\
  \vfill
\stopinteractionmenu

\setupbackgrounds
  [page]
  [background=color,
   backgroundcolor=MediumGray]

\setupbackgrounds
  [text][text]
  [background=color,
   backgroundcolor=LightGray,
   backgroundoffset=1.25mm]

\setuplist
  [chapter]
  [alternative=f,
   after=,
   before=]

\setuptyping
  [before=,
   after=]

\definefont [VeryLarge] [SansBold at 72pt]
\definefont [RatherLarge] [RegularBold at 30pt]
\definefont [Large] [RegularBold at 24pt]
\def\tm{\char153\ }

-----------------------------
Any suggestions welcomed :-|

-- 
John Culleton
Able Typesetters and Indexers
http://wexfordpress.com

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

* Re: Gray bars on Windows 98se
  2004-02-24  2:04 Gray bars on Windows 98se John Culleton
@ 2004-02-24 11:23 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2004-02-24 11:23 UTC (permalink / raw)


At 03:04 24/02/2004, you wrote:

>light gray background. But when I look at it on a
>Windows 98 SE machine (I have two such) using Acrobat

turning off the page cache may help since that often interferes with rendering

Hans   

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

end of thread, other threads:[~2004-02-24 11:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-24  2:04 Gray bars on Windows 98se John Culleton
2004-02-24 11:23 ` Hans Hagen

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).