├── references.bib ├── slides-green.png ├── slides-orange.png ├── examples ├── slides-green.pdf └── slides-orange.pdf ├── figures └── sustech-logo.pdf ├── Makefile ├── beamercolorthemesustechgreen.sty ├── beamercolorthemesustechorange.sty ├── README.md ├── LICENSE └── slides.tex /references.bib: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /slides-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spacebody/SUSTech-Defense-Slides/HEAD/slides-green.png -------------------------------------------------------------------------------- /slides-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spacebody/SUSTech-Defense-Slides/HEAD/slides-orange.png -------------------------------------------------------------------------------- /examples/slides-green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spacebody/SUSTech-Defense-Slides/HEAD/examples/slides-green.pdf -------------------------------------------------------------------------------- /figures/sustech-logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spacebody/SUSTech-Defense-Slides/HEAD/figures/sustech-logo.pdf -------------------------------------------------------------------------------- /examples/slides-orange.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spacebody/SUSTech-Defense-Slides/HEAD/examples/slides-orange.pdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | slides.pdf: slides.tex 2 | pdflatex slides.tex 3 | bibtex slides.aux 4 | pdflatex slides.tex 5 | pdflatex slides.tex 6 | ls | grep slides | grep -v slides.tex | grep -v slides.pdf | xargs rm 7 | -------------------------------------------------------------------------------- /beamercolorthemesustechgreen.sty: -------------------------------------------------------------------------------- 1 | \DefineNamedColor{named}{sustechdarkorange} {rgb}{0.16,0.67,0.64} 2 | \DefineNamedColor{named}{sustechorange} {rgb}{0.29,0.73,0.70} 3 | \DefineNamedColor{named}{sustechpaleorange} {rgb}{0.44,0.80,0.78} 4 | 5 | \mode 6 | \setbeamercolor{alerted text}{fg=green!80!yellow} 7 | \setbeamercolor*{palette primary}{bg=sustechdarkorange,fg=white} 8 | \setbeamercolor*{palette secondary}{fg=white,bg=sustechpaleorange} 9 | \setbeamercolor*{palette tertiary}{fg=white,bg=sustechorange} 10 | \setbeamercolor*{palette quaternary}{fg=white,bg=yellow} 11 | \setbeamercolor*{structure}{fg=sustechdarkorange,bg=white} 12 | \setbeamercolor{frametitle}{bg=sustechdarkorange,fg=white} 13 | \mode 14 | -------------------------------------------------------------------------------- /beamercolorthemesustechorange.sty: -------------------------------------------------------------------------------- 1 | \DefineNamedColor{named}{sustechdarkorange} {rgb}{0.90,0.34,0.03} 2 | \DefineNamedColor{named}{sustechorange} {rgb}{0.92,0.46,0.16} 3 | \DefineNamedColor{named}{sustechpaleorange} {rgb}{0.94,0.58,0.33} 4 | 5 | \mode 6 | \setbeamercolor{alerted text}{fg=green!80!yellow} 7 | \setbeamercolor*{palette primary}{bg=sustechdarkorange,fg=white} 8 | \setbeamercolor*{palette secondary}{fg=white,bg=sustechpaleorange} 9 | \setbeamercolor*{palette tertiary}{fg=white,bg=sustechorange} 10 | \setbeamercolor*{palette quaternary}{fg=white,bg=yellow} 11 | \setbeamercolor*{structure}{fg=sustechdarkorange,bg=white} 12 | \setbeamercolor{frametitle}{bg=sustechdarkorange,fg=white} 13 | \mode 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SUSTech-Defense-Slides 2 | 3 | Defense slide template, use beamer theme. 4 | 5 | ## Demo 6 | 7 | The demo is in [examples](./examples) 8 | 9 | - Orange: 10 | 11 | ![Orange](./slides-orange.png) 12 | 13 | - Green: 14 | 15 | ![Green](./slides-green.png) 16 | 17 | ## Usage 18 | 19 | ### Color Theme 20 | 21 | Change the theme name in `\usecolortheme{}`. 22 | 23 | - Orange: `sustechorange` 24 | - Green: `sustechgreen` 25 | 26 | ### Compile 27 | 28 | ```bash 29 | make 30 | ``` 31 | 32 | ### Citations 33 | 34 | Modify the file `references.bib`. 35 | 36 | ## Author 37 | 38 | Yilin Zheng 39 | 40 | ## Reference 41 | 42 | [SUSTech Website](https://www.sustech.edu.cn/zh/school_logo.html) 43 | 44 | ## License 45 | 46 | MIT -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Spacebody 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /slides.tex: -------------------------------------------------------------------------------- 1 | \documentclass[12pt]{beamer} 2 | %\documentclass[handout,t]{beamer} 3 | \batchmode 4 | 5 | % \usepackage{pgfpages} 6 | % \pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] 7 | 8 | \usetheme{Berlin} 9 | \usecolortheme{sustechgreen} 10 | 11 | \makeatletter %resize header in Berlin theme to match a header with no circles 12 | \setbeamertemplate{headline} 13 | {% 14 | \begin{beamercolorbox}[colsep=1.5pt]{upper separation line head} 15 | \end{beamercolorbox} 16 | \begin{beamercolorbox}{section in head/foot} 17 | \vskip2pt\insertsectionnavigationhorizontal{\paperwidth}{}{}\vskip2pt 18 | \end{beamercolorbox}% 19 | \ifbeamer@theme@subsection% 20 | \begin{beamercolorbox}[colsep=1.5pt]{middle separation line head} 21 | \end{beamercolorbox} 22 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% 23 | leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot} 24 | \usebeamerfont{subsection in head/foot}\insertsubsectionhead 25 | \end{beamercolorbox}% 26 | \fi% 27 | \begin{beamercolorbox}[colsep=1.5pt]{lower separation line head} 28 | \end{beamercolorbox} 29 | } 30 | \setbeamertemplate{page number in head/foot}[totalframenumber] 31 | \makeatother 32 | 33 | \makeatletter %reduce spacing between section entries in table of contents 34 | \patchcmd{\beamer@sectionintoc}{\vskip1.5em}{\vskip1.0em}{}{} 35 | \makeatother 36 | 37 | % packages 38 | \usepackage[utf8]{inputenc} 39 | \usepackage{bookmark} 40 | \hypersetup{bookmarksdepth=4,bookmarksnumbered=true,bookmarksopen=true} 41 | \usepackage{amsmath,amssymb,enumerate,epsfig,bbm,calc,color,ifthen,capt-of,multimedia,hyperref} 42 | \usefonttheme{professionalfonts} 43 | \usepackage[backend=bibtex,citestyle=numeric]{biblatex} %use biblatex package for references 44 | \addbibresource{references.bib} 45 | \usepackage{booktabs} 46 | \usepackage{graphicx} 47 | 48 | %define title page 49 | \title{Thesis title} 50 | \subtitle{A thesis defense} 51 | \author[Your name]{Your name\\ \small{Supervised by: supervisor's name}} 52 | \institute[SUSTech]{Southern University of Science and Technology(SUSTech)} 53 | \date{\today} 54 | \logo{\includegraphics[height=1.5cm]{./figures/sustech-logo.pdf}\hspace*{-0.45cm}\vspace*{-0.4cm}} 55 | 56 | \AtBeginSection[] %the table of contents will appear before each section 57 | { 58 | \begin{frame} 59 | \frametitle{Contents} 60 | \tableofcontents[currentsection, hideothersubsections] 61 | \end{frame} 62 | } 63 | \beamerdefaultoverlayspecification{<+->} 64 | 65 | 66 | \begin{document} 67 | 68 | \frame{\titlepage} 69 | 70 | %------Table of Contents------% 71 | \begin{frame}{Contents} 72 | \tableofcontents[hidesubsections] 73 | \end{frame} 74 | 75 | %------Introduction------% 76 | \section{Introduction} %SECTION 'Introduction' 77 | \begin{frame}{Probability} 78 | 79 | \end{frame} 80 | \subsection{Motivation} %subsection 1 81 | \begin{frame}{Motivation} 82 | 83 | \end{frame} 84 | 85 | \subsection{Target} %subsection 2 86 | \begin{frame}{Target} 87 | 88 | \end{frame} 89 | 90 | 91 | \end{document} 92 | --------------------------------------------------------------------------------