-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposter.tex
More file actions
99 lines (81 loc) · 2.87 KB
/
Copy pathposter.tex
File metadata and controls
99 lines (81 loc) · 2.87 KB
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
\documentclass[final]{beamer}
\mode<presentation>{\usetheme{Lankton}}
\usepackage{verbments}
%\usepackage{amsmath,amsfonts,amssymb,pxfonts,eulervm,xspace}
\usepackage{amsmath,amsfonts,amssymb}
%pxfonts,eulervm,xspace}
\usepackage{graphicx}
\usepackage{color}
\usepackage[orientation=landscape,size=custom,width=101,height=76,scale=2.3,debug]{beamerposter}
\linespread{0.875}
\usepackage{wrapfig}
\usepackage[export]{adjustbox}
\usepackage{tikz}
\usetikzlibrary{calc,trees,positioning,arrows,chains,shapes.geometric,%
decorations.pathreplacing,decorations.pathmorphing,shapes,%
matrix,shapes.symbols}
\tikzset{
>=stealth',
pointchain/.style={
rectangle,
rounded corners,
% fill=black!10,
draw=black, very thick,
text width=10em,
minimum height=3em,
text centered,
on chain},
line/.style={draw, thick, <-},
element/.style={
tape,
top color=white,
bottom color=blue!50!black!60!,
minimum width=8em,
draw=blue!40!black!90, very thick,
text width=10em,
minimum height=3.5em,
text centered,
on chain},
every join/.style={->, thick,shorten >=1pt},
decoration={brace},
tuborg/.style={decorate},
tubnode/.style={midway, right=2pt},
}
\usebackgroundtemplate%
{%
% \includegraphics[width=\paperwidth,height=\paperheight]{blackness.png}%
}
%-- Header and footer information ----------------------------------
\newcommand{\footleft}{\texttt{https://doenet.org/}}
\newcommand{\footright}{\scriptsize\parbox{25in}{\raggedleft\color{black} Doenet is based upon work supported
by the National Science Foundation under NSF DUE-1915363, DUE-1915438, DUE-1915294. Any
opinions, findings, and conclusions or recommendations expressed in
this material are those of the author(s) and do not necessarily
reflect the views of the National Science Foundation.}
\raisebox{-1in}{\includegraphics[width=3in]{qrcode.pdf}}}
\title{DUE--1915363, DUE--1915438, DUE--1915294}
\author{Jim Fowler, Duane Nykamp, Jonathan Rogness, Bart Snapp, Matt Thomas, Michael Weimerskirch}
%-------------------------------------------------------------------
%-- Main Document --------------------------------------------------
\begin{document}
{
\newenvironment{sectionblock}[1]{\begin{block}{\rule{0pt}{1in}#1}}{\end{block}}
%\usebackgroundtemplate{\includegraphics[height=\paperheight]{blackness.png}}
\begin{frame}[fragile]{}
\begin{columns}[t]
%-- Column 1 ---------------------------------------------------
\begin{column}{0.32\linewidth}
\include{left-column}
\end{column}%1
%-- Column 2 ---------------------------------------------------
\begin{column}{0.32\linewidth}
\include{middle-column}
\end{column}%2
%-- Column 3 ---------------------------------------------------
\begin{column}{0.32\linewidth}
\include{right-column}
\end{column}
\end{columns}
\end{frame}
}
\end{document}