Skip to content

Commit

Permalink
feat: remove custom linespread setting
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
jolars committed Mar 4, 2024
1 parent 6a14981 commit 6a85ef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/beamerinnerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
% \begin{macrocode}
\setbeamertemplate{title}{
\raggedright%
\linespread{1.0}%
\inserttitle%
\par%
\vspace*{0.5em}
Expand Down Expand Up @@ -409,7 +408,6 @@
\newlength{\moloch@parskip}
\setlength{\moloch@parskip}{0.5em}
\setlength{\parskip}{\moloch@parskip}
\linespread{1.15}
% \end{macrocode}
%
% By default, Beamer frames offer the |c| option to \textit{almost} vertically
Expand Down
2 changes: 1 addition & 1 deletion src/beamerouterthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
rightskip=\the\glueexpr 0.9ex plus 1fill\relax,%
]{frametitle}%
\usebeamerfont{frametitle}%
\vbox{}\vskip-0.5ex%
\vbox{}\vskip-0.4ex%
\strut\insertframetitle\nolinebreak\strut\par%
{%
\ifx\insertframesubtitle\@empty%
Expand Down

4 comments on commit 6a85ef4

@samcarter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frametitle box looks a bit smaller now (compared to the moloch version 0.1.0 from ctan). Is this a deliberate change?

Moloch_example_new

@jolars
Copy link
Owner Author

@jolars jolars commented on 6a85ef4 Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, not really :) I'll revert, although perhaps a slight decrease would actually be in order. Thanks for the notice.

@jolars
Copy link
Owner Author

@jolars jolars commented on 6a85ef4 Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be mostly back to the way it was with 79ef515

@samcarter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thx!

Please sign in to comment.