blob: b596b5b05649fb5735a6decbf667db13f81df386 (
plain)
1
2
3
4
5
6
7
8
9
10
|
% Package: gridslides
% Description: LaTeX package to create free form slides with blocks placed on a grid
% File: gridslides.cls
% Author: Daniel Mendler <mail@daniel-mendler.de>
% Version: 0.1.1
% Date: 2017-11-28
% License: GPL2 or LPPL1.3 at your option
% Homepage: https://github.com/minad/gridslides
\LoadClass{article}
\RequirePackage{gridslides}
|