20
0

move down the header setting which was being reset by \metroset

This commit is contained in:
2026-03-31 17:04:11 -07:00
parent b4e5fa7be1
commit c65b81f82f

View File

@@ -10,15 +10,6 @@
\usepackage{tagpdf} \usepackage{tagpdf}
\tagpdfsetup{activate-all} \tagpdfsetup{activate-all}
% Tag frame titles as H1 headings for PDF accessibility
\addtobeamertemplate{frametitle}{%
\tagstructbegin{tag=H1}%
\tagmcbegin{tag=H1}%
}{%
\tagmcend%
\tagstructend%
}
\usepackage{pgfpages} \usepackage{pgfpages}
\input{notes.config} \input{notes.config}
@@ -35,6 +26,16 @@
\metroset{block=fill} \metroset{block=fill}
% \metroset{background=light} % \metroset{background=light}
% Tag frame titles as H1 headings for PDF accessibility
% (must come after all \metroset calls, which reset the frametitle template)
\addtobeamertemplate{frametitle}{%
\tagstructbegin{tag=H1}%
\tagmcbegin{tag=H1}%
}{%
\tagmcend%
\tagstructend%
}
\setsansfont{OpenSans}[ \setsansfont{OpenSans}[
Path = ./fonts/OpenSans/, Path = ./fonts/OpenSans/,
Extension = .ttf, Extension = .ttf,