-
Notifications
You must be signed in to change notification settings - Fork 3
/
poster.tex
143 lines (67 loc) · 2.19 KB
/
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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
\documentclass[a0,36pt,plainsections]{sciposter}
\usepackage{gu-poster}
\usepackage{tikz}
%% For formatting options see gu-poster.sty.
%% For commands available in the poster document class see: https://ctan.ijs.si/tex-archive/macros/latex/contrib/sciposter/scipostermanual.pdf
%% The header
\title{Title, first line \\ \vspace{-2.25cm} Title, second line}
\author{First Author$^{12}$ and Second Author$^{1}$}
\institute{$^{1}$Department of Philosophy, Linguistics and Theory of Science \\
$^{2}$Centre for Linguistic Theory and Studies in Probability (CLASP) \\
University of Gothenburg, Sweden
}
\email{\{name.surname\}@gu.se}
% Conference name in the footer
\conference{Conference}
% Adjust the font size if necessary
\renewcommand{\titlesize}{\huge}
% \renewcommand{\authorsize}{\Large}
% \renewcommand{\instsize}{\large}
\begin{document}
\maketitle
% Places the logo to the edge of the page
\begin{tikzpicture}[remember picture,overlay]
\node [anchor=north east] at ([xshift=-6cm,yshift=-2cm]current page.north east) {\includegraphics[height=8cm]{pics/GU-logo.pdf}};
% \node [anchor=north east, inner sep=2.5cm] at ([xshift=-4cm,yshift=0cm]current page.north east) {\includegraphics[height=8cm]{pics/GU-logo.pdf}};
\end{tikzpicture}
% Begin of multicols-environment
\begin{multicols}{2}
% Let's make the font slightly larger from default
% \large
\section{Aims}
\begin{myitemize}
\item Investigate \ldots
\item Create \ldots
\item Evaluate \ldots
\end{myitemize}
\section{Section 1}
\begin{myitemize}
\item Something
\item Something else
\item \ldots and something else.
\end{myitemize}
% Images side-by-side
\begin{minipage}[c]{.5\linewidth}
% \includegraphics[width=\linewidth]{...}
Image 1
\end{minipage}%
\begin{minipage}[c]{.5\linewidth}
%\includegraphics[width=\linewidth]{...}
Image 2
\end{minipage}
%% \section*{Acknowledgements}
%% Bibliography
\small
\bibliographystyle{acl_natbib}
\bibliography{references.bib}
\end{multicols}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% mode: flyspell
%%% TeX-master: t
%%% TeX-PDF-mode: t
%%% coding: utf-8
%%% ispell-local-dictionary: "british"
%%% End: