-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththu_poster_template.tex
87 lines (70 loc) · 2.22 KB
/
thu_poster_template.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
\documentclass[20pt,margin=0.25in,blockverticalspace=-0.1in,parskip=2em]{tikzposter}
\geometry{paperwidth=42in,paperheight=30in}
% Update tikzposter calculations for all margins
\makeatletter
\setlength{\TP@visibletextwidth}{\textwidth-2\TP@innermargin}
\setlength{\TP@visibletextheight}{\textheight-2\TP@innermargin}
\makeatother
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage[backend=biber,style=numeric]{biblatex}
\usepackage{thu-theme}
\usepackage{mwe} % for placeholder images
\addbibresource{refs.bib}
% set theme parameters
\tikzposterlatexaffectionproofoff%
\usetheme{THUTheme}
\usecolorstyle{THUStyle}
\renewcommand{\familydefault}{\sfdefault}
\title{Tsinghua University Scientific Computing Poster Template}
\author{Kedi~Zheng\textsuperscript{$\dagger$} and Someone~Else\textsuperscript{$\ddagger$}}
\institute{\textsuperscript{$\dagger$}Department of Electrical Engineering, Tsinghua University\\\vspace{6pt}
\textsuperscript{$\ddagger$}Department of Something, Tsinghua University}
% begin document
\begin{document}
\maketitle
\centering
\begin{columns}
\column{0.32}
\block{An Important Problem}{%
\lipsum[1]
}
\block[titlewidthscale=0.3]{Model}{%
\lipsum[2]
}
\block[titlewidthscale=0.4]{Inverse Problem}{%
\lipsum[4-6]
}
\column{0.36}
\block[titlewidthscale=0.3]{Results}{%
\lipsum[6]
\vspace{1em}
\begin{tikzfigure}[Big fancy graphic.]
\includegraphics[width=0.9\linewidth]{example-image}
\end{tikzfigure}
\vspace{1em}
\lipsum[7-8]
}
\column{0.32}
\block[titlewidthscale=0.3]{Comparison}{%
\lipsum[9]
\begin{tikzfigure}[Look, my method is better.]
\includegraphics[width=0.5\linewidth]{example-image}
\end{tikzfigure}
\lipsum[10]
}
\block[titlewidthscale=0.3]{Remarks}{%
\lipsum[11]
}
\block[titlewidthscale=0.5]{Acknowledgements}{%
I would like to thank ... ~\cite{cite:0,cite:1}.
}
\block[titlewidthscale=0.3]{References}{%
\vspace{-1em}
\begin{footnotesize}
\printbibliography[heading=none]
\end{footnotesize}
}
\end{columns}
\end{document}