From ec2ae974d82854ef557b4d1d19007d3b3f7ada2a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 25 Apr 2023 11:20:12 -0400 Subject: [PATCH] beamerinnerthemeUMBC.sty: no line break after "Proof." There's no automatic line break after "Theorem.", "Lemmas.", etc., these days, but there is still one (with the wrong spacing!) after "Proof." Here we override the beamer template to make "Proof." work like the others. --- beamerinnerthemeUMBC.sty | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/beamerinnerthemeUMBC.sty b/beamerinnerthemeUMBC.sty index 6e6080a..fd0d36b 100644 --- a/beamerinnerthemeUMBC.sty +++ b/beamerinnerthemeUMBC.sty @@ -52,3 +52,11 @@ % Spacing is nice. \setlength{\parskip}{1em} + +% Don't break the line that "Proof." is on. +\setbeamertemplate{proof begin}{ + \usebeamerfont*{block title} + \insertproofname + \usebeamerfont*{block body} +} +\setbeamertemplate{proof end}{} -- 2.43.2