On Thu, 26 Oct 2000 19:37:26 +0200 (CEST),
    F�lix Hauri <[EMAIL PROTECTED]> wrote:

> J'essaie de r�p�ter un logo bitmap dans un document LaTeX (� chaque pages)

Je fais �a, mais avec un eps d'Illustrator. Je doute que le fait que ce
soit un bitmap pose un probl�me particulier... mais on sait jamais.

Voici le Makefile qui pr�pare le terrain � partir de FondSlide.eps

==== Makefile ====
all: FondSlides.ps FondSlides.h

FondSlides.ps: FondSlides.eps
        @awk 'BEGIN   { n=1 } ; \
                      { if (n==1) print } ; \
              /%%EndComments/ { n=2 } ; \
              END     { print "userdict begin fondslide end" } ; ' < $< > $@

FondSlides.h: FondSlides.eps
        @awk 'BEGIN   { n=1 } ; \
                      { if (n==2) print } ; \
              /%%EndComments/ { n=2 } ; \
              /%%EndProlog/ { print "/fondslide {" } ; \
              END     { print "} def" } ; ' < $< > $@
==== ====

Ensuite, c'est sbox et cie comme l'a dit PJC.

-- 
   ___  _  ___    Jean-Albert FERREZ        [EMAIL PROTECTED]
  '  / / \ \      EPFL  -  Chaire de Recherche Operationnelle  -  ROSO
 ,--/-/---\-\---------------------------------------------------------
 \_/ /     \ \                http://rosowww.epfl.ch/jaf/
--
http://www-internal.alphanet.ch/linux-leman/ avant de poser
une question.

Répondre à