Skip to content

Commit

Permalink
allow to customize title width in btdl
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Jul 3, 2023
1 parent dba55ac commit 214aa08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dividing-lines/beamerthemedividing-lines.sty
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,11 @@
\def\titleimage#1{\def\inserttitleimage{#1}}
\newlength\btdl@titleheight \btdl@titleheight7em

\def\btdl@title@width{.95\linewidth}

\setbeamertemplate{title page}{%
\savebox\btdl@box@title{%
\pbox{.95\linewidth}{%
\pbox{\btdl@title@width}{%
\usebeamerfont{title}\usebeamercolor{title}\MakeUppercase{\inserttitle}%
}%
}\parskip\z@ \parindent\z@
Expand Down

0 comments on commit 214aa08

Please sign in to comment.