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