]> gitweb.michael.orlitzky.com - beamer-mjo.git/commitdiff
Begin rename to beamer-mjo.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 1 Jul 2023 00:43:17 +0000 (20:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 1 Jul 2023 00:43:17 +0000 (20:43 -0400)
README
beamercolorthememjo.sty [moved from beamercolorthemeUMBC.sty with 100% similarity]
beamerfontthememjo.sty [moved from beamerfontthemeUMBC.sty with 100% similarity]
beamerinnerthememjo.sty [moved from beamerinnerthemeUMBC.sty with 97% similarity]
beamerouterthememjo.sty [moved from beamerouterthemeUMBC.sty with 100% similarity]
beamerthememjo.sty [moved from beamerthemeUMBC.sty with 93% similarity]

diff --git a/README b/README
index 495d2c4a1e2a4862a899c3ede09453c5bdbf30fe..e53bfb55abced2cdb2416e7f3d5da8c380edde70 100644 (file)
--- a/README
+++ b/README
@@ -1,25 +1,27 @@
 == What ==
 
-The "UMBC" Beamer theme I use in all of my presentations at UMBC.
+The "mjo" beamer theme I use in all of my presentations. It started as
+the beamer-umbc theme that I used at UMBC, which in turn was based on
+my old Towson University theme. (Thankfully, both schools have the
+same colors.)
 
 == How ==
 
 In the makefile of your project, you should list all of the pieces of
 the theme. For example,
 
-  UMBC  = beamercolorthemeUMBC.sty beamerfontthemeUMBC.sty
-  UMBC += beamerinnerthemeUMBC.sty beamerouterthemeUMBC.sty
-  UMBC += beamerthemeUMBC.sty images/umbc_logo.pdf
+  BEAMERMJO  = beamercolorthememjo.sty beamerfontthememjo.sty
+  BEAMERMJO += beamerinnerthememjo.sty beamerouterthememjo.sty
+  BEAMERMJO += beamerthememjo.sty
 
 The absolute paths to those libraries, on your system, can be found
 using "kpsewhich" from the kpathsea suite:
 
-  UMBCPATHS = $(shell kpsewhich $(UMBC))
+  BEAMERMJOPATHS = $(shell kpsewhich $(BEAMERMJO))
 
 Now add those as dependencies of your document:
 
-  example.pdf: example.tex example.bbl ... $(UMBCPATHS)
+  example.pdf: example.tex example.bbl ... $(BEAMERMJOPATHS)
 
-WARNING: This will only work as long as the path to beamer-umbc is in
-your $TEXINPUTS environment variable! I suggest setting it in
-~/.bashrc.
+WARNING: This will only work as long as the path to beamer-mjo is in
+your $TEXINPUTS environment variable! I suggest setting it in ~/.bashrc.
similarity index 97%
rename from beamerinnerthemeUMBC.sty
rename to beamerinnerthememjo.sty
index 98e86832e8cc2d8cc2db0038a6e1fb33e4ab71e3..667e667528fc9eb41bbfe67b47d624335264e580 100644 (file)
@@ -3,7 +3,7 @@
 \useinnertheme{circles}
 
 
-\defbeamertemplate*{title page}{umbc}[1][]
+\defbeamertemplate*{title page}{mjo}[1][]
 {
   \vbox{}
   \vfill
similarity index 93%
rename from beamerthemeUMBC.sty
rename to beamerthememjo.sty
index 6824ac8a18928e05e17d11c395b36e069a35246e..2e18d760cd7849ea46bafe00b58340135dfd1b4c 100644 (file)
@@ -2,10 +2,10 @@
 
 \mode<presentation>
 
-\useinnertheme{UMBC}
-\useoutertheme{UMBC}
-\usefonttheme{UMBC}
-\usecolortheme{UMBC}
+\useinnertheme{mjo}
+\useoutertheme{mjo}
+\usefonttheme{mjo}
+\usecolortheme{mjo}
 
 % Create a slide introducing new sections.
 \AtBeginSection[]{