[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /pub/ftp/ibiblio/distributions/CTAN/macros/latex/contrib/grid-system/
 
Current bandwidth utilization 1944.02 Mbit/s
Bandwidth utilization bar
Contents of 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.

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] LICENSE 16-Feb-2014 19:53 10K [TXT] README 16-Jan-2014 23:52 1.2K [   ] grid-system.pdf 15-Feb-2014 19:41 51K [TXT] grid-system.sty 16-Feb-2014 19:53 2.8K [   ] grid-system.tex 16-Feb-2014 19:53 6.3K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!