diff options
author | Karl Berry <karl@freefriends.org> | 2022-10-21 19:39:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-10-21 19:39:04 +0000 |
commit | 5e428e2c6ca2c028a39800deced376dc72d9f0e0 (patch) | |
tree | 569dbb143ae8edfafb90776010a3b4960a659118 | |
parent | 54e259de6153539dd2f1c7a1af13a7bd872fc5d0 (diff) |
beamertheme-simpleplus (21oct22)
git-svn-id: svn://tug.org/texlive/trunk@64770 c570f23f-e606-0410-a88d-b1316a301751
11 files changed, 365 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpleplus/LICENSE b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/LICENSE new file mode 100644 index 00000000000..cf1ab25da03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/LICENSE @@ -0,0 +1,24 @@ +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 <http://unlicense.org> diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpleplus/README.md b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/README.md new file mode 100644 index 00000000000..b39a3a02908 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/README.md @@ -0,0 +1,24 @@ +# SimplePlus Beamer Theme + +A simple and clean beamer template. + +**Website:** + +https://github.com/PM25/SimplePlus-BeamerTheme + +**Overleaf:** + +https://www.overleaf.com/latex/templates/simpleplus-beamertheme/wfmfjhdcrdfx + +**Author:** + +Pin-Yen Huang (pyhuang97@gmail.com) + +**Compiled sample document:** + +beamertheme-simpleplus-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 <http://unlicense.org>.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpleplus/beamertheme-simpleplus-sample.pdf b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/beamertheme-simpleplus-sample.pdf Binary files differnew file mode 100644 index 00000000000..4f56de719a6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/beamertheme-simpleplus-sample.pdf diff --git a/Master/texmf-dist/doc/latex/beamertheme-simpleplus/beamertheme-simpleplus-sample.tex b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/beamertheme-simpleplus-sample.tex new file mode 100644 index 00000000000..17e105a5b8c --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-simpleplus/beamertheme-simpleplus-sample.tex @@ -0,0 +1,161 @@ +%---------------------------------------------------------------------------------------- +% PACKAGES AND THEMES +%---------------------------------------------------------------------------------------- +\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} +\usetheme{SimplePlus} + +\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 +} +\date{Dec 16, 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{\textbf{The End}}} +\end{frame} + +%---------------------------------------------------------------------------------------- + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamercolorthemeSimplePlus.sty b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamercolorthemeSimplePlus.sty new file mode 100644 index 00000000000..906498e4078 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamercolorthemeSimplePlus.sty @@ -0,0 +1,33 @@ +% !TEX TS-program = xelatex +% !TEX encoding = UTF-8 Unicode + +%---------------------------------------------------------------------------------------- +% Package: beamertheme-SimplePlus +% Author: Pin-Yen Huang (pyhuang97@gmail.com) +% Version: 1.0, 2021-12-16 +% Link: https://github.com/PM25/SimplePlus-BeamerTheme +% This is free and unencumbered software released into the +% public domain; see <http://unlicense.org> for details. +%---------------------------------------------------------------------------------------- + +% define color +\definecolor{InvisibleRed}{rgb}{0.97, 0.92, 0.92} +\definecolor{InvisibleGreen}{rgb}{0.92, 0.97, 0.92} +\definecolor{InvisibleBlue}{rgb}{0.92, 0.92, 0.97} + +\definecolor{MediumRed}{rgb}{0.925, 0.345, 0.345} +\definecolor{MediumGreen}{rgb}{0.37, 0.7, 0.66} +\definecolor{MediumBlue}{rgb}{0.015, 0.315, 0.45} + +\definecolor{DarkBlue}{rgb}{0.05, 0.15, 0.35} + +% set color +\usecolortheme[named=DarkBlue]{structure} + +\setbeamercolor{titlelike}{parent=structure} +\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/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerfontthemeSimplePlus.sty b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerfontthemeSimplePlus.sty new file mode 100644 index 00000000000..9c57bc7cc32 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerfontthemeSimplePlus.sty @@ -0,0 +1,38 @@ +% !TEX TS-program = xelatex +% !TEX encoding = UTF-8 Unicode + +%---------------------------------------------------------------------------------------- +% Package: beamertheme-SimplePlus +% Author: Pin-Yen Huang (pyhuang97@gmail.com) +% Version: 1.0, 2021-12-16 +% Link: https://github.com/PM25/SimplePlus-BeamerTheme +% This is free and unencumbered software released into the +% public domain; see <http://unlicense.org> for details. +%---------------------------------------------------------------------------------------- + +\mode<presentation> + +%%%%%%%%%%%% fonts + +\setbeamerfont{structure}{family=\sffamily,series=\mdseries} + +\setbeamerfont{title}{size=\huge,series=\bfseries,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,series=\bfseries,parent=structure} +\setbeamerfont{section in head/foot}{size=\tiny,parent=structure} +\setbeamerfont{subsection in toc}{size=\small,series=\mdseries,parent={section in toc}} + +\setbeamerfont{frametitle}{size=\LARGE,series=\bfseries,parent=structure} +\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 +<all> diff --git a/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerinnerthemeSimplePlus.sty b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerinnerthemeSimplePlus.sty new file mode 100644 index 00000000000..43ab163d188 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerinnerthemeSimplePlus.sty @@ -0,0 +1,60 @@ +% !TEX TS-program = xelatex +% !TEX encoding = UTF-8 Unicode + +%---------------------------------------------------------------------------------------- +% Package: beamertheme-SimplePlus +% Author: Pin-Yen Huang (pyhuang97@gmail.com) +% Version: 1.0, 2021-12-16 +% Link: https://github.com/PM25/SimplePlus-BeamerTheme +% This is free and unencumbered software released into the +% public domain; see <http://unlicense.org> for details. +%---------------------------------------------------------------------------------------- + +\pgfdeclareverticalshading[lower.bg,upper.bg]{bmb@transition}{200cm}{% + color(0pt)=(lower.bg); color(2pt)=(lower.bg); color(4pt)=(lower.bg)} + +\setbeamersize{text margin left=2em,text margin right=2em} + +% table of contents (overview) +\setbeamertemplate{section in toc}[sections numbered] +\setbeamertemplate{subsection in toc}{\leavevmode\leftskip=3.2em\rlap{\hskip-2em\inserttocsectionnumber.\inserttocsubsectionnumber}\inserttocsubsection\par} + +\setbeamertemplate{footline}[frame number] +\setbeamertemplate{navigation symbols}{} +\setbeamertemplate{blocks}[rounded][shadow=false] +\setbeamertemplate{enumerate items}[default] + +\setbeamertemplate{frametitle}{\vspace*{0.5em}\bfseries\insertframetitle\par\vskip-6pt\hrulefill\vspace{-0.1em}} + +\setbeamertemplate{title page}{ + \vspace{7em} + \begingroup + \centering + % ------------------------ + \begin{beamercolorbox}[sep=8pt,center]{title} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip0.5em\par + % ------------------------ + \begin{beamercolorbox}[sep=8pt,center]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \vskip-1em + % ------------------------ + \begin{beamercolorbox}[sep=8pt,center]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + % ------------------------ + \begin{beamercolorbox}[sep=8pt,center]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + % ------------------------ + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \endgroup + \vfill +}
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerthemeSimplePlus.sty b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerthemeSimplePlus.sty new file mode 100644 index 00000000000..5ff53a743ed --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-simpleplus/beamerthemeSimplePlus.sty @@ -0,0 +1,23 @@ +% !TEX TS-program = xelatex +% !TEX encoding = UTF-8 Unicode + +%---------------------------------------------------------------------------------------- +% Package: beamertheme-SimplePlus +% Author: Pin-Yen Huang (pyhuang97@gmail.com) +% Version: 1.0, 2021-12-16 +% Link: https://github.com/PM25/SimplePlus-BeamerTheme +% This is free and unencumbered software released into the +% public domain; see <http://unlicense.org> for details. +%---------------------------------------------------------------------------------------- + +\mode<presentation> + +% Settings +\usetheme{Madrid} +\useinnertheme{circles} + +\usefonttheme{SimplePlus} +\usecolortheme{SimplePlus} +\useinnertheme{SimplePlus} + +\mode<all>
\ No newline at end of file diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 932694be8d8..0bca94ce034 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -97,6 +97,7 @@ my @TLP_working = qw( beamertheme-light beamertheme-metropolis beamertheme-npbt beamertheme-phnompenh beamertheme-pure-minimalistic beamertheme-saintpetersburg beamertheme-simpledarkblue + beamertheme-simpleplus beamertheme-tcolorbox beamertheme-trigon beamertheme-upenn-bc beamerthemeamurmaple beamerthemejltree beamerthemelalic beamerthemenirma beamerthemenord diff --git a/Master/tlpkg/tlpsrc/beamertheme-simpleplus.tlpsrc b/Master/tlpkg/tlpsrc/beamertheme-simpleplus.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/beamertheme-simpleplus.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 4b2190db1d0..88edb0174ef 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -92,6 +92,7 @@ depend beamertheme-phnompenh depend beamertheme-pure-minimalistic depend beamertheme-saintpetersburg depend beamertheme-simpledarkblue +depend beamertheme-simpleplus depend beamertheme-tcolorbox depend beamertheme-trigon depend beamertheme-upenn-bc |