mirror of
https://github.com/congyu711/BeamerTheme.git
synced 2025-07-12 08:31:31 +08:00
10 lines
218 B
TeX
10 lines
218 B
TeX
\documentclass[aspectratio=169]{beamer}
|
|
\input{pkgs.tex}
|
|
\input{global.tex}
|
|
\usetheme{Bar169}
|
|
|
|
\definecolor{main}{RGB}{163 0 0} % red
|
|
|
|
\begin{document}
|
|
\input{content.tex}
|
|
\end{document} |