Re: weiße Seite wieso?

Ulrike Fischer <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Am Thu, 26 Jan 2023 14:48:23 +0100 schrieb Doris Behrendt:

> Hallo Liste,
> 
> erstmal hier ein Minimalbeispiel:

> Nun die Frage: WARUM kommt hier eine weiße Seite?

Das footnote Paket definiert lokal den \rule-Befehl um, so dass er
nichts mehr tut:

\def\spewnotes{%
  \endgroup%
  \if@savingnotes\else\ifvoid\fn@notes\else\begingroup%
    \let\@makefntext\@empty%
    \let\@finalstrut\@gobble%
    \let\rule\@gobbletwo%   <-------------- hier
    \@footnotetext{\unvbox\fn@notes}%
  \endgroup\fi\fi%
}


\pagecolor andererseits erzeugt mit pdflatex die Farbe einfach
dadurch, dass es ein großes \rule auf den Hintergrund malt:

\ifGPT@pagecolor
        \put(-\hoffset,-\pdfpageheight+\voffset)%
          {%
           \pdfcolorstack\@pdfcolorstack push{\current@page@color}%
            \aftergroup\reset@color
            \rule{\pdfpagewidth}{\pdfpageheight}% <-------- da
          }%
      \fi

Und wenn beides sich am falschen Ort begegnet, dann ist die Farbe
futsch.

Ich denke mal darüber nach.


-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

-- 
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l 
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.