Beamer 主题集合

比默·博阿迪利亚

低调的幻灯片平台,采用 Boadilla 投影仪主题,带有浅色脚线和柔和的蓝色装饰。

LaTeXCC0-1.0演讲
在目录中查看
比默·博阿迪利亚 模板的编译首页
main.tex
\documentclass[aspectratio=169]{beamer}
\usetheme{Boadilla}
\usepackage{booktabs}

\title[Self-Healing Polymers]{Self-Healing Polymers for Flexible Electronics}
\subtitle{Department seminar series}
\author[T. Herrera]{Dr.\ Tomas Herrera}
\institute[Coastal Tech]{Department of Materials Science, Coastal Technical University}
\date{9 July 2026}

\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}{Outline}
  \tableofcontents
\end{frame}

\section{Healing chemistry}

\begin{frame}{How the network heals itself}
  \begin{itemize}
    \item Dynamic disulfide bonds exchange at room temperature, so a cut
          interface re-forms crosslinks within hours.
    \item Hydrogen-bonding side chains provide fast initial tack while the
          covalent network recovers.
    \item No added catalyst or heat: healing proceeds under ambient conditions.
  \end{itemize}
\end{frame}

\section{Device performance}

\begin{frame}{Performance after damage}
  \begin{table}
    \centering
    \begin{tabular}{lrr}
      \toprule
      Property & Pristine & Healed (24 h) \\
      \midrule
      Tensile strength (MPa) & 6.8 & 6.1 \\
      Elongation at break & 640\% & 590\% \\
      Conductivity of trace (S/cm) & 2100 & 1870 \\
      \bottomrule
    \end{tabular}
  \end{table}
  \vspace{0.5em}
  Strain sensors built on the healed substrate survive 10,000 bending
  cycles with under 4\% drift.
\end{frame}

\begin{frame}{Closing}
  \begin{center}
    {\Large Thank you}\\[1em]
    Collaboration welcome: preprint and data at coastaltech.example/herrera-lab
  \end{center}
\end{frame}

\end{document}

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

全部模板