[2066] | 1 | %% |
---|
| 2 | %% This is file `eso-pic.sty', |
---|
| 3 | %% generated with the docstrip utility. |
---|
| 4 | %% |
---|
| 5 | %% The original source files were: |
---|
| 6 | %% |
---|
| 7 | %% eso-pic.dtx (with options: `package') |
---|
| 8 | %% |
---|
| 9 | %% Copyright (C) 1998 by Rolf Niepraschk. All rights reserved. |
---|
| 10 | %% |
---|
| 11 | %% This file is part of the eso-pic package |
---|
| 12 | %% |
---|
| 13 | %% Error Reports in case of UNCHANGED versions to niepraschk@ptb.de |
---|
| 14 | %% |
---|
| 15 | %% \CharacterTable |
---|
| 16 | %% {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 |
---|
| 17 | %% 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 |
---|
| 18 | %% Digits \0\1\2\3\4\5\6\7\8\9 |
---|
| 19 | %% Exclamation \! Double quote \" Hash (number) \# |
---|
| 20 | %% Dollar \$ Percent \% Ampersand \& |
---|
| 21 | %% Acute accent \' Left paren \( Right paren \) |
---|
| 22 | %% Asterisk \* Plus \+ Comma \, |
---|
| 23 | %% Minus \- Point \. Solidus \/ |
---|
| 24 | %% Colon \: Semicolon \; Less than \< |
---|
| 25 | %% Equals \= Greater than \> Question mark \? |
---|
| 26 | %% Commercial at \@ Left bracket \[ Backslash \\ |
---|
| 27 | %% Right bracket \] Circumflex \^ Underscore \_ |
---|
| 28 | %% Grave accent \` Left brace \{ Vertical bar \| |
---|
| 29 | %% Right brace \} Tilde \~} |
---|
| 30 | %% |
---|
| 31 | %% \iffalse meta-comment |
---|
| 32 | %% =================================================================== |
---|
| 33 | %% @LaTeX-package-file{ |
---|
| 34 | %% author = {Rolf Niepraschk}, |
---|
| 35 | %% version = "0.5", |
---|
| 36 | %% date = "11 July 1998", |
---|
| 37 | %% filename = "eso-pic.sty", |
---|
| 38 | %% address = "", |
---|
| 39 | %% telephone = "", |
---|
| 40 | %% email = "niepraschk@ptb.de", |
---|
| 41 | %% codetable = "ISO/ASCII", |
---|
| 42 | %% keywords = "LaTeX2e, \shipout, picture", |
---|
| 43 | %% dependences = "everyshi", |
---|
| 44 | %% supported = "yes", |
---|
| 45 | %% docstring = "LaTeX package which makes it easy to add some |
---|
| 46 | %% picture commands to every page." |
---|
| 47 | %% } |
---|
| 48 | %% =================================================================== |
---|
| 49 | %% \fi |
---|
| 50 | %% |
---|
| 51 | %% |
---|
| 52 | %% |
---|
| 53 | \NeedsTeXFormat{LaTeX2e}[1995/01/25] |
---|
| 54 | \ProvidesPackage{eso-pic} |
---|
| 55 | [1998/07/11 v0.5 eso-pic -- extension to `everyshi' (RN)] |
---|
| 56 | |
---|
| 57 | \RequirePackage{everyshi}[1995/01/25] |
---|
| 58 | |
---|
| 59 | \newcommand{\@ShipoutPicture@Hook}{} |
---|
| 60 | \newcommand{\AddToShipoutPicture}{\g@addto@macro\@ShipoutPicture@Hook} |
---|
| 61 | \newcommand{\ClearShipoutPicture}{\let\@ShipoutPicture@Hook\@empty} |
---|
| 62 | \newcommand{\@ShipoutPicture}{% |
---|
| 63 | \ifx\@ShipoutPicture@Hook\@empty |
---|
| 64 | \else |
---|
| 65 | \bgroup |
---|
| 66 | \@tempdima=1in |
---|
| 67 | \@tempcnta=\@tempdima |
---|
| 68 | \@tempcntb=-\@tempdima |
---|
| 69 | \advance\@tempcntb\paperheight |
---|
| 70 | \global\setbox\@cclv\vbox{% |
---|
| 71 | \vbox{% |
---|
| 72 | \unitlength=1sp% |
---|
| 73 | \begin{picture}(0,0)(\@tempcnta,\@tempcntb)% |
---|
| 74 | \let\protect\relax\@ShipoutPicture@Hook% |
---|
| 75 | \end{picture}}% |
---|
| 76 | \box\@cclv% |
---|
| 77 | }% |
---|
| 78 | \egroup |
---|
| 79 | \fi |
---|
| 80 | } |
---|
| 81 | |
---|
| 82 | \EveryShipout{\@ShipoutPicture} |
---|
| 83 | \endinput |
---|
| 84 | %% |
---|
| 85 | %% End of file `eso-pic.sty'. |
---|