1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
%%
%% This is file `foils.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% foiltex.dtx (with options: `oldstyle')
%% ********************************************************************
%% Copyright (C) 1995,1997,1998,2002,2008 IBM Corporation
%% This file is part of the FoilTeX package. Use of this is governed
%% by explicit restrictions. These can be found in the header of the
%% foiltex.ins file.
%%
%% Questions, comments or suggestions concerning this program can be
%% sent to
%% James (Jim) Hafner
%% IBM Research Division
%% Almaden Research Center, K56-B2
%% 650 Harry Road
%% San Jose, CA 95120-6099
%% email: hafner@almaden.ibm.com
%% ********************************************************************
%%
%% These files are updated versions of the FoilTeX package for use with
%% the new LaTeX2e. There are many enhancements and a few bugs
%% have been fixed. Undoubtedly there are many more. Contact
%% the author if you find any bugs or have suggestions for improvement
%% of this suite of files.
%% ********************************************************************
\def\foiltexdate{2008/01/28}
\def\foiltexversion{2.1.4b}
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{foils.sty}
[\foiltexdate\space v\foiltexversion\space
FoilTeX Compatibility Style File, Copyright IBM 1995,1997,1998,2002,2008]
%% \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 \~}
%%
\@obsoletefile{foils.cls}{foils.sty}
\LoadClass{foils}
\endinput
%%
%% End of file `foils.sty'.
|