
Unofficial Poster Template for Boston University
作者:
Adrish Dey
最近上传:
10 个月前
许可:
Creative Commons CC BY 4.0
摘要:
Unofficial Poster Template for Boston University

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
% Unofficial Boston University Poster Template
% Forked from Unofficial Princeton Poster Template
% https://github.com/andiac/gemini-cam
% a fork of https://github.com/anishathalye/gemini
\documentclass[final]{beamer}
% ====================
% Packages
% ====================
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[size=custom,width=120,height=72,scale=1.0]{beamerposter}
\usetheme{gemini}
\usecolortheme{bu}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.14}
\usepackage{anyfontsize}
% ====================
% Lengths
% ====================
% If you have N columns, choose \sepwidth and \colwidth such that
% (N+1)*\sepwidth + N*\colwidth = \paperwidth
\newlength{\sepwidth}
\newlength{\colwidth}
\setlength{\sepwidth}{0.025\paperwidth}
\setlength{\colwidth}{0.3\paperwidth}
\newcommand{\separatorcolumn}{\begin{column}{\sepwidth}\end{column}}
% ====================
% Title
% ====================
\title{Some fancy title: followed by some more text}
\author{John Doe \inst{1} \and Lisa Darwin \inst{2} \and Albert Oppenheimer \inst{2}}
\institute[shortinst]{\inst{1} Some Institute \samelineand \inst{2} Another Institute}
% ====================
% Footer (optional)
% ====================
\footercontent{
\href{https://www.example.com}{https://www.example.com} \hfill
ABC Conference 2025, London --- XYZ-1234 \hfill
\href{mailto:john.doe@example.com}{john.doe@example.com}}
% (can be left out to remove footer)
% ====================
% Logo (optional)
% ====================
% Refer to https://github.com/k4rtik/uchicago-poster
% use this to include logos on the left and/or right side of the header:
\logoright{\includegraphics[height=6cm]{logos/bu.pdf}}
% \logoleft{\includegraphics[height=6cm]{logos/bu.pdf}}
% ====================
% Body
% ====================
\begin{document}
\begin{frame}[t]
\begin{columns}[t]
\separatorcolumn
\input{sub/column0}
\separatorcolumn
\input{sub/column1}
\separatorcolumn
\input{sub/column2}
\separatorcolumn
\end{columns}
\end{frame}
\end{document}