]> git.netwichtig.de Git - user/henk/docs/latex/desiderata_minibook.git/blob - desiderata_minibook.tex
switch rows of pages so the fold is at the top of the endresult
[user/henk/docs/latex/desiderata_minibook.git] / desiderata_minibook.tex
1 \documentclass[fontsize=32pt,DIV=9,paper=a4,paper=portrait]{scrbook}
2
3 \usepackage[l2tabu, orthodox]{nag}
4 \usepackage[english,shorthands=off]{babel}
5 \usepackage{pgfpages}
6
7
8 \KOMAoptions{%
9         paper=a4,%
10         parskip=half-,%
11         draft=false%
12 }
13
14
15 % 8-in-1 example pgf layout adapted by Richard Schuetz
16 \pgfpagesdeclarelayout{minibook}
17 {%
18         % landscaped by default
19         \edef\pgfpageoptionheight{\the\paperwidth}%
20         \edef\pgfpageoptionwidth{\the\paperheight}%
21 }%
22 {%
23         \pgfpagesphysicalpageoptions
24         {%
25                 logical pages=8,%
26                 physical height=\pgfpageoptionheight,%
27                 physical width=\pgfpageoptionwidth%
28         }
29         \pgfpageslogicalpageoptions{1}
30         {%
31                 resized width=.25\pgfphysicalwidth,%
32                 resized height=.5\pgfphysicalheight,%
33                 center=\pgfpoint{.125\pgfphysicalwidth}{.75\pgfphysicalheight},%
34                 rotation=180%
35         }%
36         \pgfpageslogicalpageoptions{8}
37         {%
38                 resized width=.25\pgfphysicalwidth,%
39                 resized height=.5\pgfphysicalheight,%
40                 center=\pgfpoint{.375\pgfphysicalwidth}{.75\pgfphysicalheight},%
41                 rotation=180%
42         }%
43         \pgfpageslogicalpageoptions{7}
44         {%
45                 resized width=.25\pgfphysicalwidth,%
46                 resized height=.5\pgfphysicalheight,%
47                 center=\pgfpoint{.625\pgfphysicalwidth}{.75\pgfphysicalheight},%
48                 rotation=180%
49         }%
50         \pgfpageslogicalpageoptions{6}
51         {%
52                 resized width=.25\pgfphysicalwidth,%
53                 resized height=.5\pgfphysicalheight,%
54                 center=\pgfpoint{.875\pgfphysicalwidth}{.75\pgfphysicalheight},%
55                 rotation=180%
56         }%
57         \pgfpageslogicalpageoptions{2}
58         {%
59                 resized width=.25\pgfphysicalwidth,%
60                 resized height=.5\pgfphysicalheight,%
61                 center=\pgfpoint{.125\pgfphysicalwidth}{.25\pgfphysicalheight}%
62         }%
63         \pgfpageslogicalpageoptions{3}
64         {%
65                 resized width=.25\pgfphysicalwidth,%
66                 resized height=.5\pgfphysicalheight,%
67                 center=\pgfpoint{.375\pgfphysicalwidth}{.25\pgfphysicalheight}%
68         }%
69         \pgfpageslogicalpageoptions{4}
70         {%
71                 resized width=.25\pgfphysicalwidth,%
72                 resized height=.5\pgfphysicalheight,%
73                 center=\pgfpoint{.625\pgfphysicalwidth}{.25\pgfphysicalheight}%
74         }%
75         \pgfpageslogicalpageoptions{5}
76         {%
77                 resized width=.25\pgfphysicalwidth,%
78                 resized height=.5\pgfphysicalheight,%
79                 center=\pgfpoint{.875\pgfphysicalwidth}{.25\pgfphysicalheight}%
80         }%
81 }
82
83
84 \pgfpagesuselayout{minibook}
85
86 \begin{document}
87 \title{Desiderata}
88 \author{Max Ehrmann}
89 \date{1927}
90 \lowertitleback{Created with \LaTeX}
91 \maketitle
92
93
94
95 Go placidly amid the noise and haste, and remember what peace there may be in silence.\\
96 As far as possible without surrender be on good terms with all persons.\\
97 Speak your truth quietly and clearly; and listen to others, even the dull and the ignorant; they too have their story.
98
99 Avoid loud and aggressive persons, they are vexations to the spirit.\\
100 If you compare yourself with others, you may become vain and bitter; for always there will be greater and lesser persons than yourself.\\
101 Enjoy your achievements as well as your plans.
102
103 Keep interested in your own career, however humble; it is a real possession in the changing fortunes of time.\\
104 Exercise caution in your business affairs; for the world is full of trickery.\\
105 But let this not blind you to what virtue there is; many persons strive for high ideals; and everywhere life is full of heroism.
106
107 Be yourself.\\
108 Especially, do not feign affection.\\
109 Neither be cynical about love; for in the face of all aridity and disenchantment it is as perennial as the grass.
110
111 Take kindly the counsel of the years, gracefully surrendering the things of youth.\\
112 Nurture strength of spirit to shield you in sudden misfortune.\\
113 But do not distress yourself with dark imaginings.\\
114 Many fears are born of fatigue and loneliness.\\
115 Beyond a wholesome discipline, be gentle with yourself.
116
117 You are a child of the universe, no less than the trees and the stars; you have a right to be here.\\
118 And whether or not it is clear to you, no doubt the universe is unfolding as it should.
119
120 Therefore be at peace with God, whatever you conceive Him to be, and whatever your labors and aspirations, in the noisy confusion of life keep peace with your soul.
121
122 With all its sham, drudgery, and broken dreams, it is still a beautiful world.\\
123 Be cheerful.\\
124 Strive to be happy.
125 \end{document}
126