Skip to content

Commit

Permalink
Added new examples to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzl committed Jan 16, 2014
1 parent 6a3490e commit 54e2cc2
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ latex-grid-system is a package for the LaTeX typesetting system implementing a g
Usage:

```latex
\begin{row}{<Columns>}{<Cells in row>}
\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}
Expand All @@ -20,7 +29,16 @@ Usage:
Example:

```latex
\begin{row}{3}{2}
\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}
Expand All @@ -33,7 +51,7 @@ Example:
Contribute
==========
This package is developed a GitHub:
This package is developed on GitHub:
https://github.com/bitzl/latex-grid-system
Expand Down

0 comments on commit 54e2cc2

Please sign in to comment.