Skip to content

Commit fef8f1b

Browse files
committed
fixed section title alignment in tree and smoothtree outer themes if combined with a split-based outer theme
1 parent b5f4099 commit fef8f1b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ a major and minor version only.
1111
### Fixed
1212

1313
- fixed issue of block body not adapting to surrounding pgf fill opacity
14+
- fixed section title alignment in tree and smoothtree outer themes if combined with a split-based outer theme
1415

1516
## [v3.72]
1617

base/themes/outer/beamerouterthemesmoothtree.sty

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
\setbeamercolor{frametitle}{parent=palette primary}
1515

16+
\setbeamertemplate{section in head/foot}[default]
17+
\setbeamertemplate{subsection in head/foot}[default]
18+
1619
\AtBeginDocument{
1720
{
1821
\usebeamerfont*{headline}

base/themes/outer/beamerouterthemetree.sty

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
\mode<presentation>
1919

20+
\setbeamertemplate{section in head/foot}[default]
21+
\setbeamertemplate{subsection in head/foot}[default]
22+
2023
\defbeamertemplate*{headline}{tree theme}
2124
{%
2225
\begin{beamercolorbox}[wd=\paperwidth,colsep=1.5pt]{upper separation line head}

0 commit comments

Comments
 (0)