-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_poster.tex
65 lines (46 loc) · 1.23 KB
/
sample_poster.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
\usepackage{lipsum}
%% Default font to Nunito Regular
\usepackage{fontspec}
\setmainfont{Nunito-Regular}
\tikzposterlatexaffectionproofoff
\title{Illustrations of the TikZ Poster William \& Mary Template}
\author{Juan Carlos Cornejo}
\institute{The College of William \& Mary}
\begin{document}
\maketitle
%Main Content Columns
\begin{columns}[t]
%% First column is 1/3 poster width
\column{0.33} %% We will want three columns
%% Specify new block
\block{Selecting the W\&M Theme}{%
The theme can be selected in the preamble as: \hspace{2em}\textbackslash usepackage\{WM\}\\
Other variants exist, such as WMKurtis
}
%% Text blocks
\block{Test Block 1}{%
\lipsum[1-4]
}
%% Text blocks
\block{Test Block 2}{%
\lipsum[5-6]
}
%% Start another column
\column{0.33}
%% Text blocks
\block{Test Block 3}{%
\lipsum[7-14]
}
%% Start last cololumn
\column{0.33}
%% Text blocks
\block{Test Block 3}{%
\lipsum[15-17]
\textcolor{colorTwo}{\lipsum[18-21]}
}
%% For more info
\block{The William \& Mary Styleguide}{%
The complete style guide (for which these variants are based) can be found at \textcolor{colorTwo}{http://styleguide.wm.edu}.
}
\end{columns}
\end{document}