Skip to content

Commit 9b46ac3

Browse files
committed
[style] add header to all .sty files.
1 parent e495dc7 commit 9b46ac3

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

beamercolorthemeSimplePlus.sty

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
% Color Settings
1+
%-------------------------------------------------------------
2+
% Package: beamertheme-SimplePlus
3+
% Author: Pin-Yen Huang (pyhuang97@gmail.com)
4+
% Version: 1.1, 2025-01-07
5+
% Link: https://github.com/pm25/SimplePlus-BeamerTheme
6+
% This is free and unencumbered software released into the
7+
% public domain; see <http://unlicense.org> for details.
8+
%-------------------------------------------------------------
9+
10+
%--------------------------------------
11+
% Color Settings
12+
%--------------------------------------
213

314
% define custom colors
415
\definecolor{MutedRed}{rgb}{0.97, 0.92, 0.92}

beamerfontthemeSimplePlus.sty

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
% Font Settings
1+
%-------------------------------------------------------------
2+
% Package: beamertheme-SimplePlus
3+
% Author: Pin-Yen Huang (pyhuang97@gmail.com)
4+
% Version: 1.1, 2025-01-07
5+
% Link: https://github.com/pm25/SimplePlus-BeamerTheme
6+
% This is free and unencumbered software released into the
7+
% public domain; see <http://unlicense.org> for details.
8+
%-------------------------------------------------------------
9+
10+
%--------------------------------------
11+
% Font Settings
12+
%--------------------------------------
213

314
\setbeamerfont{structure}{family=\sffamily,series=\mdseries}
415

beamerinnerthemeSimplePlus.sty

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
% Inner Theme Settings
1+
%-------------------------------------------------------------
2+
% Package: beamertheme-SimplePlus
3+
% Author: Pin-Yen Huang (pyhuang97@gmail.com)
4+
% Version: 1.1, 2025-01-07
5+
% Link: https://github.com/pm25/SimplePlus-BeamerTheme
6+
% This is free and unencumbered software released into the
7+
% public domain; see <http://unlicense.org> for details.
8+
%-------------------------------------------------------------
9+
10+
%--------------------------------------
11+
% Inner Theme Settings
12+
%--------------------------------------
213

314
\pgfdeclareverticalshading[lower.bg,upper.bg]{bmb@transition}{200cm}{%
415
color(0pt)=(lower.bg); color(2pt)=(lower.bg); color(4pt)=(lower.bg)}

beamerthemeSimplePlus.sty

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
% Beamer Settings
1+
%-------------------------------------------------------------
2+
% Package: beamertheme-SimplePlus
3+
% Author: Pin-Yen Huang (pyhuang97@gmail.com)
4+
% Version: 1.1, 2025-01-07
5+
% Link: https://github.com/pm25/SimplePlus-BeamerTheme
6+
% This is free and unencumbered software released into the
7+
% public domain; see <http://unlicense.org> for details.
8+
%-------------------------------------------------------------
9+
10+
%--------------------------------------
11+
% Beamer Settings
12+
%--------------------------------------
213

314
\mode<presentation>
415

0 commit comments

Comments
 (0)