Skip to content

Commit 00db836

Browse files
committed
modified from SimpleDarkBlue beamer theme.
0 parents  commit 00db836

19 files changed

+570
-0
lines changed

.gitignore

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
## Core latex/pdflatex auxiliary files:
2+
*.aux
3+
*.lof
4+
*.log
5+
*.lot
6+
*.fls
7+
*.out
8+
*.toc
9+
*.fmt
10+
*.fot
11+
*.cb
12+
*.cb2
13+
.*.lb
14+
15+
## Intermediate documents:
16+
*.dvi
17+
*.xdv
18+
*-converted-to.*
19+
# these rules might exclude image files for figures etc.
20+
# *.ps
21+
# *.eps
22+
# *.pdf
23+
24+
## Generated if empty string is given at "Please type another file name for output:"
25+
.pdf
26+
27+
## Bibliography auxiliary files (bibtex/biblatex/biber):
28+
*.bbl
29+
*.bcf
30+
*.blg
31+
*-blx.aux
32+
*-blx.bib
33+
*.run.xml
34+
35+
## Build tool auxiliary files:
36+
*.fdb_latexmk
37+
*.synctex
38+
*.synctex(busy)
39+
*.synctex.gz
40+
*.synctex.gz(busy)
41+
*.pdfsync
42+
43+
## Build tool directories for auxiliary files
44+
# latexrun
45+
latex.out/
46+
47+
## Auxiliary and intermediate files from other packages:
48+
# algorithms
49+
*.alg
50+
*.loa
51+
52+
# achemso
53+
acs-*.bib
54+
55+
# amsthm
56+
*.thm
57+
58+
# beamer
59+
*.nav
60+
*.pre
61+
*.snm
62+
*.vrb
63+
64+
# changes
65+
*.soc
66+
67+
# comment
68+
*.cut
69+
70+
# cprotect
71+
*.cpt
72+
73+
# elsarticle (documentclass of Elsevier journals)
74+
*.spl
75+
76+
# endnotes
77+
*.ent
78+
79+
# fixme
80+
*.lox
81+
82+
# feynmf/feynmp
83+
*.mf
84+
*.mp
85+
*.t[1-9]
86+
*.t[1-9][0-9]
87+
*.tfm
88+
89+
#(r)(e)ledmac/(r)(e)ledpar
90+
*.end
91+
*.?end
92+
*.[1-9]
93+
*.[1-9][0-9]
94+
*.[1-9][0-9][0-9]
95+
*.[1-9]R
96+
*.[1-9][0-9]R
97+
*.[1-9][0-9][0-9]R
98+
*.eledsec[1-9]
99+
*.eledsec[1-9]R
100+
*.eledsec[1-9][0-9]
101+
*.eledsec[1-9][0-9]R
102+
*.eledsec[1-9][0-9][0-9]
103+
*.eledsec[1-9][0-9][0-9]R
104+
105+
# glossaries
106+
*.acn
107+
*.acr
108+
*.glg
109+
*.glo
110+
*.gls
111+
*.glsdefs
112+
*.lzo
113+
*.lzs
114+
115+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
116+
# *.ist
117+
118+
# gnuplottex
119+
*-gnuplottex-*
120+
121+
# gregoriotex
122+
*.gaux
123+
*.gtex
124+
125+
# htlatex
126+
*.4ct
127+
*.4tc
128+
*.idv
129+
*.lg
130+
*.trc
131+
*.xref
132+
133+
# hyperref
134+
*.brf
135+
136+
# knitr
137+
*-concordance.tex
138+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
139+
# *.tikz
140+
*-tikzDictionary
141+
142+
# listings
143+
*.lol
144+
145+
# luatexja-ruby
146+
*.ltjruby
147+
148+
# makeidx
149+
*.idx
150+
*.ilg
151+
*.ind
152+
153+
# minitoc
154+
*.maf
155+
*.mlf
156+
*.mlt
157+
*.mtc[0-9]*
158+
*.slf[0-9]*
159+
*.slt[0-9]*
160+
*.stc[0-9]*
161+
162+
# minted
163+
_minted*
164+
*.pyg
165+
166+
# morewrites
167+
*.mw
168+
169+
# nomencl
170+
*.nlg
171+
*.nlo
172+
*.nls
173+
174+
# pax
175+
*.pax
176+
177+
# pdfpcnotes
178+
*.pdfpc
179+
180+
# sagetex
181+
*.sagetex.sage
182+
*.sagetex.py
183+
*.sagetex.scmd
184+
185+
# scrwfile
186+
*.wrt
187+
188+
# sympy
189+
*.sout
190+
*.sympy
191+
sympy-plots-for-*.tex/
192+
193+
# pdfcomment
194+
*.upa
195+
*.upb
196+
197+
# pythontex
198+
*.pytxcode
199+
pythontex-files-*/
200+
201+
# tcolorbox
202+
*.listing
203+
204+
# thmtools
205+
*.loe
206+
207+
# TikZ & PGF
208+
*.dpth
209+
*.md5
210+
*.auxlock
211+
212+
# todonotes
213+
*.tdo
214+
215+
# vhistory
216+
*.hst
217+
*.ver
218+
219+
# easy-todo
220+
*.lod
221+
222+
# xcolor
223+
*.xcp
224+
225+
# xmpincl
226+
*.xmpi
227+
228+
# xindy
229+
*.xdy
230+
231+
# xypic precompiled matrices and outlines
232+
*.xyc
233+
*.xyd
234+
235+
# endfloat
236+
*.ttt
237+
*.fff
238+
239+
# Latexian
240+
TSWLatexianTemp*
241+
242+
## Editors:
243+
# WinEdt
244+
*.bak
245+
*.sav
246+
247+
# Texpad
248+
.texpadtmp
249+
250+
# LyX
251+
*.lyx~
252+
253+
# Kile
254+
*.backup
255+
256+
# gummi
257+
.*.swp
258+
259+
# KBibTeX
260+
*~[0-9]*
261+
262+
# TeXnicCenter
263+
*.tps
264+
265+
# auto folder when using emacs and auctex
266+
./auto/*
267+
*.el
268+
269+
# expex forward references with \gathertags
270+
*-tags.tex
271+
272+
# standalone packages
273+
*.sta
274+
275+
# Makeindex log files
276+
*.lpz
277+
278+
# xwatermark package
279+
*.xwm
280+
281+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
282+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
283+
# Uncomment the next line to have this generated file ignored.
284+
#*Notes.bib
285+
286+
*.vrb
287+
.vscode

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SimplePlus Beamer Theme
2+
3+
This is a **simple** and **clear** beamer theme for academic and scientific presentation.
4+
5+
modified from: [SimpleDarkBlue Beamer Theme](https://github.com/PM25/SimpleDarkBlue-BeamerTheme)
6+
7+
## preview
8+
9+
![page1](img/1.webp)
10+
![page2](img/2.webp)
11+
![page3](img/3.webp)
12+
![page4](img/4.webp)
13+
![page5](img/5.webp)
14+
![page6](img/6.webp)
15+
![page9](img/9.webp)
16+
![page10](img/10.webp)

beamercolorthemeSimplePlus.sty

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
% define color
2+
\definecolor{InvisibleRed}{rgb}{0.97, 0.92, 0.92}
3+
\definecolor{InvisibleGreen}{rgb}{0.92, 0.97, 0.92}
4+
\definecolor{InvisibleBlue}{rgb}{0.92, 0.92, 0.97}
5+
6+
\definecolor{MediumRed}{rgb}{0.925, 0.345, 0.345}
7+
\definecolor{MediumGreen}{rgb}{0.37, 0.7, 0.66}
8+
\definecolor{MediumBlue}{rgb}{0.015, 0.315, 0.45}
9+
10+
\definecolor{DarkBlue}{rgb}{0.05, 0.15, 0.35}
11+
12+
% set color
13+
\usecolortheme[named=DarkBlue]{structure}
14+
15+
\setbeamercolor{titlelike}{parent=structure}
16+
\setbeamercolor{block title}{bg=MediumBlue}
17+
\setbeamercolor{block body}{bg=InvisibleBlue}
18+
\setbeamercolor{block title example}{bg=MediumGreen}
19+
\setbeamercolor{block body example}{bg=InvisibleGreen}
20+
\setbeamercolor{block title alerted}{bg=MediumRed}
21+
\setbeamercolor{block body alerted}{bg=InvisibleRed}

beamerfontthemeSimplePlus.sty

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
\mode<presentation>
2+
3+
%%%%%%%%%%%% fonts
4+
5+
\setbeamerfont{structure}{family=\sffamily,series=\mdseries}
6+
7+
\setbeamerfont{title}{size=\huge,series=\bfseries,parent=structure}
8+
\setbeamerfont{subtitle}{size=\normalsize,parent=title}
9+
10+
\setbeamerfont{date}{size=\scriptsize,series=\mdseries,parent=structure}
11+
\setbeamerfont{author}{size=\large,series=\mdseries,parent=structure}
12+
\setbeamerfont{institute}{size=\scriptsize,series=\mdseries,parent=structure}
13+
14+
\setbeamerfont{section in toc}{size=\Large,series=\bfseries,parent=structure}
15+
\setbeamerfont{section in head/foot}{size=\tiny,parent=structure}
16+
\setbeamerfont{subsection in toc}{size=\small,series=\mdseries,parent={section in toc}}
17+
18+
\setbeamerfont{frametitle}{size=\LARGE,series=\bfseries,parent=structure}
19+
\setbeamerfont{framesubtitle}{parent=frametitle,size=\Large}
20+
21+
\setbeamerfont{caption}{size=\footnotesize}
22+
\setbeamerfont{item}{parent=structure,series=\mdseries}
23+
\setbeamerfont{block title}{size=\large,series=\mdseries,parent={structure,block body}}
24+
25+
\mode
26+
<all>

0 commit comments

Comments
 (0)