On Sat, 12 Jan 2002, Jacek Kmiecik wrote:
> On Fri, 11 Jan 2002, Grzegorz Sapijaszko wrote:
>
> > > Witam! Czy jest jakiaś instrukcja pdfTeX-a służąca do zmiany koloru tła?
> > > takie cuś jak \background w tradycyjnym TeX-u... z pakietem colordvi.
> >
> > Nie ma. ...
> >
>
> Hm... kolorowa [h|v]rula w tle...
A moze ponizsze zadziala.
--tp
\pdfliteral direct{%
q % gsave
.8 .85 1 rg .8 .85 1 RG %% <-- kolor
n % newpath
0 0 597 845 re % .. .. wysokosc/szerokosc strony
f % fill
Q% grestore
}%
Na niebieskim
\vfill \eject
\pdfliteral direct{%
q % gsave
.1 .0 .5 rg .1 .0 .5 RG %% <-- kolor
n % newpath
0 0 597 845 re % .. .. wysokosc/szerokosc strony
f % fill
Q% grestore
}
\bye