]> git.netwichtig.de Git - user/henk/docs/latex/desiderata_minibook.git/blob - desiderata_minibook.tex
91aa4481404ab755773f7887c5fa0d5955bc1d56
[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}{.25\pgfphysicalheight},%
34                 rotation=180%
35         }%
36         \pgfpageslogicalpageoptions{8}
37         {%
38                 resized width=.25\pgfphysicalwidth,%
39                 resized height=.5\pgfphysicalheight,%
40                 center=\pgfpoint{.375\pgfphysicalwidth}{.25\pgfphysicalheight},%
41                 rotation=180%
42         }%
43         \pgfpageslogicalpageoptions{7}
44         {%
45                 resized width=.25\pgfphysicalwidth,%
46                 resized height=.5\pgfphysicalheight,%
47                 center=\pgfpoint{.625\pgfphysicalwidth}{.25\pgfphysicalheight},%
48                 rotation=180%
49         }%
50         \pgfpageslogicalpageoptions{6}
51         {%
52                 resized width=.25\pgfphysicalwidth,%
53                 resized height=.5\pgfphysicalheight,%
54                 center=\pgfpoint{.875\pgfphysicalwidth}{.25\pgfphysicalheight},%
55                 rotation=180%
56         }%
57         \pgfpageslogicalpageoptions{2}
58         {%
59                 resized width=.25\pgfphysicalwidth,%
60                 resized height=.5\pgfphysicalheight,%
61                 center=\pgfpoint{.125\pgfphysicalwidth}{.75\pgfphysicalheight}%
62         }%
63         \pgfpageslogicalpageoptions{3}
64         {%
65                 resized width=.25\pgfphysicalwidth,%
66                 resized height=.5\pgfphysicalheight,%
67                 center=\pgfpoint{.375\pgfphysicalwidth}{.75\pgfphysicalheight}%
68         }%
69         \pgfpageslogicalpageoptions{4}
70         {%
71                 resized width=.25\pgfphysicalwidth,%
72                 resized height=.5\pgfphysicalheight,%
73                 center=\pgfpoint{.625\pgfphysicalwidth}{.75\pgfphysicalheight}%
74         }%
75         \pgfpageslogicalpageoptions{5}
76         {%
77                 resized width=.25\pgfphysicalwidth,%
78                 resized height=.5\pgfphysicalheight,%
79                 center=\pgfpoint{.875\pgfphysicalwidth}{.75\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 Go placidly amid the noise and haste,\\
95 and remember what peace there may be in silence.\\
96 As far as possible without surrender\\
97 be on good terms with all persons.\\
98 Speak your truth quietly and clearly;\\
99 and listen to others,\\
100 even the dull and the ignorant;\\
101 they too have their story.
102
103 Avoid loud and aggressive persons,\\
104 they are vexations to the spirit.\\
105 If you compare yourself with others,\\
106 you may become vain and bitter;\\
107 for always there will be greater and lesser persons than yourself.\\
108 Enjoy your achievements as well as your plans.
109
110 Keep interested in your own career, however humble;\\
111 it is a real possession in the changing fortunes of time.\\
112 Exercise caution in your business affairs;\\
113 for the world is full of trickery.\\
114 But let this not blind you to what virtue there is;\\
115 many persons strive for high ideals;\\
116 and everywhere life is full of heroism.
117
118 Be yourself.\\
119 Especially, do not feign affection.\\
120 Neither be cynical about love;\\
121 for in the face of all aridity and disenchantment\\
122 it is as perennial as the grass.
123
124 Take kindly the counsel of the years,\\
125 gracefully surrendering the things of youth.\\
126 Nurture strength of spirit to shield you in sudden misfortune.\\
127 But do not distress yourself with dark imaginings.\\
128 Many fears are born of fatigue and loneliness.\\
129 Beyond a wholesome discipline,\\
130 be gentle with yourself.
131
132 You are a child of the universe,\\
133 no less than the trees and the stars;\\
134 you have a right to be here.\\
135 And whether or not it is clear to you,\\
136 no doubt the universe is unfolding as it should.
137
138 Therefore be at peace with God,\\
139 whatever you conceive Him to be,\\
140 and whatever your labors and aspirations,\\
141 in the noisy confusion of life keep peace with your soul.
142
143 With all its sham, drudgery, and broken dreams,\\
144 it is still a beautiful world.\\
145 Be cheerful.\\
146 Strive to be happy.
147 \end{document}
148