diff --git a/Beamer/Templates/SimpleDarkBlue-BeamerTheme b/Beamer/Templates/SimpleDarkBlue-BeamerTheme deleted file mode 160000 index e670180..0000000 --- a/Beamer/Templates/SimpleDarkBlue-BeamerTheme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e670180e34dc520ae09620c0fd37df79c413819f diff --git a/Templates/SimpleDarkBlue-BeamerTheme/.gitignore b/Templates/SimpleDarkBlue-BeamerTheme/.gitignore new file mode 100644 index 0000000..a5fca49 --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/.gitignore @@ -0,0 +1,287 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files +# *.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices and outlines +*.xyc +*.xyd + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# gummi +.*.swp + +# KBibTeX +*~[0-9]* + +# TeXnicCenter +*.tps + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +# Makeindex log files +*.lpz + +# xwatermark package +*.xwm + +# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib +# option is specified. Footnotes are the stored in a file with suffix Notes.bib. +# Uncomment the next line to have this generated file ignored. +#*Notes.bib + +*.vrb +.vscode/settings.json diff --git a/Templates/SimpleDarkBlue-BeamerTheme/LICENSE b/Templates/SimpleDarkBlue-BeamerTheme/LICENSE new file mode 100644 index 0000000..a84c395 --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/LICENSE @@ -0,0 +1,25 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to + diff --git a/Templates/SimpleDarkBlue-BeamerTheme/README.md b/Templates/SimpleDarkBlue-BeamerTheme/README.md new file mode 100644 index 0000000..bb4e72e --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/README.md @@ -0,0 +1,17 @@ +# Simple Beamer Theme + +This is a **simple** and **clear** beamer theme for academic and scientific presentation. + +Overleaf: [https://www.overleaf.com/latex/templates/simple-beamer-theme/cyjyxkdttqzs](https://www.overleaf.com/latex/templates/simple-beamer-theme/cyjyxkdttqzs)
+CTAN: [https://ctan.org/pkg/beamertheme-simpledarkblue](https://ctan.org/pkg/beamertheme-simpledarkblue) + +## preview + +![page1](img/0001.webp) +![page2](img/0002.webp) +![page3](img/0003.webp) +![page4](img/0004.webp) +![page5](img/0005.webp) +![page6](img/0006.webp) +![page9](img/0009.webp) +![page10](img/0010.webp) diff --git a/Templates/SimpleDarkBlue-BeamerTheme/beamercolorthemeSimpleDarkBlue.sty b/Templates/SimpleDarkBlue-BeamerTheme/beamercolorthemeSimpleDarkBlue.sty new file mode 100644 index 0000000..f63508d --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/beamercolorthemeSimpleDarkBlue.sty @@ -0,0 +1,23 @@ +\definecolor{InvisibleRed}{rgb}{0.92, 0.9, 0.9} +\definecolor{InvisibleGreen}{rgb}{0.9, 0.92, 0.9} +\definecolor{InvisibleBlue}{rgb}{0.9, 0.9, 0.92} + +\definecolor{LightBlue}{rgb}{0.4, 0.55, 0.65} + +\definecolor{MediumRed}{rgb}{0.92549, 0.34509, 0.34509} +\definecolor{MediumGreen}{rgb}{0.36862, 0.66666, 0.65882} +\definecolor{MediumBlue}{rgb}{0.01176, 0.31372, 0.43529} + +\definecolor{DarkBlue}{rgb}{0.05, 0.15, 0.3} + +\usecolortheme[named=DarkBlue]{structure} + +\setbeamercolor{palette primary}{bg=DarkBlue,fg=white} +\setbeamercolor{palette secondary}{bg=MediumBlue,fg=white} +\setbeamercolor{palette tertiary}{bg=LightBlue,fg=white} +\setbeamercolor{block title}{bg=MediumBlue} +\setbeamercolor{block body}{bg=InvisibleBlue} +\setbeamercolor{block title example}{bg=MediumGreen} +\setbeamercolor{block body example}{bg=InvisibleGreen} +\setbeamercolor{block title alerted}{bg=MediumRed} +\setbeamercolor{block body alerted}{bg=InvisibleRed} \ No newline at end of file diff --git a/Templates/SimpleDarkBlue-BeamerTheme/beamerfontthemeSimpleDarkBlue.sty b/Templates/SimpleDarkBlue-BeamerTheme/beamerfontthemeSimpleDarkBlue.sty new file mode 100644 index 0000000..8fb6e1a --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/beamerfontthemeSimpleDarkBlue.sty @@ -0,0 +1,26 @@ +\mode + +%%%%%%%%%%%% fonts + +\setbeamerfont{structure}{family=\sffamily,series=\mdseries} + +\setbeamerfont{title}{size=\LARGE,parent=structure} +\setbeamerfont{subtitle}{size=\normalsize,parent=title} + +\setbeamerfont{date}{size=\scriptsize,series=\mdseries,parent=structure} +\setbeamerfont{author}{size=\Large,series=\mdseries,parent=structure} +\setbeamerfont{institute}{size=\scriptsize,series=\mdseries,parent=structure} + +\setbeamerfont{section in toc}{size=\Large,parent=structure} +\setbeamerfont{section in head/foot}{size=\tiny,parent=structure} +\setbeamerfont{subsection in toc}{size=\large,parent={section in toc}} + +\setbeamerfont{frametitle}{parent=structure,size=\LARGE} +\setbeamerfont{framesubtitle}{parent=frametitle,size=\Large} + +\setbeamerfont{caption}{size=\footnotesize} +\setbeamerfont{item}{parent=structure,series=\mdseries} +\setbeamerfont{block title}{size=\large,series=\mdseries,parent={structure,block body}} + +\mode + diff --git a/Templates/SimpleDarkBlue-BeamerTheme/beamerthemeSimpleDarkBlue.sty b/Templates/SimpleDarkBlue-BeamerTheme/beamerthemeSimpleDarkBlue.sty new file mode 100644 index 0000000..3679ad4 --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/beamerthemeSimpleDarkBlue.sty @@ -0,0 +1,20 @@ +\mode + +% Settings +\usetheme{Madrid} +\useinnertheme{circles} +% \useoutertheme{simpleinfo} +% \useoutertheme{miniframes} % Alternatively: miniframes, infolines, split +\usefonttheme{SimpleDarkBlue} +\usecolortheme{SimpleDarkBlue} + +% \setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line +\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line +\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line +\setbeamertemplate{blocks}[rounded][shadow=true] +\setbeamertemplate{enumerate items}[default] +% table of contents (overview) +\setbeamertemplate{section in toc}[sections numbered] +\setbeamertemplate{subsection in toc}[default] + +\mode \ No newline at end of file diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0001.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0001.webp new file mode 100644 index 0000000..50ac51c Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0001.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0002.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0002.webp new file mode 100644 index 0000000..dd9f02a Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0002.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0003.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0003.webp new file mode 100644 index 0000000..ec3f2fc Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0003.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0004.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0004.webp new file mode 100644 index 0000000..ca87ce7 Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0004.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0005.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0005.webp new file mode 100644 index 0000000..24b47e7 Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0005.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0006.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0006.webp new file mode 100644 index 0000000..6ae2678 Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0006.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0009.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0009.webp new file mode 100644 index 0000000..ec01b1f Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0009.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/img/0010.webp b/Templates/SimpleDarkBlue-BeamerTheme/img/0010.webp new file mode 100644 index 0000000..2a9c460 Binary files /dev/null and b/Templates/SimpleDarkBlue-BeamerTheme/img/0010.webp differ diff --git a/Templates/SimpleDarkBlue-BeamerTheme/sample.tex b/Templates/SimpleDarkBlue-BeamerTheme/sample.tex new file mode 100644 index 0000000..0db235d --- /dev/null +++ b/Templates/SimpleDarkBlue-BeamerTheme/sample.tex @@ -0,0 +1,162 @@ +%---------------------------------------------------------------------------------------- +% PACKAGES AND THEMES +%---------------------------------------------------------------------------------------- +\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} +\usetheme{SimpleDarkBlue} + +\usepackage{hyperref} +\usepackage{graphicx} % Allows including images +\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables + +%---------------------------------------------------------------------------------------- +% TITLE PAGE +%---------------------------------------------------------------------------------------- + +\title[short title]{Simple Beamer Theme} % The short title appears at the bottom of every slide, the full title is only on the title page +\subtitle{Subtitle} + +\author[Pin-Yen] {Pin-Yen Huang} + +\institute[NTU] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space +{ + Department of Computer Science and Information Engineering \\ + National Taiwan University % Your institution for the title page + \vskip 3pt +} +\date{\today} % Date, can be changed to a custom date + + +%---------------------------------------------------------------------------------------- +% PRESENTATION SLIDES +%---------------------------------------------------------------------------------------- + +\begin{document} + +\begin{frame} + % Print the title page as the first slide + \titlepage +\end{frame} + +\begin{frame}{Overview} + % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation + \tableofcontents +\end{frame} + +%------------------------------------------------ +\section{First Section} +%------------------------------------------------ + +\begin{frame}{Bullet Points} + \begin{itemize} + \item Lorem ipsum dolor sit amet, consectetur adipiscing elit + \item Aliquam blandit faucibus nisi, sit amet dapibus enim tempus eu + \item Nulla commodo, erat quis gravida posuere, elit lacus lobortis est, quis porttitor odio mauris at libero + \item Nam cursus est eget velit posuere pellentesque + \item Vestibulum faucibus velit a augue condimentum quis convallis nulla gravida + \end{itemize} +\end{frame} + +%------------------------------------------------ + +\begin{frame}{Blocks of Highlighted Text} + In this slide, some important text will be \alert{highlighted} because it's important. Please, don't abuse it. + + \begin{block}{Block} + Sample text + \end{block} + + \begin{alertblock}{Alertblock} + Sample text in red box + \end{alertblock} + + \begin{examples} + Sample text in green box. The title of the block is ``Examples". + \end{examples} +\end{frame} + +%------------------------------------------------ + +\begin{frame}{Multiple Columns} + \begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment + + \column{.45\textwidth} % Left column and width + \textbf{Heading} + \begin{enumerate} + \item Statement + \item Explanation + \item Example + \end{enumerate} + + \column{.5\textwidth} % Right column and width + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lectus nisl, ultricies in feugiat rutrum, porttitor sit amet augue. Aliquam ut tortor mauris. Sed volutpat ante purus, quis accumsan dolor. + + \end{columns} +\end{frame} + +%------------------------------------------------ +\section{Second Section} +%------------------------------------------------ + +\begin{frame}{Table} + \begin{table} + \begin{tabular}{l l l} + \toprule + \textbf{Treatments} & \textbf{Response 1} & \textbf{Response 2} \\ + \midrule + Treatment 1 & 0.0003262 & 0.562 \\ + Treatment 2 & 0.0015681 & 0.910 \\ + Treatment 3 & 0.0009271 & 0.296 \\ + \bottomrule + \end{tabular} + \caption{Table caption} + \end{table} +\end{frame} + +%------------------------------------------------ + +\begin{frame}{Theorem} + \begin{theorem}[Mass--energy equivalence] + $E = mc^2$ + \end{theorem} +\end{frame} + +%------------------------------------------------ + +\begin{frame}{Figure} + Uncomment the code on this slide to include your own image from the same directory as the template .TeX file. + %\begin{figure} + %\includegraphics[width=0.8\linewidth]{test} + %\end{figure} +\end{frame} + +%------------------------------------------------ + +\begin{frame}[fragile] % Need to use the fragile option when verbatim is used in the slide + \frametitle{Citation} + An example of the \verb|\cite| command to cite within the presentation:\\~ + + This statement requires citation \cite{p1}. +\end{frame} + +%------------------------------------------------ + +\begin{frame}{References} + % Beamer does not support BibTeX so references must be inserted manually as below + \footnotesize{ + \begin{thebibliography}{99} + \bibitem[Smith, 2012]{p1} John Smith (2012) + \newblock Title of the publication + \newblock \emph{Journal Name} 12(3), 45 -- 678. + \end{thebibliography} + } +\end{frame} + +%------------------------------------------------ + +\begin{frame} + \Huge{\centerline{The End}} +\end{frame} + +%---------------------------------------------------------------------------------------- + +\end{document} \ No newline at end of file