-
Notifications
You must be signed in to change notification settings - Fork 0
/
bccn16_poster.tex
159 lines (123 loc) · 4.84 KB
/
bccn16_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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% a0poster Portrait Poster
% LaTeX Template
% Version 1.0 (22/06/13)
%
% The a0poster class was created by:
% Gerlinde Kettl and Matthias Weiser ([email protected])
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-----------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%-----------------------------------------------------------------------------
\documentclass[a0,portrait]{a0poster}
%% % sans-serif config:
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{multicol} % This is so we can have multiple columns of
% text side-by-side
\columnsep=100pt % This is the amount of white space between the
% columns in the poster
\columnseprule=3pt % This is the thickness of the black line between
% the columns in the poster
\usepackage[svgnames]{xcolor} % Specify colors by their 'svgnames',
% for a full list of all colors
% available see here:
% http://www.latextemplates.com/svgnames-colors
\usepackage{tgheros}
%% \usepackage{times} % Use the times font
%% \usepackage{palatino} % Uncomment to use the Palatino fon
\usepackage{graphicx} % Required for including images
\graphicspath{{figures/}} % Location of the graphics files
\usepackage{booktabs} % Top and bottom rules for table
\usepackage[font=small,labelfont=bf]{caption} % Required for
% specifying captions to
% tables and figures
\usepackage{amsfonts, amsmath, amsthm, amssymb} % For math fonts,
% symbols and
% environments
\usepackage{wrapfig} % Allows wrapping text around tables and figures
%\usepackage{sfmath}
\usepackage{sansmath} %additional math
\sansmath
\usepackage{mathsetup}
\usepackage{bibconfig}
\usepackage{titlesec}
\titlespacing*{\section}
{0pt}{2.5ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\makeatletter
\g@addto@macro\normalsize{%
\setlength\abovedisplayskip{18pt}
\setlength\belowdisplayskip{18pt}
\setlength\abovedisplayshortskip{16pt}
\setlength\belowdisplayshortskip{16pt}
}
\makeatother
\addtolength{\parskip}{0.5\baselineskip}
\parindent 0pt
\definecolor{gblue}{RGB}{27,98,183}
\begin{document}
%-----------------------------------------------------------------------------
% POSTER HEADER
%-----------------------------------------------------------------------------
% The header is divided into two boxes:
% The first is 75% wide and houses the title, subtitle, names, university/organization and contact information
% The second is 25% wide and houses a logo for your university/organization or a photo of you
% The widths of these boxes can be easily edited to accommodate your content as you see fit
\vspace{-5cm}
%\fbox{
\begin{minipage}[b]{0.75\linewidth}
\veryHuge \textbf{Non-random connectivity comes in pairs} \color{Black}\\[1.5cm]
%\Huge\textit{}\\[2cm] % Subtitle
\huge \textbf{Felix Z. Hoffmann$^{1,2}$, Jochen Triesch$^1$}\\[0.5cm] % Author(s)
\large $\quad ^1$Frankfurt Institute for Advanced Studies (FIAS), Johann Wolfgang Goethe University, Frankfurt am Main, Germany\\[0.2cm] % University/organization
$\quad ^2$International Max Planck Research School for Neural Circuits, Max Planck Institute for Brain Research, Frankfurt am Main, Germany\\[0.4cm]
\Large \texttt{[email protected]}\\
\end{minipage}
%}
%
%\fbox{
\begin{minipage}[b]{0.25\linewidth}
\centering
\includegraphics[width=10cm]{goethe-logo.pdf}\\
\vspace{2.8cm}
\includegraphics[width=12.5cm]{FIAS-logo.pdf}\\
\vspace{2cm}
\end{minipage}
%}
%\vspace{0.2cm} % A bit of extra whitespace between the header and poster content
%-----------------------------------------------------------------------------
\begin{multicols}{2} % This is how many columns your poster will be
% broken into, a portrait poster is generally
% split into 2 columns
\input{sections/abstract}
\input{sections/introduction}
\input{sections/results}
\input{sections/two_point}
\input{sections/gamma_distribution}
\vspace{-0.1cm}
\input{sections/conclusion}
%\input{other}
\vspace{-0.1cm}
\printbibliography
\end{multicols}
%% \begin{columns}
%% %
%% \begin{column}{.5\textwidth}
%% \input{sections/abstract}
%% \input{sections/introduction}
%% \end{column}
%% %
%% \begin{column}{.5\textwidth}
%% \input{sections/results}
%% \end{column}
%% \end{columns}
\end{document}