summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/typogrid
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/typogrid
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/typogrid')
-rw-r--r--Master/texmf-dist/doc/latex/typogrid/README51
-rw-r--r--Master/texmf-dist/doc/latex/typogrid/testtypogrid.tex32
2 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/typogrid/README b/Master/texmf-dist/doc/latex/typogrid/README
new file mode 100644
index 00000000000..82ffa8bc0e3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/typogrid/README
@@ -0,0 +1,51 @@
+typogrid.sty
+============
+
+This package produces a typographic grid on every page of the
+document. That grid consists of vertical lines that devide the
+text block into columns. This may be useful to get the horizontal
+measures (distances etc.) into good values.
+
+
+Copyright 2003 Harald Harders
+
+This program can be redistributed and/or modified under the terms
+of the LaTeX Project Public License Distributed from CTAN
+archives in directory macros/latex/base/lppl.txt; either
+version 1 of the License, or any later version.
+
+
+
+Installation:
+
+automatic: - run make
+ - run make install
+ or
+ - run make
+ - copy typogrid.sty to a place where LaTeX can find it
+ - run texhash or the corresponding command of your distribution
+
+by hand: - execute latex on typogrid.ins
+ - copy typogrid.sty to a place LaTeX can find it
+ - run texhash or the corresponding command of your distribution
+ If you also want to re-compile the documentation which should not
+ be necessary do the following items, too:
+ - execute:
+ latex typogrid.dtx
+ latex typogrid.dtx
+ makeindex -s gglo.ist -o typogrid.gls typogrid.glo
+ makeindex -s gind.ist typogrid
+ latex typogrid.dtx
+ - copy typogrid.dvi to the documentation tree of your
+ TeX implementation
+ - run texhash or the corresponding command of your distribution,
+ again
+
+
+Change log:
+- 0.10 2003/10/30 New version
+
+
+2003-10-30
+Harald Harders
+h.harders@tu-bs.de
diff --git a/Master/texmf-dist/doc/latex/typogrid/testtypogrid.tex b/Master/texmf-dist/doc/latex/typogrid/testtypogrid.tex
new file mode 100644
index 00000000000..d0362f41e49
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/typogrid/testtypogrid.tex
@@ -0,0 +1,32 @@
+\documentclass[draft]{article}
+\usepackage[columns=4]{typogrid}
+\long\def\text{This is a sample text without any meaning. It contains
+ some arbitrary text. But I don't know more. I really have no idea
+ what I could now write. This is the next try to build a new
+ sentence. Somehow, I have to fill the page with arbitrary text.\par}
+
+\begin{document}
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\typogridsetup{columns=6}%
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\text
+\end{document}