-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposter.tex
72 lines (63 loc) · 2.08 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
\documentclass[25pt, a0paper, portrait]{tikzposter} %Options for format can be included here
\usepackage[]{amsmath}
\usepackage{siunitx}
\usepackage[cm]{sfmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY SETTINGS
\usepackage[bibstyle=nature,sorting=none,maxnames=1,eprint=true, doi=true, defernumbers=true, backend=biber]{biblatex}
\usepackage{hyperref}
\renewcommand*\finalnamedelim{, and\addspace}
\DeclareNameAlias{sortname}{last-first}
\renewcommand{\newunitpunct}{, }
\AtEveryBibitem{%
\clearfield{day}%
\clearfield{month}%
\clearfield{endday}%
\clearfield{endmonth}%
\clearfield{issn}%
\clearfield{issue}%
\clearfield{title}%
\clearfield{pages}%
\clearfield{url}%
\clearfield{eventtitle}%
}
%convert titles to hyperlinks using doi
%\ExecuteBibliographyOptions{doi=true} \newbibmacro{string+doi}[1]{%
%\iffieldundef{doi}{#1}{\href{http://dx.doi.org/\thefield{doi}}{#1}}}
%\DeclareFieldFormat*{title}{\usebibmacro{string+doi}{\mkbibemph{#1}}}
\addbibresource{references.bib}
\input{EucallStyle}
%Choose Layout
\usetheme{Eucall}
%Reference counter
\newcounter{refcounter}
\setcounter{refcounter}{1}
\newcommand{\getCounter}[1]{\arabic{#1}\stepcounter{#1}}
% Switch off the tikz notice at the bottom
\tikzposterlatexaffectionproofoff
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Begin of Document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Title, Author, Institute
\input{include/header_info.tex}
% Work around known tikz bug re hyperref
\def\HyperFirstAtBeginDocument#1{#1}
\begin{document}
%\useblockstyle{Eucall}
% Title block with title, author, logo, etc.
\maketitle
\input{include/block_simex.tex}%
\begin{columns}%
\column{0.5}%
\input{include/block_hydratedProteins.tex}%
\input{include/block_references.tex}
\column{0.5}%
\input{include/block_spi.tex}%
\input{include/block_conclusions.tex}%
\end{columns}
%
\end{document}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% End of Document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%