blob: d0362f41e49a7b5ee7f368c761723031609314df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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}
|