├── .DS_Store ├── pic ├── f4.jpg ├── f5.jpg ├── f6.jpg ├── f6.png ├── dtmf.pdf ├── fig1.jpg ├── fig2.jpg ├── fig3.jpg ├── polyu.png ├── fzu-logo.png ├── FZU-background.pdf └── Polyu-background.pdf ├── ref.bib ├── README.md ├── slide.tex └── JYY_Beamer.sty /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/.DS_Store -------------------------------------------------------------------------------- /pic/f4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/f4.jpg -------------------------------------------------------------------------------- /pic/f5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/f5.jpg -------------------------------------------------------------------------------- /pic/f6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/f6.jpg -------------------------------------------------------------------------------- /pic/f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/f6.png -------------------------------------------------------------------------------- /pic/dtmf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/dtmf.pdf -------------------------------------------------------------------------------- /pic/fig1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/fig1.jpg -------------------------------------------------------------------------------- /pic/fig2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/fig2.jpg -------------------------------------------------------------------------------- /pic/fig3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/fig3.jpg -------------------------------------------------------------------------------- /pic/polyu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/polyu.png -------------------------------------------------------------------------------- /pic/fzu-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/fzu-logo.png -------------------------------------------------------------------------------- /pic/FZU-background.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/FZU-background.pdf -------------------------------------------------------------------------------- /pic/Polyu-background.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fletcherjiang/Polyulatex/HEAD/pic/Polyu-background.pdf -------------------------------------------------------------------------------- /ref.bib: -------------------------------------------------------------------------------- 1 | @book{hosmer2013applied, 2 | title={Your Reference}, 3 | author={JYY}, 4 | volume={398}, 5 | year={2023}, 6 | publisher={XXX} 7 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The Hong Kong Polytechnic University Presentation Template 2 | 3 | 4 | https://www.overleaf.com/latex/templates/the-hong-kong-polytechnic-university-presentation-template/rtdgxgcfhfnp 5 | -------------------------------------------------------------------------------- /slide.tex: -------------------------------------------------------------------------------- 1 | % This template mostly comes from Yiyang JIANG 2 | 3 | 4 | \documentclass{beamer} 5 | \usepackage{ctex, hyperref} 6 | \usepackage[T1]{fontenc} 7 | 8 | % other packages 9 | \usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra} 10 | \usepackage{graphicx,pstricks,listings,stackengine} 11 | 12 | \author{\href{}{Your Name(XXXXXXXXXd)}} 13 | \institute{\href{}{Deparment of Computing, The Hong Kong Polytechnic University}} 14 | \title{Presentation Name} 15 | \subtitle{} 16 | \date{} 17 | \usepackage{JYY_Beamer} 18 | 19 | % defs 20 | \def\cmd#1{\texttt{\color{red}\footnotesize $\backslash$#1}} 21 | \def\env#1{\texttt{\color{blue}\footnotesize #1}} 22 | \definecolor{deepblue}{rgb}{0,0,0.5} 23 | \definecolor{deepred}{rgb}{0.6,0,0} 24 | \definecolor{deepgreen}{rgb}{0,0.5,0} 25 | \definecolor{halfgray}{gray}{0.55} 26 | 27 | \lstset{ 28 | basicstyle=\ttfamily\small, 29 | keywordstyle=\bfseries\color{deepblue}, 30 | emphstyle=\ttfamily\color{deepred}, % Custom highlighting style 31 | stringstyle=\color{deepgreen}, 32 | numbers=left, 33 | numberstyle=\small\color{halfgray}, 34 | rulesepcolor=\color{red!20!green!20!blue!20}, 35 | frame=shadowbox, 36 | } 37 | 38 | 39 | \begin{document} 40 | 41 | \kaishu 42 | \begin{frame} 43 | \titlepage 44 | \begin{figure}[htpb] 45 | \begin{center} 46 | \includegraphics[width=0.45\linewidth]{pic/polyu.png} 47 | \end{center} 48 | \end{figure} 49 | \end{frame} 50 | 51 | \begin{frame} 52 | \tableofcontents[sectionstyle=show,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide] 53 | \end{frame} 54 | 55 | 56 | % 内容从这里开始 57 | \section{Background} 58 | 59 | \begin{frame}{Introduction} 60 | % \begin{block}{haha} 61 | % asdfsdf 62 | % \end{block} 63 | 64 | \begin{itemize} 65 | \item One 66 | \item Two 67 | 68 | \end{itemize} 69 | 70 | \end{frame} 71 | 72 | 73 | \section{First Item} 74 | \begin{frame}{Second} 75 | 76 | \begin{itemize} 77 | \item Training set: XXX columns, YYY samples, 79x more training than test data. 78 | \item Test set: XXX samples, YYY irregular features, binary targets. 79 | \begin{itemize} 80 | \item 50\% value is 1, 50\% value is 0. 81 | \end{itemize} 82 | \end{itemize} 83 | 84 | \end{frame} 85 | 86 | \begin{frame}{Third} 87 | \begin{itemize} 88 | \item Feature data variance: X.XX to X.XX (range of $1\pm0.XX$). 89 | \item Feature data mean: 0.XX to -0.XX (range of $0\pm0.XX$). 90 | \end{itemize} 91 | \end{frame} 92 | 93 | \begin{frame}{Figure Frame} 94 | \begin{figure} 95 | \centering 96 | \includegraphics[width = 7cm, height = 6cm]{pic/fig1.jpg} 97 | \caption{Your figure name} 98 | \label{fig:my_label} 99 | \end{figure} 100 | \end{frame} 101 | 102 | 103 | 104 | \begin{frame}{Table Frame} 105 | 106 | \begin{table} 107 | \begin{tabular}{c|cc} 108 | C ($\frac{1}{\lambda}$) & Cross validation Score & Submission Score \\ 109 | \hline 110 | 1 & 1 & 0.82 \\ 111 | 0.5 & 1 & 0.83 \\ 112 | 0.2 & 1 & 0.845 \\ 113 | 0.1 & 0.9048 & 0.849 \\ 114 | 0.15 & 0.9643 & 0.846 \\ 115 | 0.05 & 0.7619 & 0.787 116 | \end{tabular} 117 | \caption{Your table name} 118 | \label{table:1} 119 | \end{table} 120 | 121 | \end{frame} 122 | 123 | 124 | \section{Conclusion} 125 | \begin{frame}{Conclusion} 126 | \begin{itemize} 127 | \item Your conclusion 128 | 129 | \end{itemize} 130 | \end{frame} 131 | 132 | 133 | \section{References} 134 | 135 | \begin{frame}{References} 136 | 137 | \nocite{bibitem1} 138 | \nocite{*} 139 | \bibliographystyle{IEEEtran} 140 | \bibliography{ref} 141 | 142 | 143 | \end{frame} 144 | 145 | 146 | 147 | \end{document} 148 | -------------------------------------------------------------------------------- /JYY_Beamer.sty: -------------------------------------------------------------------------------- 1 | % This template mostly comes from Yiyang JIANG 2 | 3 | 4 | \RequirePackage{tikz} 5 | 6 | \mode 7 | 8 | \newif\ifbeamer@secheader 9 | \beamer@secheaderfalse 10 | \renewcommand\tablename{Table} 11 | \renewcommand\figurename{Figure} 12 | \ProcessOptionsBeamer 13 | 14 | \useoutertheme[footline=authorinstitutetitle,subsection=false]{smoothbars} 15 | \makeatletter % [add curpage/total page at the bottom](http://tex.stackexchange.com/questions/100838/beamer-dresden-theme-miniframes-appeareance-and-frame-number-insertion) 16 | \newcommand{\frameofframes}{/} 17 | \newcommand{\setframeofframes}[1]{\renewcommand{\frameofframes}{#1}} 18 | \setbeamertemplate{footline} 19 | {% 20 | \begin{beamercolorbox}[colsep=1.5pt]{upper separation line foot} 21 | \end{beamercolorbox} 22 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% 23 | leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}% 24 | \leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}% 25 | \hfill% 26 | {\usebeamerfont{institute in head/foot}\usebeamercolor[fg]{institute in head/foot}\insertshortinstitute}% 27 | \end{beamercolorbox}% 28 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% 29 | leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% 30 | {\usebeamerfont{title in head/foot}\insertshorttitle}% 31 | \hfill% 32 | {\usebeamerfont{frame number}\usebeamercolor[fg]{frame number}\insertframenumber~\frameofframes~\inserttotalframenumber} 33 | \end{beamercolorbox}% 34 | \begin{beamercolorbox}[colsep=1.5pt]{lower separation line foot} 35 | \end{beamercolorbox} 36 | } 37 | \makeatother 38 | 39 | \useinnertheme{circles} 40 | 41 | %\useoutertheme{default} 42 | %\useinnertheme[shadow=true]{rounded} 43 | 44 | % \xdefinecolor{tsinghua}{rgb}{0.8,0.102,0.102} %RGB#82318E 45 | \xdefinecolor{tsinghua}{RGB}{151,31,48} %RGB#82318E 46 | \setbeamercolor{footline}{bg=tsinghua} 47 | \setbeamercolor{frametitle}{bg=tsinghua,fg=white} 48 | \setbeamercolor{title}{bg=tsinghua} 49 | \setbeamerfont{frametitle}{size=\large} 50 | %\setbeamertemplate{navigation symbols}{} 51 | \setbeamertemplate{bibliography item}[text] 52 | \setbeamertemplate{caption}[numbered] 53 | 54 | \setbeamercolor{palette primary}{use=structure,fg=white,bg=structure.fg} 55 | \setbeamercolor{palette secondary}{use=structure,fg=white,bg=structure.fg!75!black} 56 | \setbeamercolor{palette tertiary}{use=structure,fg=white,bg=structure.fg!50!black} 57 | \setbeamercolor{palette quaternary}{fg=white,bg=structure.fg!50!black} 58 | %\setbeamercolor*{sidebar}{use=structure,bg=structure.fg} 59 | \setbeamercolor{titlelike}{parent=palette primary} 60 | 61 | %% try 62 | \setbeamercolor{block title}{bg=tsinghua,fg=white} 63 | \setbeamercolor*{block title example}{use={normal text,example text},bg=white,fg=tsinghua} 64 | % \setbeamercolor{block body}{bg=lightgray} 65 | \setbeamertemplate{blocks}[rounded][shadow=true] 66 | 67 | \setbeamercolor{fine separation line}{} 68 | \setbeamercolor{item projected}{fg=white} 69 | \setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg} 70 | \setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg} 71 | \setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg} 72 | \setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg} 73 | %\setbeamercolor{palette sidebar quaternary}{fg=white} 74 | \setbeamercolor{section in sidebar}{fg=brown} 75 | \setbeamercolor{section in sidebar shaded}{fg=grey} 76 | \setbeamercolor{separation line}{} 77 | \setbeamercolor{sidebar}{bg=tsinghua} 78 | \setbeamercolor{sidebar}{parent=palette primary} 79 | \setbeamercolor{structure}{fg=tsinghua} 80 | \setbeamercolor{subsection in sidebar}{fg=brown} 81 | \setbeamercolor{subsection in sidebar shaded}{fg=grey} 82 | \AtBeginSection[]{ 83 | \begin{frame} 84 | \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide] 85 | \end{frame} 86 | } 87 | \AtBeginSubsection[]{ 88 | \begin{frame} 89 | \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide] 90 | \end{frame} 91 | } 92 | \setbeamertemplate{background}{\includegraphics{pic/Polyu-background.pdf}} 93 | \mode 94 | --------------------------------------------------------------------------------