%% %% This is file `eso-pic.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% eso-pic.dtx (with options: `package') %% %% Copyright (C) 1998 by Rolf Niepraschk. All rights reserved. %% %% This file is part of the eso-pic package %% %% Error Reports in case of UNCHANGED versions to niepraschk@ptb.de %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% %% \iffalse meta-comment %% =================================================================== %% @LaTeX-package-file{ %% author = {Rolf Niepraschk}, %% version = "0.5", %% date = "11 July 1998", %% filename = "eso-pic.sty", %% address = "", %% telephone = "", %% email = "niepraschk@ptb.de", %% codetable = "ISO/ASCII", %% keywords = "LaTeX2e, \shipout, picture", %% dependences = "everyshi", %% supported = "yes", %% docstring = "LaTeX package which makes it easy to add some %% picture commands to every page." %% } %% =================================================================== %% \fi %% %% %% \NeedsTeXFormat{LaTeX2e}[1995/01/25] \ProvidesPackage{eso-pic} [1998/07/11 v0.5 eso-pic -- extension to `everyshi' (RN)] \RequirePackage{everyshi}[1995/01/25] \newcommand{\@ShipoutPicture@Hook}{} \newcommand{\AddToShipoutPicture}{\g@addto@macro\@ShipoutPicture@Hook} \newcommand{\ClearShipoutPicture}{\let\@ShipoutPicture@Hook\@empty} \newcommand{\@ShipoutPicture}{% \ifx\@ShipoutPicture@Hook\@empty \else \bgroup \@tempdima=1in \@tempcnta=\@tempdima \@tempcntb=-\@tempdima \advance\@tempcntb\paperheight \global\setbox\@cclv\vbox{% \vbox{% \unitlength=1sp% \begin{picture}(0,0)(\@tempcnta,\@tempcntb)% \let\protect\relax\@ShipoutPicture@Hook% \end{picture}}% \box\@cclv% }% \egroup \fi } \EveryShipout{\@ShipoutPicture} \endinput %% %% End of file `eso-pic.sty'.