move down the header setting which was being reset by \metroset
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user