From 54e2cc29a49dee30b306febe2e939f680800b252 Mon Sep 17 00:00:00 2001 From: Marcus Bitzl Date: Thu, 16 Jan 2014 23:52:50 +0100 Subject: [PATCH] Added new examples to README.md --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 367db0e..887fd6b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,16 @@ latex-grid-system is a package for the LaTeX typesetting system implementing a g Usage: ```latex -\begin{row}{}{} +\begin{Row} + \begin{Cell}{} + Some text using 2/3 of the width. + \end{Cell} + \begin{Cell}{} + Some text using 1/3 of the width. + \end{Cell} +\end{Row} + +\begin{row}{}{}% \begin{cell}{} Some text using 2/3 of the width. \end{cell} @@ -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} @@ -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