From 7df9ca2f9625555792dca502dd3273fcb4e71423 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 25 Jul 2021 20:48:12 +0000 Subject: beamertheme-simpledarkblue (25jul21) git-svn-id: svn://tug.org/texlive/trunk@60061 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/beamertheme-simpledarkblue/LICENSE | 25 ++++ .../doc/latex/beamertheme-simpledarkblue/README.md | 20 +++ .../beamertheme-simpledarkblue-sample.pdf | Bin 0 -> 41507 bytes .../beamertheme-simpledarkblue-sample.tex | 163 +++++++++++++++++++++ 4 files changed, 208 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/LICENSE create mode 100644 Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/README.md create mode 100644 Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.tex (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/LICENSE b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/LICENSE new file mode 100644 index 00000000000..a84c3956623 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/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/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/README.md b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/README.md new file mode 100644 index 00000000000..9da9fcca74c --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/README.md @@ -0,0 +1,20 @@ +# Simple Beamer Theme + +A simple and clear beamer template. + +**Website:** + +https://github.com/PM25/SimpleDarkBlue-BeamerTheme + +**Lead author:** + +Pin-Yen Huang (pyhuang97@gmail.com) + +**Compiled sample document:** + +beamertheme-simpledarkblue-sample.pdf + +## License + +This is free and unencumbered software released into the public domain. +For more information, please see the file `LICENSE` or refer to . diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.pdf b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.pdf new file mode 100644 index 00000000000..658cfe5ed79 Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.tex b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.tex new file mode 100644 index 00000000000..13c282eaaeb --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpledarkblue/beamertheme-simpledarkblue-sample.tex @@ -0,0 +1,163 @@ +%---------------------------------------------------------------------------------------- +% 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 Dark Blue 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{July 25, 2021} % 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 -- cgit v1.2.3