Unofficial Poster Template for Cornell Tech University
Forfatter
Lynne
Sidst opdateret
6 måneder siden
Licens
Creative Commons CC BY 4.0
Resumé
Forked from Unofficial Poster Template for Princeton University
% Unofficial Cornell Tech 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{cornell}
\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=7cm]{logos/cornelltech-logo.jpg}}
% \logoleft{\includegraphics[height=7cm]{logos/cornelltech-logo.jpg}}
% ====================
% 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}