Index of /ctan/macros/latex/contrib/grid-system/

NameLast ModifiedSizeType
../ -  Directory
LICENSE2014-Feb-16 18:53:1110.0Kapplication/octet-stream
README2014-Jan-16 22:52:021.1Ktext/plain;charset=utf-8
grid-system.pdf2014-Feb-15 18:41:2851.2Kapplication/pdf
grid-system.sty2014-Feb-16 18:53:292.7Kapplication/octet-stream
grid-system.tex2014-Feb-16 18:53:566.2Kapplication/x-tex
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.
panini/0.0.8 us-west-1 b156048a-bcf3-4b4f-96ed-31e873bb3711