-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcontent.tex
122 lines (104 loc) · 3.5 KB
/
content.tex
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
% all the content of the poster goes here.
% uses greenboxes, blueboxes, redboxes as shown below.
\begin{greenbox}{Some info on lengths}
\begin{center}
\begin{tabular}[]{l c}
\toprule
\multicolumn{2}{c}{Lengths, width and margins}\\
\midrule
hoffset & \the\hoffset\\
voffset & \the\voffset\\
parskip & \the\parskip\\
parindent & \the\parindent\\
leftmargin & \the\leftmargin\\
rightmargin & \the\rightmargin\\
topmargin & \the\topmargin\\
oddsidemargin & \the\oddsidemargin\\
evensidemargin & \the\evensidemargin\\
textwidth & \the\textwidth\\
textheight & \the\textheight\\
paperwidth & \the\paperwidth\\
paperheight & \the\paperheight\\
headheight & \the\headheight\\
footskip & \the\footskip\\
%footheight= \the\footheight\\
\bottomrule
\end{tabular}
\end{center}
\end{greenbox}
%-----------------------------------------------------------------------
\begin{greenbox}{Abstract}
\blindtext
\end{greenbox}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
\begin{greenbox}{A first box}
In the first box, there shall be some
\[ \mathrm{F}_{\mathrm{or}}^{\mathrm{mul}} = as \]
and furthermore,
\begin{align*}
some &= fancy\\
1 &\equiv 1
\end{align*}
environment shall be used.
\end{greenbox}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
\begin{greenbox}{The second box}
\begin{itemize}
\item First
\item Second
\item Third and forth
\end{itemize}
\end{greenbox}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
\begin{greenbox}{Graphics work, too!}
Some beautiful plot is this one:\\ % short lines benefit from manual line breaks
\includegraphics[width=0.9\textwidth]{images/colortest}\\
It shows many Gnuplot linestyles with plenty of
\begin{enumerate}
\item thickness
\item contrast
\item beauty
\end{enumerate}
\end{greenbox}
%-----------------------------------------------------------------------
\columnbreak
%-----------------------------------------------------------------------
\begin{greenbox}{Some formulas}
A nice formula is\\
\begin{align*}
-1 = \mathrm{e}^{-\mathrm{i}\pi}\, .
\end{align*}
\end{greenbox}
%-----------------------------------------------------------------------
%-----------------------------------------------------------------------
\begin{greenbox}{Blocks}
Blocks do work, too:\\
\begin{greenblock}{Block title}{0.95\textwidth} % hier ein grüner block
Block content. Block formula:\\
\[ a^2+b^2=c^2\]
\end{greenblock}
Also, there is text below blocks.
\begin{minipage}{\textwidth}
\begin{minipage}{0.475\textwidth}
\begin{blueblock}{Blocks next to each other}{0.9\textwidth}
In blue, this time.
\end{blueblock}
\end{minipage}
\begin{minipage}{0.475\textwidth}
\begin{redblock}{Important block}{0.9\textwidth}
Muy importante!
\end{redblock}
\end{minipage}
\end{minipage}
\end{greenbox}
\begin{redbox}{Outlook}
Outlook is either something you want to do next or a M\$ program.
\end{redbox}
\begin{bluebox}{Blue velvet}
Boxes in other colors work as well.\\
Even blue ones.
\end{bluebox}
%-----------------------------------------------------------------------