幻灯片和海报

研究海报(肖像)

使用 tikzposter 制作的 A0 肖像研究海报,带有标题、三栏块和结果面板。

LaTeXCC0-1.0海报
在目录中查看
研究海报(肖像) 模板的编译首页
main.tex
\documentclass[25pt,a0paper,portrait]{tikzposter}
\usepackage{amsmath}
\usepackage{amssymb}

\title{Poster Title Goes Here}
\author{First Author, Second Author}
\institute{Example University}

\usetheme{Default}

\begin{document}
\maketitle

\begin{columns}
\column{0.5}
\block{Motivation}{
  Why this problem matters, in two or three sentences a passerby can read
  from a distance.
}
\block{Method}{
  The core idea, with the one equation that matters:
  \[ \mathcal{L}(\theta) = \mathbb{E}_x\left[\ell(f_\theta(x))\right]. \]
}

\column{0.5}
\block{Results}{
  The headline numbers and one figure. Keep text minimal.
}
\block{Takeaways}{
  \begin{itemize}
    \item Finding one.
    \item Finding two.
    \item What to try next.
  \end{itemize}
}
\end{columns}

\end{document}

应用内:打开新建项目图库,在「获取更多模板」下安装 幻灯片和海报 包,即可带实时预览并一键创建项目。编译在捆绑引擎上本地运行。

全部模板