CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/grid-system

README
latex-grid-system
=================

latex-grid-system is a package for the LaTeX typesetting system implementing a grid system as known from CSS grid systems. This is useful for creating box layouts as used in brochures.

Usage:

```latex
\begin{Row}
    \begin{Cell}{<Columns for this cell>}
    Some text using 2/3 of the width.
    \end{Cell}
    \begin{Cell}{<Columns for this cell>}
    Some text using 1/3 of the width.
    \end{Cell}
\end{Row}

\begin{row}{<Total columns>}{<Cells in row>}%
    \begin{cell}{<Columns for this cell>}
    Some text using 2/3 of the width.
    \end{cell}
    \begin{cell}{<Columns for this cell>}
    Some text using 1/3 of the width.
    \end{cell}
\end{row}
```


Example:

```latex
\begin{Row}%
    \begin{Cell}{2}
    Some text using 2/3 of the width.
    \end{Cell}
    \begin{Cell}{1}
    Some text using 1/3 of the width.
    \end{Cell}
\end{Row}

\begin{row}{3}{2}%
    \begin{cell}{2}
    Some text using 2/3 of the width.
    \end{cell}
    \begin{cell}{1}
    Some text using 1/3 of the width.
    \end{cell}
\end{row}
````

Contribute
==========

This package is developed on GitHub:

	https://github.com/bitzl/latex-grid-system

Please feel free to fork and contribute.

Download the contents of this package in one zip archive (58.1k).

grid-system – Page organisation, modelled on CSS facilities

The package provides the means for to implement a grid system as known from CSS grid systems.

The facility is useful for creating box layouts as used in brochures.

Packagegrid-system
Repositoryhttps://github.com/bitzl/latex-grid-system
Version0.3.0 2014-02-16
LicensesApache License, version 2.0
MaintainerMarcus Bitzl
Contained inTeX Live as grid-system
MiKTeX as grid-system
TopicsLayout
...
Guest Book Sitemap Contact Contact Author