blob: 28152eacb60cfe17d5403cf525fe728eba757e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% This is gates.sty, a style file to load
% the Gates package in LaTeX. Useful information
% can be found in gates-doc.pdf or gates-doc.txt.
%
% Author: Paul Isambert.
% E-mail: zappathustra AT free DOT fr
% Comments and suggestions are welcome.
% Date: December 2011.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{gates}[2011/12/03 v.0.1 Modular architecture.]
\chardef\formatnumber=4
\input gates.tex
\endinput
|