├── PowerPoint_template.pptx ├── README.md ├── beamercolorthemestanford.sty ├── beamerouterthemesimplefooter.sty ├── beamerthemeStanford.sty ├── bibliography.bib ├── example.pdf ├── example ├── example1.png └── example2.png ├── images ├── arm_lab_logo_with_title_small_adj_6.png ├── opensim_video.mp4 ├── prob_formulation_scenario_1.png ├── staranowicz2015easy_multiple_kinects.png ├── stone2014fall_setup.png └── waist_cam_setup_new.png ├── main.tex └── style_files_stanford ├── logoseu.jpg ├── logowhitebg.png ├── my_beamer_defs.sty ├── mysymbol.sty └── statistics2019.png /PowerPoint_template.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/PowerPoint_template.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SEU_Beamer_Template_Latex 2 | 更新了[PowerPoint版本](https://github.com/eshoyuan/SEU_Beamer_Template_Latex/blob/main/PowerPoint_template.pptx). 3 | --- 4 | This template is heavily based on a Stanford Beamer template found [here](https://github.com/junwuzhang/ARMLab_LaTeX_Beamer_Template). 5 | ## Example slides 6 | ![](example/example1.png) 7 | ![](example/example2.png) 8 | -------------------------------------------------------------------------------- /beamercolorthemestanford.sty: -------------------------------------------------------------------------------- 1 | % Copyright 2007 by Till Tantau 2 | % 3 | % This file may be distributed and/or modified 4 | % 5 | % 1. under the LaTeX Project Public License and/or 6 | % 2. under the GNU Public License. 7 | % 8 | % See the file doc/licenses/LICENSE for more details. 9 | 10 | \ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/color/beamercolorthemestanford.sty,v 1.4 2007/01/28 20:48:24 tantau Exp $ 11 | 12 | \definecolor{cardinalred}{RGB}{140,21,21} 13 | \definecolor{coolgray}{RGB}{77,79,83} 14 | \definecolor{black}{RGB}{0,0,0} 15 | \definecolor{beige}{RGB}{210,194,149} 16 | \definecolor{darkbeige}{RGB}{179,153,93} 17 | \definecolor{darkcardinal}{RGB}{94,48,50} 18 | \definecolor{lightcardinal}{RGB}{141,60,30} 19 | \definecolor{darkpurple}{RGB}{83,40,79} 20 | \definecolor{darkcyan}{RGB}{0,124,146} 21 | \definecolor{skyblue}{RGB}{0,152,219} 22 | \definecolor{treegreen}{RGB}{0,155,118} 23 | \definecolor{darkorange}{RGB}{168,101,12} 24 | \definecolor{beigegray}{RGB}{95,87,79} 25 | \definecolor{boxgray}{RGB}{238,235,233} 26 | \definecolor{footergray}{RGB}{255,204,0} 27 | \definecolor{kgreen}{RGB}{53,97,21} 28 | % \definecolor{kgreen}{RGB}{255,204,0} 29 | 30 | \mode 31 | 32 | \setbeamercolor*{palette primary}{use=structure,fg=white,bg= kgreen} 33 | \setbeamercolor*{palette secondary}{use=structure,fg=white,bg= coolgray} 34 | \setbeamercolor*{palette tertiary}{use=structure,fg=white,bg= darkcardinal} 35 | \setbeamercolor*{palette quaternary}{fg=white,bg= darkbeige} 36 | 37 | \setbeamercolor*{sidebar}{use=structure,bg= beige} 38 | \setbeamercolor*{footer}{use=structure,bg= footergray,fg=darkcardinal} 39 | 40 | \setbeamercolor*{palette sidebar primary}{use=structure,fg=structure.fg!10} 41 | \setbeamercolor*{palette sidebar secondary}{fg=white} 42 | \setbeamercolor*{palette sidebar tertiary}{use=structure,fg=structure.fg!50} 43 | \setbeamercolor*{palette sidebar quaternary}{fg=white} 44 | 45 | \setbeamercolor*{titlelike}{parent=palette primary} 46 | \setbeamercolor*{foot line}{parent=palette secondary} 47 | 48 | \setbeamercolor*{separation line}{} 49 | \setbeamercolor*{fine separation line}{} 50 | 51 | \setbeamercolor{itemize item}{fg=cardinalred} 52 | \setbeamercolor{itemize subitem}{fg=cardinalred} 53 | \setbeamercolor{itemize subsubitem}{fg=cardinalred} 54 | \setbeamercolor{enumerate item}{fg=cardinalred} 55 | \setbeamercolor{enumerate subitem}{fg=cardinalred} 56 | \setbeamercolor{enumerate subsubitem}{fg=cardinalred} 57 | \setbeamercolor{description item}{fg=cardinalred} 58 | 59 | \setbeamertemplate{bibliography item}[text] 60 | \setbeamertemplate{frametitle continuation}[from second] 61 | \setbeamercolor{bibliography entry title}{fg=black} 62 | \setbeamercolor{bibliography entry author}{fg=black} 63 | \setbeamercolor*{bibliography entry location}{fg=black} 64 | \setbeamercolor*{bibliography entry note}{fg=black} 65 | 66 | 67 | \mode 68 | 69 | -------------------------------------------------------------------------------- /beamerouterthemesimplefooter.sty: -------------------------------------------------------------------------------- 1 | % 1. under the LaTeX Project Public License and/or 2 | % 2. under the GNU Public License. 3 | % 4 | % See the file doc/licenses/LICENSE for more details. 5 | 6 | \ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/outer/beamerouterthemesimplefooter.sty,v 1.9 2007/01/28 20:48:30 tantau Exp $ 7 | 8 | 9 | \newdimen\beamer@sidebarwidth 10 | \newdimen\beamer@headheight 11 | \usebeamerfont{frametitle} 12 | \beamer@sidebarwidth=0\paperwidth 13 | \beamer@headheight=0.4in 14 | \reset@font 15 | 16 | \def\beamer@lefttext{left} 17 | 18 | \DeclareOptionBeamer{hideothersubsections}[]{\beamer@nav@subsectionstyle{show/show/hide}} 19 | \DeclareOptionBeamer{hideallsubsections}[]{\beamer@nav@subsectionstyle{hide}} 20 | 21 | \DeclareOptionBeamer{width}{\beamer@sidebarwidth=#1} 22 | \DeclareOptionBeamer{height}{\beamer@headheight=#1} 23 | \DeclareOptionBeamer{left}{\def\beamer@sidebarside{left}} 24 | \DeclareOptionBeamer{right}{\def\beamer@sidebarside{right}} 25 | \ExecuteOptionsBeamer{left} 26 | \ProcessOptionsBeamer 27 | 28 | 29 | \mode 30 | 31 | \setbeamercolor{section in head/foot}{parent=palette primary} 32 | \setbeamercolor{subsection in head/foot}{parent=palette primary} 33 | 34 | \setbeamercolor{author in head/foot}{parent=footer} 35 | \setbeamercolor{title in head/foot}{parent=subsection in head/foot} 36 | 37 | 38 | 39 | % Foot 40 | \defbeamertemplate*{footline}{simplefooter theme} 41 | {% 42 | \leavevmode% 43 | % \hbox{\begin{beamercolorbox}[wd=\paperwidth,ht=2.4ex,dp=1.125ex,leftskip=.3cm plus1fill,rightskip=.3cm]{author in head/foot} \usebeamerfont{author in head/foot}\begin{tabular*}{0.973\paperwidth}{@{\extracolsep{\fill}}c c c c}\insertshorttitle&\insertshortauthor&\insertshortdate & \insertframenumber/\inserttotalframenumber\end{tabular*} 44 | % \end{beamercolorbox}% 45 | %} 46 | 47 | \hbox{% 48 | \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}% 49 | \usebeamerfont{author in head/foot}\insertshortauthor 50 | \end{beamercolorbox}% 51 | \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}% 52 | \usebeamerfont{title in head/foot}\insertshorttitle 53 | \end{beamercolorbox}% 54 | \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}% 55 | \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em} 56 | \insertframenumber{} / \inserttotalframenumber\hspace*{2ex} 57 | \end{beamercolorbox}}% 58 | 59 | \vskip0pt% 60 | } 61 | 62 | 63 | 64 | 65 | \ifdim\beamer@headheight>0pt 66 | % if head height is 0pt, use default frame title 67 | 68 | \setbeamercolor*{frametitle}{parent=sidebar} 69 | 70 | \defbeamertemplate*{frametitle}{sidebar theme} 71 | {% 72 | \nointerlineskip% 73 | \vskip-\beamer@headheight% 74 | \vbox to \beamer@headheight{% 75 | \vfil 76 | \leftskip=-\beamer@leftmargin% 77 | \advance\leftskip by0.3cm% 78 | \rightskip=-\beamer@rightmargin% 79 | \advance\rightskip by0.3cm plus1fil% 80 | {\usebeamercolor[fg]{frametitle}\usebeamerfont{frametitle}\insertframetitle\par}% 81 | {\usebeamercolor[fg]{framesubtitle}\usebeamerfont{framesubtitle}\insertframesubtitle\par}% 82 | \vbox{}% 83 | \vskip-1em% 84 | \vfil 85 | }% 86 | } 87 | 88 | \defbeamertemplate*{headline}{sidebar theme} 89 | {% 90 | 91 | \begin{beamercolorbox}[wd=\paperwidth]{frametitle} 92 | \ifx\beamer@sidebarside\beamer@lefttt% 93 | \else% 94 | \hfill% 95 | \fi% 96 | 97 | \hfill 98 | \usebeamercolor{logo}% 99 | \vrule width\beamer@sidebarwidth height \beamer@headheight 100 | \hskip-\beamer@sidebarwidth% 101 | \rightskip=0.\beamer@rightmargin% 102 | \hbox to \beamer@sidebarwidth{\hss\vbox to 103 | \beamer@headheight{\vss\hbox{\color{fg}\insertlogo}\vss}}% 104 | \vrule width0pt height \beamer@headheight% 105 | \end{beamercolorbox} 106 | } 107 | \fi 108 | 109 | \makeatletter 110 | \newenvironment{noheadline}{ 111 | \setbeamertemplate{headline}{} 112 | \addtobeamertemplate{frametitle}{\vspace*{-0.9\baselineskip}}{} 113 | }{} 114 | 115 | 116 | 117 | 118 | \defbeamertemplate*{sidebar right}{sidebar theme} 119 | {% 120 | \vfill% 121 | \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}% 122 | \vskip2pt} 123 | 124 | 125 | \mode 126 | 127 | 128 | %%% Local Variables: 129 | %%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex" 130 | %%% End: 131 | -------------------------------------------------------------------------------- /beamerthemeStanford.sty: -------------------------------------------------------------------------------- 1 | % Copyright 2007 by Till Tantau 2 | % 3 | % This file may be distributed and/or modified 4 | % 5 | % 1. under the LaTeX Project Public License and/or 6 | % 2. under the GNU Public License. 7 | % 8 | % See the file doc/licenses/LICENSE for more details. 9 | 10 | \ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeStanford.sty,v 1.11 2007/01/28 20:48:30 tantau Exp $ 11 | 12 | 13 | \mode 14 | 15 | \useoutertheme{simplefooter} 16 | \useinnertheme{default} 17 | 18 | 19 | \usecolortheme{stanford} 20 | 21 | \setbeamercolor*{frametitle}{parent=palette primary} 22 | 23 | \setbeamerfont{block title}{size={}} 24 | 25 | \mode 26 | 27 | 28 | %%% Local Variables: 29 | %%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex" 30 | %%% End: 31 | -------------------------------------------------------------------------------- /bibliography.bib: -------------------------------------------------------------------------------- 1 | @misc{example2020citation, 2 | title={Example citation}, 3 | author={FirstName LastName}, 4 | year={2020}, 5 | } 6 | 7 | @article{stone2014fall, 8 | title={\href{https://ieeexplore.ieee.org/abstract/document/6774430}{Fall detection in homes of older adults using the Microsoft Kinect}}, 9 | author={Stone, Erik E and Skubic, Marjorie}, 10 | journal={IEEE journal of biomedical and health informatics}, 11 | volume={19}, 12 | number={1}, 13 | pages={290--301}, 14 | year={2014}, 15 | publisher={IEEE}, 16 | doi = {10.1109/JBHI.2014.2312180}, 17 | URL = {https://ieeexplore.ieee.org/abstract/document/6774430}, 18 | } 19 | 20 | @inproceedings{staranowicz2015easy, 21 | title={\href{https://ieeexplore.ieee.org/abstract/document/7319513/}{Easy-to-use, general, and accurate multi-Kinect calibration and its application to gait monitoring for fall prediction}}, 22 | author={Staranowicz, Aaron N and Ray, Christopher and Mariottini, Gian-Luca}, 23 | booktitle={2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)}, 24 | pages={4994--4998}, 25 | year={2015}, 26 | organization={IEEE}, 27 | doi = {10.1109/EMBC.2015.7319513}, 28 | URL = {https://ieeexplore.ieee.org/abstract/document/7319513/}, 29 | } -------------------------------------------------------------------------------- /example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/example.pdf -------------------------------------------------------------------------------- /example/example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/example/example1.png -------------------------------------------------------------------------------- /example/example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/example/example2.png -------------------------------------------------------------------------------- /images/arm_lab_logo_with_title_small_adj_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/images/arm_lab_logo_with_title_small_adj_6.png -------------------------------------------------------------------------------- /images/opensim_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/images/opensim_video.mp4 -------------------------------------------------------------------------------- /images/prob_formulation_scenario_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/images/prob_formulation_scenario_1.png -------------------------------------------------------------------------------- /images/staranowicz2015easy_multiple_kinects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/images/staranowicz2015easy_multiple_kinects.png -------------------------------------------------------------------------------- /images/stone2014fall_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/images/stone2014fall_setup.png -------------------------------------------------------------------------------- /images/waist_cam_setup_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/images/waist_cam_setup_new.png -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- 1 | %% This Beamer template is based on the one found here: https://github.com/sanhacheong/stanford-beamer-presentation, and edited to be used for Stanford ARM Lab 2 | 3 | \documentclass[10pt]{beamer} 4 | %\mode{} 5 | % 如需要中文, 请使用XeLatex 6 | \usepackage{media9} 7 | \usepackage{amssymb,amsmath,amsthm,enumerate} 8 | \usepackage[slantfont,boldfont]{xeCJK} 9 | \usepackage[utf8]{inputenc} 10 | \usepackage{array} 11 | \usepackage[parfill]{parskip} 12 | \usepackage{graphicx,animate} 13 | \usepackage{caption} 14 | \usepackage{subcaption} 15 | \usepackage{bm} 16 | \usepackage{amsfonts,amscd} 17 | \usepackage[]{units} 18 | \usepackage{listings} 19 | \usepackage{multicol} 20 | \usepackage{multirow} 21 | \usepackage{tcolorbox} 22 | \usepackage{physics} 23 | \usepackage{movie15} 24 | % Enable colored hyperlinks 25 | \hypersetup{colorlinks=true} 26 | 27 | % The following three lines are for crossmarks & checkmarks 28 | \usepackage{pifont}% http://ctan.org/pkg/pifont 29 | \newcommand{\cmark}{\ding{51}}% 30 | \newcommand{\xmark}{\ding{55}}% 31 | 32 | % Numbered captions of tables, pictures, etc. 33 | \setbeamertemplate{caption}[numbered] 34 | \usepackage{media9} 35 | %\usepackage[superscript,biblabel]{cite} 36 | \usepackage{algorithm2e} 37 | \renewcommand{\thealgocf}{} 38 | 39 | % Bibliography settings 40 | \usepackage[style=ieee]{biblatex} 41 | \setbeamertemplate{bibliography item}{\insertbiblabel} 42 | 43 | \addbibresource{bibliography.bib} 44 | 45 | % Glossary entries 46 | \usepackage[acronym]{glossaries} 47 | \newacronym{ML}{ML}{machine learning} 48 | \newacronym{HRI}{HRI}{human-robot interactions} 49 | \newacronym{RNN}{RNN}{Recurrent Neural Network} 50 | \newacronym{LSTM}{LSTM}{Long Short-Term Memory} 51 | 52 | 53 | \theoremstyle{remark} 54 | \newtheorem*{remark}{Remark} 55 | \theoremstyle{definition} 56 | 57 | \newcommand{\empy}[1]{{\color{darkorange}\emph{#1}}} 58 | \newcommand{\empr}[1]{{\color{cardinalred}\emph{#1}}} 59 | \newcommand{\examplebox}[2]{ 60 | \begin{tcolorbox}[colframe=darkcardinal,colback=boxgray,title=#1] 61 | #2 62 | \end{tcolorbox}} 63 | 64 | \usetheme{Stanford} 65 | \input{./style_files_stanford/my_beamer_defs.sty} 66 | \logo{\includegraphics[height=0.39in]{style_files_stanford/logoseu.jpg}} 67 | 68 | \makeatletter 69 | \let\@@magyar@captionfix\relax 70 | \makeatother 71 | 72 | \title[Title]{Title} 73 | 74 | 75 | \begin{document} 76 | 77 | \author[Author]{ 78 | \begin{tabular}{c} 79 | \Large 80 | Author\\ 81 | \footnotesize \href{mailto:author.1@seu.edu.cn}{author.1@seu.edu.cn} \\ 82 | % Author Two \\ 83 | % \footnotesize \href{mailto:author.2@kaust.edu.sa}{author.2@kaust.edu.sa} 84 | \end{tabular} 85 | \vspace{-4ex}} 86 | 87 | \institute{ 88 | \vskip 5pt 89 | \begin{figure} 90 | \centering 91 | \begin{subfigure}[t]{0.5\textwidth} 92 | \centering 93 | \includegraphics[height=0.5in]{style_files_stanford/logowhitebg.png} 94 | \end{subfigure}% 95 | % ~ 96 | % \begin{subfigure}[t]{0.5\textwidth} 97 | % \centering 98 | % \includegraphics[height=0.5in]{style_files_stanford/logostatswhbg.png} 99 | % \end{subfigure} 100 | \end{figure} 101 | \vskip 10pt 102 | Department\\ 103 | Southeast University\\ 104 | \vskip 3pt 105 | } 106 | 107 | % \date{June 15, 2020} 108 | \date{\today} 109 | 110 | \begin{noheadline} 111 | \begin{frame} \maketitle \end{frame} 112 | \end{noheadline} 113 | 114 | \begin{frame} 115 | \frametitle{Overview} % Table of contents slide, comment this block out to remove it 116 | \tableofcontents % 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 117 | \end{frame} 118 | 119 | \section{Introduction} 120 | % `[allowframebreaks]` can be used to have multiple slides in one frame, where the slides are continued with the suffix "(cont.)"; `[allowframebreaks]` can be used with `\framebreak` to manually break each frame into multiple slides 121 | \begin{frame}[allowframebreaks] 122 | \frametitle{Introduction} 123 | Itemize example 124 | \begin{itemize} 125 | \item Item 1 126 | \item Item 2 127 | \begin{table}[] 128 | \caption{Example of Table - Taxonomy of human intent prediction} 129 | \label{tab:table_example} 130 | \vspace{-.75cm} 131 | \resizebox{0.95\textwidth}{!}{% 132 | \begin{tabular}{|c|c|c|c|} 133 | \hline 134 | \multicolumn{2}{|c|}{\multirow{2}{*}{Human}} & \multicolumn{2}{c|}{\begin{tabular}[c]{@{}c@{}}Execution Strategy\\ (Action)\end{tabular}} \\ \cline{3-4} 135 | \multicolumn{2}{|c|}{} & \begin{tabular}[c]{@{}c@{}}Observer\\ Knows\end{tabular} & \begin{tabular}[c]{@{}c@{}}Observer\\ Unknown\end{tabular} \\ \hline 136 | \multirow{2}{*}{\begin{tabular}[c]{@{}c@{}}Objective \\ Function\end{tabular}} & 137 | \begin{tabular}[c]{@{}c@{}}Observer\\ Knows\end{tabular} & 138 | \begin{tabular}[c]{@{}c@{}}All is Known (e.g. Ping Pong) \\ where both objective and actions are clear\end{tabular} & 139 | \begin{tabular}[c]{@{}c@{}}Human Action Model is unclear\\ or suboptimal (e.g. chess)\end{tabular} \\ \cline{2-4} 140 | & 141 | \begin{tabular}[c]{@{}c@{}}Observer\\ Unknown\end{tabular} & 142 | \begin{tabular}[c]{@{}c@{}}Human action model is well known, \\ but objective is not (e.g. joy-riding in car \\ or free running, where destination\\ or direction is unclear)\end{tabular} & 143 | \begin{tabular}[c]{@{}c@{}}Poor action model and objective\\ function (e.g. Poor / good cook, \\ no idea of final dish)\end{tabular} \\ \hline 144 | \end{tabular}% 145 | } 146 | \end{table} 147 | 148 | \item Tables can be referenced as Table \ref{tab:table_example} 149 | \end{itemize} 150 | 151 | \framebreak 152 | 153 | Example of a figure, shown in Figure \ref{fig:prob_formulation_scenario_1}. 154 | 155 | \begin{figure} 156 | \centering 157 | \includegraphics[width=0.8\textwidth]{images/prob_formulation_scenario_1.png} 158 | \caption{Example Figure} 159 | \label{fig:prob_formulation_scenario_1} 160 | \end{figure} 161 | \end{frame} 162 | 163 | % This demonstrates a new section 164 | \section{Examples} 165 | % This demonstrates a single frame without framebreaks 166 | \begin{frame}{Example of Horizontal Subfigures} 167 | 168 | \begin{figure} 169 | \centering 170 | \begin{subfigure}[t]{0.5\textwidth} 171 | \centering 172 | \includegraphics[width=0.9\textwidth]{images/stone2014fall_setup.png} 173 | \caption{Single Kinect setup for fall prevention in elderly residence \cite{stone2014fall}} 174 | \end{subfigure}% 175 | ~ 176 | \begin{subfigure}[t]{0.5\textwidth} 177 | \centering 178 | \includegraphics[width=\textwidth]{images/staranowicz2015easy_multiple_kinects.png} 179 | \caption{Multiple Kinects calibration for fall prediction\cite{staranowicz2015easy}} 180 | \end{subfigure} 181 | \caption{Examples of Horizontal Subfigures} 182 | \end{figure} 183 | \end{frame} 184 | 185 | \begin{frame}{Example of Horizontal Alignment} 186 | % For data collection: 187 | 188 | Example of Horizontal Alignment of a \texttt{table} and a \texttt{figure}. 189 | \begin{center} 190 | \begin{minipage}[t]{.65\linewidth} 191 | \begin{table}[H] 192 | % \renewcommand{\arraystretch}{1.3} 193 | \caption{Environment limitations on data collection} 194 | \label{tab:env_limit} 195 | \centering 196 | % \begin{tabular}{m{1.6cm}|c|>{\centering\arraybackslash}m{2cm}|>{\centering\arraybackslash}m{2.3cm}} 197 | \begin{tabular}{m{2cm}|c|c|>{\centering\arraybackslash}m{1.5cm}} 198 | % \begin{tabular}{c|c|c|c} 199 | & Kinect & Stereo & Kinect + Stereo\\ 200 | \hline 201 | Indoor & \cmark & \cmark & \cmark \\ 202 | \hline 203 | Outdoor & \xmark & \cmark & \cmark \\ 204 | \hline 205 | High number of features & \cmark & \cmark & \cmark \\ 206 | \hline 207 | Low number of features & \cmark & \xmark & \cmark 208 | \end{tabular} 209 | \end{table} 210 | \end{minipage}% 211 | \begin{minipage}[t]{.35\linewidth} 212 | \vspace{0pt} 213 | \centering 214 | \includegraphics[width=0.7\textwidth]{images/waist_cam_setup_new.png} 215 | \end{minipage} 216 | \end{center} 217 | \end{frame} 218 | 219 | \begin{frame}[allowframebreaks] 220 | \frametitle{Example of resizable equations} 221 | 222 | \begin{center} 223 | \scalebox{1.0}{\parbox{\linewidth}{% 224 | \begin{align*} 225 | & {\text{min \hskip 6pt}} 226 | & & J = \int (a_{real} - \hat{a})^2 \\ 227 | & \text{subject to} 228 | & & \text{human kinematics} \\ 229 | &&& \text{no collision} \\ 230 | &&& \text{no falling} 231 | \end{align*} 232 | }} 233 | \end{center} 234 | \end{frame} 235 | 236 | \begin{frame}[allowframebreaks] 237 | \frametitle{Example of Regular Equations} 238 | % \begin{equation} 239 | % {}^Ag = {}^AR_B {}^Bg 240 | % \end{equation} 241 | 242 | % \begin{equation} 243 | % V = \frac{{}^Bg \cross {}^Ag}{\norm{{}^Ag}\norm{{}^Bg}}, 244 | % \theta = \arccos{\frac{{}^Bg \cross {}^Ag}{\norm{{}^Ag}\norm{{}^Bg}}} 245 | % \end{equation} 246 | 247 | \begin{equation} 248 | \begin{split} 249 | {}^AR_{B}(t_0)=\left[\begin{array}{ccc} 250 | 1 & 0 & 0 \\ 251 | 0 & 1 & 0 \\ 252 | 0 & 0 & 0 253 | \end{array}\right]+ 254 | \sin (\theta)\left[\begin{array}{ccc} 255 | 0 & -v_{3} & v_{2} \\ 256 | v_{3} & 0 & -y_{1} \\ 257 | -v_{2} & v_{1} & 0 258 | \end{array}\right]+ \\ 259 | (1-\cos (\theta))\left[\begin{array}{ccc} 260 | 0 & -v_{3} & v_{2} \\ 261 | v_{3} & 0 & -v_{1} \\ 262 | -v_{2} & v_{1} & 0 263 | \end{array}\right]^{2} 264 | \end{split} 265 | \end{equation} 266 | 267 | \begin{align} 268 | {}^AR_{B}(t) &= \Delta R {}^AR_{B}(t_0) \\ 269 | \Delta R &= {}^AR_{B}(t) {}^AR_{B}^T(t_0) 270 | \end{align} 271 | \end{frame} 272 | 273 | \begin{frame}[allowframebreaks] 274 | \frametitle{Example of Video} 275 | 276 | \includemedia[ 277 | width=\linewidth, 278 | totalheight=0.6\linewidth, 279 | activate=pageopen, 280 | passcontext, %show VPlayer's right-click menu 281 | addresource=images/opensim_video.mp4, 282 | flashvars={ 283 | %important: same path as in `addresource' 284 | source=images/opensim_video.mp4 285 | } 286 | ]{\fbox{Click!}}{VPlayer.swf} 287 | 288 | \end{frame} 289 | 290 | \begin{frame}[allowframebreaks] 291 | \frametitle{Bibliography} 292 | \printbibliography 293 | \end{frame} 294 | 295 | \end{document} -------------------------------------------------------------------------------- /style_files_stanford/logoseu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/style_files_stanford/logoseu.jpg -------------------------------------------------------------------------------- /style_files_stanford/logowhitebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/style_files_stanford/logowhitebg.png -------------------------------------------------------------------------------- /style_files_stanford/my_beamer_defs.sty: -------------------------------------------------------------------------------- 1 | \def \i {\item} 2 | \def \ai {\item[] \quad \arrowbullet} 3 | \newcommand \si[1]{\item[] \quad \bulletcolor{#1}} 4 | \def \wi {\item[] \quad $\ \phantom{\Rightarrow}\ $} 5 | \def \bi {\begin{itemize}\item} 6 | \def \ei {\end{itemize}} 7 | \def \be {\begin{equation*}} 8 | \def \ee {\end{equation*}} 9 | \def \bie {$\displaystyle{} 10 | \def \eie {{\ }$}} 11 | \def \bsie {\small$\displaystyle{} 12 | \def \esie {{\ }$}\normalsize\selectfont} 13 | \def \bse {\small\begin{equation*}} 14 | \def \ese {\end{equation*}\normalsize} 15 | \def \bfe {\footnotesize\begin{equation*}} 16 | \def \efe {\end{equation*}\normalsize} 17 | \renewcommand \le[1] {\\ \medskip \lefteqn{\hspace{1cm}#1} \medskip} 18 | \def \bex {\begin{example}} 19 | \def \eex {\end{example}} 20 | \def \bfig {\begin{figure}} 21 | \def \efig {\end{figure}} 22 | \def \btheo {\begin{theorem}} 23 | \def \etheo {\end{theorem}} 24 | \def \bc {\begin{columns}} 25 | \def \ec {\end{columns}} 26 | \def \btab {\begin{tabbing}} 27 | \def \etab {\end{tabbing}\svneg\svneg} 28 | \newcommand \col[1]{\column{#1\linewidth}} 29 | \def\vneg {\vspace{-5mm}} 30 | \def\lvneg {\vspace{-10mm}} 31 | \def\svneg {\vspace{-2mm}} 32 | \def\tvneg {\vspace{-1mm}} 33 | \def\vpos {\vspace{5mm}} 34 | \def\lvpos {\vspace{10mm}} 35 | \def\svpos {\vspace{2mm}} 36 | \def\tvpos {\vspace{1mm}} 37 | \def\hneg {\hspace{-5mm}} 38 | \def\lhneg {\hspace{-10mm}} 39 | \def\shneg {\hspace{-2mm}} 40 | \def\thneg {\hspace{-1mm}} 41 | \def\hpos {\hspace{5mm}} 42 | \def\lhpos {\hspace{10mm}} 43 | \def\shpos {\hspace{2mm}} 44 | -------------------------------------------------------------------------------- /style_files_stanford/mysymbol.sty: -------------------------------------------------------------------------------- 1 | 2 | % 3 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%theorem environments 4 | %\newtheorem{assumption}{\hspace{0pt}\bf AS\hspace{-0.15cm}} 5 | %\newtheorem{lemma}{\hspace{0pt}\bf Lemma} 6 | %\newtheorem{proposition}{\hspace{0pt}\bf Proposition} 7 | %\newtheorem{observation}{\hspace{0pt}\bf Observation} 8 | %\newtheorem{theorem}{\hspace{0pt}\bf Theorem} 9 | %\newtheorem{corollary}{\hspace{0pt}\bf Corollary} 10 | %\newtheorem{fact}{\hspace{0pt}\bf Fact} 11 | %\newtheorem{remark}{\hspace{0pt}\bf Remark} 12 | %\newtheorem{test}{\hspace{0pt}\it Test Case} 13 | %\newtheorem{definition}{\hspace{0pt}\bf Definition} 14 | %\newtheorem{property}{\hspace{0pt}\bf Property} 15 | %\newcommand {\mysubsubsection} [1] {\vspace{0.4cm}\noindent{\bf #1.}\addcontentsline{toc}{subsubsection}{\hspace{0pt}#1}} 16 | %\newcommand {\mysubsection} [1] {\vspace{0.4cm}\noindent{\bf #1.}\addcontentsline{toc}{subsection}{\hspace{0pt}#1}} 17 | 18 | 19 | 20 | \newenvironment{myproof}[1][$\!\!$]{{\noindent\bf Proof #1: }} 21 | {\hfill\QED\medskip} 22 | 23 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%list environment 24 | \newenvironment{mylist}{\begin{list}{}{ \setlength{\itemsep }{2pt} \setlength{\parsep }{0in} 25 | \setlength{\parskip }{0in} \setlength{\topsep }{5pt} 26 | \setlength{\partopsep}{0in} \setlength{\leftmargin}{2pt} 27 | \setlength{\labelsep }{5pt} \setlength{\labelwidth}{-5pt}}} 28 | {\end{list}\medskip} 29 | 30 | \newcounter{excercise} 31 | \newcounter{excercisepart} 32 | \newcommand \excercise[1]{\addtocounter{excercise}{1} \setcounter{excercisepart}{0} \medskip 33 | \noindent {\bf \theexcercise\ \, #1}} 34 | \newcommand \excercisepart[1]{\addtocounter{excercisepart}{1} \medskip 35 | \noindent {\it \Alph{excercisepart}\ \, #1}} 36 | 37 | 38 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%list environment 39 | %\newcounter{example} 40 | %\newenvironment{example}[1]{\addtocounter{example}{1}\medskip \noindent{\it Example \theexample. #1.}} 41 | % {\hfill\QED}%\newline\vspace{-2mm}\newline} 42 | 43 | 44 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%slide equation environment 45 | \newenvironment{slideeq} { \begin{equation*}} {\end{equation*} } 46 | \newenvironment{nslideeq}{ \begin{equation*}} {\end{equation*} } 47 | \newenvironment{sslideeq}{\small \begin{equation*}} {\end{equation*} \normalfont} 48 | \newenvironment{fslideeq}{\footnotesize \begin{equation*}} {\end{equation*} \normalfont} 49 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%slide equation environment 50 | \newenvironment{slidealign} { \begin{align*}} {\end{align*} } 51 | \newenvironment{nslidealign}{ \begin{align*}} {\end{align*} } 52 | \newenvironment{sslidealign}{\small \begin{align*}} {\end{align*} \normalfont} 53 | \newenvironment{fslidealign}{\footnotesize \begin{align*}} {\end{align*} \normalfont} 54 | 55 | % Color definitions used in presentations 56 | \definecolor{pennblue}{cmyk}{1,0.65,0,0.30} 57 | \definecolor{pennred}{cmyk}{0,1,0.65,0.34} 58 | \definecolor{mygreen}{rgb}{0.10,0.50,0.10} 59 | \newcommand \red[1] {{\color{red}#1}} 60 | \newcommand \black[1] {{\color{black}#1}} 61 | \newcommand \blue[1] {{\color{blue}#1}} 62 | \newcommand \grey[1] {{\color[rgb]{0.80,0.80,0.80}#1}} 63 | \newcommand \gray[1] {{\color[rgb]{0.80,0.80,0.80}#1}} 64 | \newcommand \green[1] {{\color[rgb]{0.10,0.50,0.10}#1}} 65 | \newcommand \bulletcolor[1] {{\color{pennblue}#1}} 66 | \def \arrowbullet {\bulletcolor{$\ \Rightarrow\ $}} 67 | \def \arrbullet {\bulletcolor{$\ \Rightarrow\ $}} 68 | \def \ab {\bulletcolor{$\ \Rightarrow\ $}} 69 | \def \arritem {\item[] \quad \arrowbullet} 70 | \def \ai {\item[] \quad \arrowbullet} 71 | \def \doublearrow {\bulletcolor{$\ \Leftrightarrow\ $}} 72 | \def \darrbullet {\bulletcolor{$\ \Leftrightarrow\ $}} 73 | 74 | 75 | %Always used 76 | \def \defQfunction 77 | {Q(u):=(1/\sqrt{2\pi})\int_u^\infty e^{-u^2/2} du} 78 | \def \intinfty { \int_{-\infty}^{\infty} } 79 | 80 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Overline 81 | % 82 | \def \ovP {\overline{P}} 83 | \def \ovl {\overline{l}} 84 | \def \ovbbl {\overline{\bbl}} 85 | \def \ovX {\overline{X}} 86 | \def \ovbbX {\overline{\bbX}} 87 | \def \ovp {\overline{p}} 88 | \def \ovbbp {\overline{\bbp}} 89 | \def \ovr {\overline{r}} 90 | \def \ova {\overline{a}} 91 | \def \ovc {\overline{c}} 92 | \def \ovalpha {\overline{\alpha}} 93 | 94 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Underline 95 | % 96 | \def \undP {\underline{P}} 97 | \def \undl {\underline{l}} 98 | \def \undbbl {\underline{\bbl}} 99 | \def \undX {\underline{X}} 100 | \def \undbbX {\underline{\bbX}} 101 | \def \undp {\underline{p}} 102 | \def \undbbp {\underline{\bbp}} 103 | \def \undr {\underline{r}} 104 | \def \unda {\underline{a}} 105 | \def \undc {\underline{c}} 106 | \def \undalpha {\underline{\alpha}} 107 | 108 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Overline and Underline 109 | % 110 | \def \undovP {\underline{\ovP}} 111 | \def \undovX {\underline{\ovX}} 112 | \def \undovbbX {\underline{\ovbbX}} 113 | \def \undovp {\underline{\ovp}} 114 | \def \undovbbp {\underline{\ovbbp}} 115 | \def \undovr {\underline{\ovr}} 116 | \def \undova {\underline{\ova}} 117 | \def \undovc {\underline{\ovc}} 118 | \def \undovalpha {\underline{\ovalpha}} 119 | 120 | %roman symbols 121 | \def \SNR {\text{\normalfont SNR} } 122 | \def \ap {\text{\normalfont ap} } 123 | \def \best {\text{\normalfont best} } 124 | \def \Co {\text{\normalfont Co} } 125 | \def \Cov {\text{\normalfont Cov} } 126 | \def \cov {\text{\normalfont cov} } 127 | \def \dest {\text{\normalfont dest} } 128 | \def \diag {\text{\normalfont diag} } 129 | \def \eig {\text{\normalfont eig} } 130 | \def \for {\text{\normalfont for} } 131 | \def \forall {\text{\normalfont for all} } 132 | \def \forsome {\text{\normalfont for some} } 133 | \def \ML {\text{\normalfont ML} } 134 | \def \MLE {\text{\normalfont MLE} } 135 | \def \ml {\text{\normalfont ml} } 136 | \def \mse {\text{\normalfont mse} } 137 | \def \rank {\text{\normalfont rank} } 138 | \def \sign {\text{\normalfont sign} } 139 | \def \tr {\text{\normalfont tr} } 140 | 141 | %units 142 | \def \dB {\, \text{\normalfont dB} } 143 | \def \ms {\, \text{\normalfont m}/ \text{\normalfont s}} 144 | \def \kmh {\, \text{\normalfont km}/ \text{\normalfont h}} 145 | \def \m {\, \text{\normalfont m} } 146 | \def \s {\, \text{\normalfont s} } 147 | \def \sec {\, \text{\normalfont sec.} } 148 | \def \msec {\, \text{\normalfont msec.} } 149 | \def \cm {\, \text{\normalfont cm} } 150 | \def \km {\, \text{\normalfont km} } 151 | \def \GHz {\, \text{\normalfont GHz} } 152 | \def \Hz {\, \text{\normalfont Hz} } 153 | \def \MHZ {\, \text{\normalfont MHz} } 154 | \def \kHZ {\, \text{\normalfont kHz} } 155 | 156 | 157 | %Probability operators 158 | \newcommand \E [1] {{\mathbb E}\left[#1\right]} 159 | \newcommand \Ec [1] {{\mathbb E}\left(#1\right)} 160 | \newcommand \ind [1] {{\mathbb I \left\{#1\right\} } } 161 | \renewcommand \Pr [1] {\text{\normalfont Pr} \left[#1\right]} 162 | \newcommand \Prc [1] {\text{\normalfont Pr} \left(#1\right)} 163 | \renewcommand \P [1] {\text{\normalfont P} \left(#1\right)} 164 | \newcommand \Pc [1] {\text{\normalfont P} \left(#1\right)} 165 | \newcommand \Pcbig [1] {\text{\normalfont P} \big(#1 \big)} 166 | \newcommand \PcBig [1] {\text{\normalfont P} \Big(#1 \Big)} 167 | \newcommand \var [1] {\text{\normalfont var} \left[#1\right]} 168 | \newcommand \varc [1] {\text{\normalfont var} \left(#1\right)} 169 | \renewcommand \Re [1] {\text{\normalfont Re} \left(#1\right)} 170 | \renewcommand \Im [1] {\text{\normalfont Im} \left(#1\right)} 171 | \newcommand \der [2] {\frac{\partial#1}{\partial#2}} 172 | \newcommand \inlineder [2] {\partial#1/\partial#2} 173 | 174 | 175 | %miscellaneous 176 | \def \integers {{\mathbb Z}} 177 | \def \naturals {{\mathbb N}} 178 | \def \reals {{\mathbb R}} 179 | \def \blog { {\bf \log } } 180 | \def \given{ {\,\big|\, } } 181 | \newcommand{\st}{\operatornamewithlimits{s.t.}} 182 | \newcommand{\argmax}{\operatornamewithlimits{argmax}} 183 | \newcommand{\argmin}{\operatornamewithlimits{argmin}} 184 | 185 | % 186 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%bar version 187 | %capital alphabet 188 | \def\bbarA{{\ensuremath{\bar A}}} 189 | \def\bbarB{{\ensuremath{\bar B}}} 190 | \def\bbarC{{\ensuremath{\bar C}}} 191 | \def\bbarD{{\ensuremath{\bar D}}} 192 | \def\bbarE{{\ensuremath{\bar E}}} 193 | \def\bbarF{{\ensuremath{\bar F}}} 194 | \def\bbarG{{\ensuremath{\bar G}}} 195 | \def\bbarH{{\ensuremath{\bar H}}} 196 | \def\bbarI{{\ensuremath{\bar I}}} 197 | \def\bbarJ{{\ensuremath{\bar J}}} 198 | \def\bbarK{{\ensuremath{\bar K}}} 199 | \def\bbarL{{\ensuremath{\bar L}}} 200 | \def\bbarM{{\ensuremath{\bar M}}} 201 | \def\bbarN{{\ensuremath{\bar N}}} 202 | \def\bbarO{{\ensuremath{\bar O}}} 203 | \def\bbarP{{\ensuremath{\bar P}}} 204 | \def\bbarQ{{\ensuremath{\bar Q}}} 205 | \def\bbarR{{\ensuremath{\bar R}}} 206 | \def\bbarW{{\ensuremath{\bar W}}} 207 | \def\bbarU{{\ensuremath{\bar U}}} 208 | \def\bbarV{{\ensuremath{\bar V}}} 209 | \def\bbarS{{\ensuremath{\bar S}}} 210 | \def\bbarT{{\ensuremath{\bar T}}} 211 | \def\bbarX{{\ensuremath{\bar X}}} 212 | \def\bbarY{{\ensuremath{\bar Y}}} 213 | \def\bbarZ{{\ensuremath{\bar Z}}} 214 | %lower case alphabet 215 | \def\bbara{{\ensuremath{\bar a}}} 216 | \def\bbarb{{\ensuremath{\bar b}}} 217 | \def\bbarc{{\ensuremath{\bar c}}} 218 | \def\bbard{{\ensuremath{\bar d}}} 219 | \def\bbare{{\ensuremath{\bar e}}} 220 | \def\bbarf{{\ensuremath{\bar f}}} 221 | \def\bbarg{{\ensuremath{\bar g}}} 222 | \def\bbarh{{\ensuremath{\bar h}}} 223 | \def\bbari{{\ensuremath{\bar i}}} 224 | \def\bbarj{{\ensuremath{\bar j}}} 225 | \def\bbark{{\ensuremath{\bar k}}} 226 | \def\bbarl{{\ensuremath{\bar l}}} 227 | \def\bbarm{{\ensuremath{\bar m}}} 228 | \def\bbarn{{\ensuremath{\bar n}}} 229 | \def\bbaro{{\ensuremath{\bar o}}} 230 | \def\bbarp{{\ensuremath{\bar p}}} 231 | \def\bbarq{{\ensuremath{\bar q}}} 232 | \def\bbarr{{\ensuremath{\bar r}}} 233 | \def\bbarw{{\ensuremath{\bar w}}} 234 | \def\bbaru{{\ensuremath{\bar u}}} 235 | \def\bbarv{{\ensuremath{\bar v}}} 236 | \def\bbars{{\ensuremath{\bar s}}} 237 | \def\bbart{{\ensuremath{\bar t}}} 238 | \def\bbarx{{\ensuremath{\bar x}}} 239 | \def\bbary{{\ensuremath{\bar y}}} 240 | \def\bbarz{{\ensuremath{\bar z}}} 241 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of bar version 242 | 243 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 244 | %%% B L A C K B O A R D B O L D %%%%%%%%%%%%%%%%%%%%%%%%%%%% 245 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 246 | \def\mbA{{\ensuremath{\mathbb A}}} 247 | \def\mbB{{\ensuremath{\mathbb B}}} 248 | \def\mbC{{\ensuremath{\mathbb C}}} 249 | \def\mbD{{\ensuremath{\mathbb D}}} 250 | \def\mbE{{\ensuremath{\mathbb E}}} 251 | \def\mbF{{\ensuremath{\mathbb F}}} 252 | \def\mbG{{\ensuremath{\mathbb G}}} 253 | \def\mbH{{\ensuremath{\mathbb H}}} 254 | \def\mbI{{\ensuremath{\mathbb I}}} 255 | \def\mbJ{{\ensuremath{\mathbb J}}} 256 | \def\mbK{{\ensuremath{\mathbb K}}} 257 | \def\mbL{{\ensuremath{\mathbb L}}} 258 | \def\mbM{{\ensuremath{\mathbb M}}} 259 | \def\mbN{{\ensuremath{\mathbb N}}} 260 | \def\mbO{{\ensuremath{\mathbb O}}} 261 | \def\mbP{{\ensuremath{\mathbb P}}} 262 | \def\mbQ{{\ensuremath{\mathbb Q}}} 263 | \def\mbR{{\ensuremath{\mathbb R}}} 264 | \def\mbS{{\ensuremath{\mathbb S}}} 265 | \def\mbT{{\ensuremath{\mathbb T}}} 266 | \def\mbU{{\ensuremath{\mathbb U}}} 267 | \def\mbV{{\ensuremath{\mathbb V}}} 268 | \def\mbW{{\ensuremath{\mathbb W}}} 269 | \def\mbX{{\ensuremath{\mathbb X}}} 270 | \def\mbY{{\ensuremath{\mathbb Y}}} 271 | \def\mbZ{{\ensuremath{\mathbb Z}}} 272 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 273 | %%% C A L I G R A P H I C %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 274 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 275 | \def\ccalA{{\ensuremath{\mathcal A}}} 276 | \def\ccalB{{\ensuremath{\mathcal B}}} 277 | \def\ccalC{{\ensuremath{\mathcal C}}} 278 | \def\ccalD{{\ensuremath{\mathcal D}}} 279 | \def\ccalE{{\ensuremath{\mathcal E}}} 280 | \def\ccalF{{\ensuremath{\mathcal F}}} 281 | \def\ccalG{{\ensuremath{\mathcal G}}} 282 | \def\ccalH{{\ensuremath{\mathcal H}}} 283 | \def\ccalI{{\ensuremath{\mathcal I}}} 284 | \def\ccalJ{{\ensuremath{\mathcal J}}} 285 | \def\ccalK{{\ensuremath{\mathcal K}}} 286 | \def\ccalL{{\ensuremath{\mathcal L}}} 287 | \def\ccalM{{\ensuremath{\mathcal M}}} 288 | \def\ccalN{{\ensuremath{\mathcal N}}} 289 | \def\ccalO{{\ensuremath{\mathcal O}}} 290 | \def\ccalP{{\ensuremath{\mathcal P}}} 291 | \def\ccalQ{{\ensuremath{\mathcal Q}}} 292 | \def\ccalR{{\ensuremath{\mathcal R}}} 293 | \def\ccalW{{\ensuremath{\mathcal W}}} 294 | \def\ccalU{{\ensuremath{\mathcal U}}} 295 | \def\ccalV{{\ensuremath{\mathcal V}}} 296 | \def\ccalS{{\ensuremath{\mathcal S}}} 297 | \def\ccalT{{\ensuremath{\mathcal T}}} 298 | \def\ccalX{{\ensuremath{\mathcal X}}} 299 | \def\ccalY{{\ensuremath{\mathcal Y}}} 300 | \def\ccalZ{{\ensuremath{\mathcal Z}}} 301 | %lower case alphabet 302 | \def\ccala{{\ensuremath{\mathcal a}}} 303 | \def\ccalb{{\ensuremath{\mathcal b}}} 304 | \def\ccalc{{\ensuremath{\mathcal c}}} 305 | \def\ccald{{\ensuremath{\mathcal d}}} 306 | \def\ccale{{\ensuremath{\mathcal e}}} 307 | \def\ccalf{{\ensuremath{\mathcal f}}} 308 | \def\ccalg{{\ensuremath{\mathcal g}}} 309 | \def\ccalh{{\ensuremath{\mathcal h}}} 310 | \def\ccali{{\ensuremath{\mathcal i}}} 311 | \def\ccalj{{\ensuremath{\mathcal j}}} 312 | \def\ccalk{{\ensuremath{\mathcal k}}} 313 | \def\ccall{{\ensuremath{\mathcal l}}} 314 | \def\ccalm{{\ensuremath{\mathcal m}}} 315 | \def\ccaln{{\ensuremath{\mathcal n}}} 316 | \def\ccalo{{\ensuremath{\mathcal o}}} 317 | \def\ccalp{{\ensuremath{\mathcal p}}} 318 | \def\ccalq{{\ensuremath{\mathcal q}}} 319 | \def\ccalr{{\ensuremath{\mathcal r}}} 320 | \def\ccalw{{\ensuremath{\mathcal w}}} 321 | \def\ccalu{{\ensuremath{\mathcal u}}} 322 | \def\ccalv{{\ensuremath{\mathcal v}}} 323 | \def\ccals{{\ensuremath{\mathcal s}}} 324 | \def\ccalt{{\ensuremath{\mathcal t}}} 325 | \def\ccalx{{\ensuremath{\mathcal x}}} 326 | \def\ccaly{{\ensuremath{\mathcal y}}} 327 | \def\ccalz{{\ensuremath{\mathcal z}}} 328 | \def\ccal0{{\ensuremath{\mathcal 0}}} 329 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of caligraph version 330 | % 331 | % 332 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%hat version 333 | %capital alphabet 334 | \def\hhatA{{\ensuremath{\hat A}}} 335 | \def\hhatB{{\ensuremath{\hat B}}} 336 | \def\hhatC{{\ensuremath{\hat C}}} 337 | \def\hhatD{{\ensuremath{\hat D}}} 338 | \def\hhatE{{\ensuremath{\hat E}}} 339 | \def\hhatF{{\ensuremath{\hat F}}} 340 | \def\hhatG{{\ensuremath{\hat G}}} 341 | \def\hhatH{{\ensuremath{\hat H}}} 342 | \def\hhatI{{\ensuremath{\hat I}}} 343 | \def\hhatJ{{\ensuremath{\hat J}}} 344 | \def\hhatK{{\ensuremath{\hat K}}} 345 | \def\hhatL{{\ensuremath{\hat L}}} 346 | \def\hhatM{{\ensuremath{\hat M}}} 347 | \def\hhatN{{\ensuremath{\hat N}}} 348 | \def\hhatO{{\ensuremath{\hat O}}} 349 | \def\hhatP{{\ensuremath{\hat P}}} 350 | \def\hhatQ{{\ensuremath{\hat Q}}} 351 | \def\hhatR{{\ensuremath{\hat R}}} 352 | \def\hhatW{{\ensuremath{\hat W}}} 353 | \def\hhatU{{\ensuremath{\hat U}}} 354 | \def\hhatV{{\ensuremath{\hat V}}} 355 | \def\hhatS{{\ensuremath{\hat S}}} 356 | \def\hhatT{{\ensuremath{\hat T}}} 357 | \def\hhatX{{\ensuremath{\hat X}}} 358 | \def\hhatY{{\ensuremath{\hat Y}}} 359 | \def\hhatZ{{\ensuremath{\hat Z}}} 360 | %lower case alphabet 361 | \def\hhata{{\ensuremath{\hat a}}} 362 | \def\hhatb{{\ensuremath{\hat b}}} 363 | \def\hhatc{{\ensuremath{\hat c}}} 364 | \def\hhatd{{\ensuremath{\hat d}}} 365 | \def\hhate{{\ensuremath{\hat e}}} 366 | \def\hhatf{{\ensuremath{\hat f}}} 367 | \def\hhatg{{\ensuremath{\hat g}}} 368 | \def\hhath{{\ensuremath{\hat h}}} 369 | \def\hhati{{\ensuremath{\hat i}}} 370 | \def\hhatj{{\ensuremath{\hat j}}} 371 | \def\hhatk{{\ensuremath{\hat k}}} 372 | \def\hhatl{{\ensuremath{\hat l}}} 373 | \def\hhatm{{\ensuremath{\hat m}}} 374 | \def\hhatn{{\ensuremath{\hat n}}} 375 | \def\hhato{{\ensuremath{\hat o}}} 376 | \def\hhatp{{\ensuremath{\hat p}}} 377 | \def\hhatq{{\ensuremath{\hat q}}} 378 | \def\hhatr{{\ensuremath{\hat r}}} 379 | \def\hhatw{{\ensuremath{\hat w}}} 380 | \def\hhatu{{\ensuremath{\hat u}}} 381 | \def\hhatv{{\ensuremath{\hat v}}} 382 | \def\hhats{{\ensuremath{\hat s}}} 383 | \def\hhatt{{\ensuremath{\hat t}}} 384 | \def\hhatx{{\ensuremath{\hat x}}} 385 | \def\hhaty{{\ensuremath{\hat y}}} 386 | \def\hhatz{{\ensuremath{\hat z}}} 387 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of hat version 388 | % 389 | % 390 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%tilde version 391 | %capital alphabet 392 | \def\tdA{{\ensuremath{\tilde A}}} 393 | \def\tdB{{\ensuremath{\tilde B}}} 394 | \def\tdC{{\ensuremath{\tilde C}}} 395 | \def\tdD{{\ensuremath{\tilde D}}} 396 | \def\tdE{{\ensuremath{\tilde E}}} 397 | \def\tdF{{\ensuremath{\tilde F}}} 398 | \def\tdG{{\ensuremath{\tilde G}}} 399 | \def\tdH{{\ensuremath{\tilde H}}} 400 | \def\tdI{{\ensuremath{\tilde I}}} 401 | \def\tdJ{{\ensuremath{\tilde J}}} 402 | \def\tdK{{\ensuremath{\tilde K}}} 403 | \def\tdL{{\ensuremath{\tilde L}}} 404 | \def\tdM{{\ensuremath{\tilde M}}} 405 | \def\tdN{{\ensuremath{\tilde N}}} 406 | \def\tdO{{\ensuremath{\tilde O}}} 407 | \def\tdP{{\ensuremath{\tilde P}}} 408 | \def\tdQ{{\ensuremath{\tilde Q}}} 409 | \def\tdR{{\ensuremath{\tilde R}}} 410 | \def\tdW{{\ensuremath{\tilde W}}} 411 | \def\tdU{{\ensuremath{\tilde U}}} 412 | \def\tdV{{\ensuremath{\tilde V}}} 413 | \def\tdS{{\ensuremath{\tilde S}}} 414 | \def\tdT{{\ensuremath{\tilde T}}} 415 | \def\tdX{{\ensuremath{\tilde X}}} 416 | \def\tdY{{\ensuremath{\tilde Y}}} 417 | \def\tdZ{{\ensuremath{\tilde Z}}} 418 | %lower case alphabet 419 | \def\tda{{\ensuremath{\tilde a}}} 420 | \def\tdb{{\ensuremath{\tilde b}}} 421 | \def\tdc{{\ensuremath{\tilde c}}} 422 | \def\tdd{{\ensuremath{\tilde d}}} 423 | \def\tde{{\ensuremath{\tilde e}}} 424 | \def\tdf{{\ensuremath{\tilde f}}} 425 | \def\tdg{{\ensuremath{\tilde g}}} 426 | \def\tdh{{\ensuremath{\tilde h}}} 427 | \def\tdi{{\ensuremath{\tilde i}}} 428 | \def\tdj{{\ensuremath{\tilde j}}} 429 | \def\tdk{{\ensuremath{\tilde k}}} 430 | \def\tdl{{\ensuremath{\tilde l}}} 431 | \def\tdm{{\ensuremath{\tilde m}}} 432 | \def\tdn{{\ensuremath{\tilde n}}} 433 | \def\tdo{{\ensuremath{\tilde o}}} 434 | \def\tdp{{\ensuremath{\tilde p}}} 435 | \def\tdq{{\ensuremath{\tilde q}}} 436 | \def\tdr{{\ensuremath{\tilde r}}} 437 | \def\tdw{{\ensuremath{\tilde w}}} 438 | \def\tdu{{\ensuremath{\tilde u}}} 439 | \def\tdv{{\ensuremath{\tilde r}}} 440 | \def\tds{{\ensuremath{\tilde s}}} 441 | \def\tdt{{\ensuremath{\tilde t}}} 442 | \def\tdx{{\ensuremath{\tilde x}}} 443 | \def\tdy{{\ensuremath{\tilde y}}} 444 | \def\tdz{{\ensuremath{\tilde z}}} 445 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of tilde version 446 | % 447 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%check version 448 | %lower case alphabet 449 | \def\chka{{\ensuremath{\check a}}} 450 | \def\chkb{{\ensuremath{\check b}}} 451 | \def\chkc{{\ensuremath{\check c}}} 452 | \def\chkd{{\ensuremath{\check d}}} 453 | \def\chke{{\ensuremath{\check e}}} 454 | \def\chkf{{\ensuremath{\check f}}} 455 | \def\chkg{{\ensuremath{\check g}}} 456 | \def\chkh{{\ensuremath{\check h}}} 457 | \def\chki{{\ensuremath{\check i}}} 458 | \def\chkj{{\ensuremath{\check j}}} 459 | \def\chkk{{\ensuremath{\check k}}} 460 | \def\chkl{{\ensuremath{\check l}}} 461 | \def\chkm{{\ensuremath{\check m}}} 462 | \def\chkn{{\ensuremath{\check n}}} 463 | \def\chko{{\ensuremath{\check o}}} 464 | \def\chkp{{\ensuremath{\check p}}} 465 | \def\chkq{{\ensuremath{\check q}}} 466 | \def\chkr{{\ensuremath{\check r}}} 467 | \def\chkw{{\ensuremath{\check w}}} 468 | \def\chku{{\ensuremath{\check u}}} 469 | \def\chkv{{\ensuremath{\check v}}} 470 | \def\chks{{\ensuremath{\check s}}} 471 | \def\chkt{{\ensuremath{\check t}}} 472 | \def\chkx{{\ensuremath{\check x}}} 473 | \def\chky{{\ensuremath{\check y}}} 474 | \def\chkz{{\ensuremath{\check z}}} 475 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of check version 476 | % 477 | % 478 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Bold version 479 | % upper case bold 480 | \def\bbone{{\ensuremath{\mathbf 1}}} 481 | \def\bbzero{{\ensuremath{\mathbf 0}}} 482 | \def\bbA{{\ensuremath{\mathbf A}}} 483 | \def\bbB{{\ensuremath{\mathbf B}}} 484 | \def\bbC{{\ensuremath{\mathbf C}}} 485 | \def\bbD{{\ensuremath{\mathbf D}}} 486 | \def\bbE{{\ensuremath{\mathbf E}}} 487 | \def\bbF{{\ensuremath{\mathbf F}}} 488 | \def\bbG{{\ensuremath{\mathbf G}}} 489 | \def\bbH{{\ensuremath{\mathbf H}}} 490 | \def\bbI{{\ensuremath{\mathbf I}}} 491 | \def\bbJ{{\ensuremath{\mathbf J}}} 492 | \def\bbK{{\ensuremath{\mathbf K}}} 493 | \def\bbL{{\ensuremath{\mathbf L}}} 494 | \def\bbM{{\ensuremath{\mathbf M}}} 495 | \def\bbN{{\ensuremath{\mathbf N}}} 496 | \def\bbO{{\ensuremath{\mathbf O}}} 497 | \def\bbP{{\ensuremath{\mathbf P}}} 498 | \def\bbQ{{\ensuremath{\mathbf Q}}} 499 | \def\bbR{{\ensuremath{\mathbf R}}} 500 | \def\bbW{{\ensuremath{\mathbf W}}} 501 | \def\bbU{{\ensuremath{\mathbf U}}} 502 | \def\bbV{{\ensuremath{\mathbf V}}} 503 | \def\bbS{{\ensuremath{\mathbf S}}} 504 | \def\bbT{{\ensuremath{\mathbf T}}} 505 | \def\bbX{{\ensuremath{\mathbf X}}} 506 | \def\bbY{{\ensuremath{\mathbf Y}}} 507 | \def\bbZ{{\ensuremath{\mathbf Z}}} 508 | %lower case bold 509 | \def\bba{{\ensuremath{\mathbf a}}} 510 | \def\bbb{{\ensuremath{\mathbf b}}} 511 | \def\bbc{{\ensuremath{\mathbf c}}} 512 | \def\bbd{{\ensuremath{\mathbf d}}} 513 | \def\bbe{{\ensuremath{\mathbf e}}} 514 | \def\bbf{{\ensuremath{\mathbf f}}} 515 | \def\bbg{{\ensuremath{\mathbf g}}} 516 | \def\bbh{{\ensuremath{\mathbf h}}} 517 | \def\bbi{{\ensuremath{\mathbf i}}} 518 | \def\bbj{{\ensuremath{\mathbf j}}} 519 | \def\bbk{{\ensuremath{\mathbf k}}} 520 | \def\bbl{{\ensuremath{\mathbf l}}} 521 | \def\bbm{{\ensuremath{\mathbf m}}} 522 | \def\bbn{{\ensuremath{\mathbf n}}} 523 | \def\bbo{{\ensuremath{\mathbf o}}} 524 | \def\bbp{{\ensuremath{\mathbf p}}} 525 | \def\bbq{{\ensuremath{\mathbf q}}} 526 | \def\bbr{{\ensuremath{\mathbf r}}} 527 | \def\bbw{{\ensuremath{\mathbf w}}} 528 | \def\bbu{{\ensuremath{\mathbf u}}} 529 | \def\bbv{{\ensuremath{\mathbf v}}} 530 | \def\bbs{{\ensuremath{\mathbf s}}} 531 | \def\bbt{{\ensuremath{\mathbf t}}} 532 | \def\bbx{{\ensuremath{\mathbf x}}} 533 | \def\bby{{\ensuremath{\mathbf y}}} 534 | \def\bbz{{\ensuremath{\mathbf z}}} 535 | \def\bb0{{\ensuremath{\mathbf 0}}} 536 | % 537 | 538 | % roman 539 | \def\rmA{{\ensuremath\text{A}}} 540 | \def\rmB{{\ensuremath\text{B}}} 541 | \def\rmC{{\ensuremath\text{C}}} 542 | \def\rmD{{\ensuremath\text{D}}} 543 | \def\rmE{{\ensuremath\text{E}}} 544 | \def\rmF{{\ensuremath\text{F}}} 545 | \def\rmG{{\ensuremath\text{G}}} 546 | \def\rmH{{\ensuremath\text{H}}} 547 | \def\rmI{{\ensuremath\text{I}}} 548 | \def\rmJ{{\ensuremath\text{J}}} 549 | \def\rmK{{\ensuremath\text{K}}} 550 | \def\rmL{{\ensuremath\text{L}}} 551 | \def\rmM{{\ensuremath\text{M}}} 552 | \def\rmN{{\ensuremath\text{N}}} 553 | \def\rmO{{\ensuremath\text{O}}} 554 | \def\rmP{{\ensuremath\text{P}}} 555 | \def\rmQ{{\ensuremath\text{Q}}} 556 | \def\rmR{{\ensuremath\text{R}}} 557 | \def\rmW{{\ensuremath\text{W}}} 558 | \def\rmU{{\ensuremath\text{U}}} 559 | \def\rmV{{\ensuremath\text{V}}} 560 | \def\rmS{{\ensuremath\text{S}}} 561 | \def\rmT{{\ensuremath\text{T}}} 562 | \def\rmX{{\ensuremath\text{X}}} 563 | \def\rmY{{\ensuremath\text{Y}}} 564 | \def\rmZ{{\ensuremath\text{Z}}} 565 | %lower case bold 566 | \def\rma{{\ensuremath\text{a}}} 567 | \def\rmb{{\ensuremath\text{b}}} 568 | \def\rmc{{\ensuremath\text{c}}} 569 | \def\rmd{{\ensuremath\text{d}}} 570 | \def\rme{{\ensuremath\text{e}}} 571 | \def\rmf{{\ensuremath\text{f}}} 572 | \def\rmg{{\ensuremath\text{g}}} 573 | \def\rmh{{\ensuremath\text{h}}} 574 | \def\rmi{{\ensuremath\text{i}}} 575 | \def\rmj{{\ensuremath\text{j}}} 576 | \def\rmk{{\ensuremath\text{k}}} 577 | \def\rml{{\ensuremath\text{l}}} 578 | \def\rmm{{\ensuremath\text{m}}} 579 | \def\rmn{{\ensuremath\text{n}}} 580 | \def\rmo{{\ensuremath\text{o}}} 581 | \def\rmp{{\ensuremath\text{p}}} 582 | \def\rmq{{\ensuremath\text{q}}} 583 | \def\rmr{{\ensuremath\text{r}}} 584 | \def\rmw{{\ensuremath\text{w}}} 585 | \def\rmu{{\ensuremath\text{u}}} 586 | \def\rmv{{\ensuremath\text{v}}} 587 | \def\rms{{\ensuremath\text{s}}} 588 | \def\rmt{{\ensuremath\text{t}}} 589 | \def\rmx{{\ensuremath\text{x}}} 590 | \def\rmy{{\ensuremath\text{y}}} 591 | \def\rmz{{\ensuremath\text{z}}} 592 | % 593 | 594 | 595 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%bar bold version 596 | %upper case 597 | % 598 | \def\barbA{{\bar{\ensuremath{\mathbf A}} }} 599 | \def\barbB{{\bar{\ensuremath{\mathbf B}} }} 600 | \def\barbC{{\bar{\ensuremath{\mathbf C}} }} 601 | \def\barbD{{\bar{\ensuremath{\mathbf D}} }} 602 | \def\barbE{{\bar{\ensuremath{\mathbf E}} }} 603 | \def\barbF{{\bar{\ensuremath{\mathbf F}} }} 604 | \def\barbG{{\bar{\ensuremath{\mathbf G}} }} 605 | \def\barbH{{\bar{\ensuremath{\mathbf H}} }} 606 | \def\barbI{{\bar{\ensuremath{\mathbf I}} }} 607 | \def\barbJ{{\bar{\ensuremath{\mathbf J}} }} 608 | \def\barbK{{\bar{\ensuremath{\mathbf K}} }} 609 | \def\barbL{{\bar{\ensuremath{\mathbf L}} }} 610 | \def\barbM{{\bar{\ensuremath{\mathbf M}} }} 611 | \def\barbN{{\bar{\ensuremath{\mathbf N}} }} 612 | \def\barbO{{\bar{\ensuremath{\mathbf O}} }} 613 | \def\barbP{{\bar{\ensuremath{\mathbf P}} }} 614 | \def\barbQ{{\bar{\ensuremath{\mathbf Q}} }} 615 | \def\barbR{{\bar{\ensuremath{\mathbf R}} }} 616 | \def\barbS{{\bar{\ensuremath{\mathbf S}} }} 617 | \def\barbT{{\bar{\ensuremath{\mathbf T}} }} 618 | \def\barbU{{\bar{\ensuremath{\mathbf U}} }} 619 | \def\barbV{{\bar{\ensuremath{\mathbf V}} }} 620 | \def\barbW{{\bar{\ensuremath{\mathbf W}} }} 621 | \def\barbX{{\overline{\bbX}}} 622 | \def\barbY{{\bar{\ensuremath{\mathbf Y}} }} 623 | \def\barbZ{{\bar{\ensuremath{\mathbf Z}} }} 624 | % 625 | %lower case 626 | % 627 | \def\barba{{\bar{\ensuremath{\mathbf a}} }} 628 | \def\barbb{{\bar{\ensuremath{\mathbf b}} }} 629 | \def\barbc{{\bar{\ensuremath{\mathbf c}} }} 630 | \def\barbd{{\bar{\ensuremath{\mathbf d}} }} 631 | \def\barbe{{\bar{\ensuremath{\mathbf e}} }} 632 | \def\barbf{{\bar{\ensuremath{\mathbf f}} }} 633 | \def\barbg{{\bar{\ensuremath{\mathbf g}} }} 634 | \def\barbh{{\bar{\ensuremath{\mathbf h}} }} 635 | \def\barbi{{\bar{\ensuremath{\mathbf i}} }} 636 | \def\barbj{{\bar{\ensuremath{\mathbf j}} }} 637 | \def\barbk{{\bar{\ensuremath{\mathbf k}} }} 638 | \def\barbl{{\bar{\ensuremath{\mathbf l}} }} 639 | \def\barbm{{\bar{\ensuremath{\mathbf m}} }} 640 | \def\barbn{{\bar{\ensuremath{\mathbf n}} }} 641 | \def\barbo{{\bar{\ensuremath{\mathbf o}} }} 642 | \def\barbp{{\bar{\ensuremath{\mathbf p}} }} 643 | \def\barbq{{\bar{\ensuremath{\mathbf q}} }} 644 | \def\barbr{{\bar{\ensuremath{\mathbf r}} }} 645 | \def\barbs{{\bar{\ensuremath{\mathbf s}} }} 646 | \def\barbt{{\bar{\ensuremath{\mathbf t}} }} 647 | \def\barbu{{\bar{\ensuremath{\mathbf u}} }} 648 | \def\barbv{{\bar{\ensuremath{\mathbf v}} }} 649 | \def\barbw{{\bar{\ensuremath{\mathbf w}} }} 650 | \def\barbx{{\bar{\ensuremath{\mathbf x}} }} 651 | \def\barby{{\bar{\ensuremath{\mathbf y}} }} 652 | \def\barbz{{\bar{\ensuremath{\mathbf z}} }} 653 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of bar bold bersion 654 | % 655 | % 656 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%hat bold version 657 | %upper case 658 | % 659 | \def\hbA{{\hat{\ensuremath{\mathbf A}} }} 660 | \def\hbB{{\hat{\ensuremath{\mathbf B}} }} 661 | \def\hbC{{\hat{\ensuremath{\mathbf C}} }} 662 | \def\hbD{{\hat{\ensuremath{\mathbf D}} }} 663 | \def\hbE{{\hat{\ensuremath{\mathbf E}} }} 664 | \def\hbF{{\hat{\ensuremath{\mathbf F}} }} 665 | \def\hbG{{\hat{\ensuremath{\mathbf G}} }} 666 | \def\hbH{{\hat{\ensuremath{\mathbf H}} }} 667 | \def\hbI{{\hat{\ensuremath{\mathbf I}} }} 668 | \def\hbJ{{\hat{\ensuremath{\mathbf J}} }} 669 | \def\hbK{{\hat{\ensuremath{\mathbf K}} }} 670 | \def\hbL{{\hat{\ensuremath{\mathbf L}} }} 671 | \def\hbM{{\hat{\ensuremath{\mathbf M}} }} 672 | \def\hbN{{\hat{\ensuremath{\mathbf N}} }} 673 | \def\hbO{{\hat{\ensuremath{\mathbf O}} }} 674 | \def\hbP{{\hat{\ensuremath{\mathbf P}} }} 675 | \def\hbQ{{\hat{\ensuremath{\mathbf Q}} }} 676 | \def\hbR{{\hat{\ensuremath{\mathbf R}} }} 677 | \def\hbS{{\hat{\ensuremath{\mathbf S}} }} 678 | \def\hbT{{\hat{\ensuremath{\mathbf T}} }} 679 | \def\hbU{{\hat{\ensuremath{\mathbf U}} }} 680 | \def\hbV{{\hat{\ensuremath{\mathbf V}} }} 681 | \def\hbW{{\hat{\ensuremath{\mathbf W}} }} 682 | \def\hbX{{\hat{\ensuremath{\mathbf X}} }} 683 | \def\hbY{{\hat{\ensuremath{\mathbf Y}} }} 684 | \def\hbZ{{\hat{\ensuremath{\mathbf Z}} }} 685 | % 686 | %lower case 687 | % 688 | \def\hba{{\hat{\ensuremath{\mathbf a}} }} 689 | \def\hbb{{\hat{\ensuremath{\mathbf b}} }} 690 | \def\hbc{{\hat{\ensuremath{\mathbf c}} }} 691 | \def\hbd{{\hat{\ensuremath{\mathbf d}} }} 692 | \def\hbe{{\hat{\ensuremath{\mathbf e}} }} 693 | \def\hbf{{\hat{\ensuremath{\mathbf f}} }} 694 | \def\hbg{{\hat{\ensuremath{\mathbf g}} }} 695 | \def\hbh{{\hat{\ensuremath{\mathbf h}} }} 696 | \def\hbi{{\hat{\ensuremath{\mathbf i}} }} 697 | \def\hbj{{\hat{\ensuremath{\mathbf j}} }} 698 | \def\hbk{{\hat{\ensuremath{\mathbf k}} }} 699 | \def\hbl{{\hat{\ensuremath{\mathbf l}} }} 700 | \def\hbm{{\hat{\ensuremath{\mathbf m}} }} 701 | \def\hbn{{\hat{\ensuremath{\mathbf n}} }} 702 | \def\hbo{{\hat{\ensuremath{\mathbf o}} }} 703 | \def\hbp{{\hat{\ensuremath{\mathbf p}} }} 704 | \def\hbq{{\hat{\ensuremath{\mathbf q}} }} 705 | \def\hbr{{\hat{\ensuremath{\mathbf r}} }} 706 | \def\hbs{{\hat{\ensuremath{\mathbf s}} }} 707 | \def\hbt{{\hat{\ensuremath{\mathbf t}} }} 708 | \def\hbu{{\hat{\ensuremath{\mathbf u}} }} 709 | \def\hbv{{\hat{\ensuremath{\mathbf v}} }} 710 | \def\hbw{{\hat{\ensuremath{\mathbf w}} }} 711 | \def\hbx{{\hat{\ensuremath{\mathbf x}} }} 712 | \def\hby{{\hat{\ensuremath{\mathbf y}} }} 713 | \def\hbz{{\hat{\ensuremath{\mathbf z}} }} 714 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of hat bold bersion 715 | % 716 | % 717 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%tilde bold version 718 | %upper case 719 | % 720 | \def\tbA{{\tilde{\ensuremath{\mathbf A}} }} 721 | \def\tbB{{\tilde{\ensuremath{\mathbf B}} }} 722 | \def\tbC{{\tilde{\ensuremath{\mathbf C}} }} 723 | \def\tbD{{\tilde{\ensuremath{\mathbf D}} }} 724 | \def\tbE{{\tilde{\ensuremath{\mathbf E}} }} 725 | \def\tbF{{\tilde{\ensuremath{\mathbf F}} }} 726 | \def\tbG{{\tilde{\ensuremath{\mathbf G}} }} 727 | \def\tbH{{\tilde{\ensuremath{\mathbf H}} }} 728 | \def\tbI{{\tilde{\ensuremath{\mathbf I}} }} 729 | \def\tbJ{{\tilde{\ensuremath{\mathbf J}} }} 730 | \def\tbK{{\tilde{\ensuremath{\mathbf K}} }} 731 | \def\tbL{{\tilde{\ensuremath{\mathbf L}} }} 732 | \def\tbM{{\tilde{\ensuremath{\mathbf M}} }} 733 | \def\tbN{{\tilde{\ensuremath{\mathbf N}} }} 734 | \def\tbO{{\tilde{\ensuremath{\mathbf O}} }} 735 | \def\tbP{{\tilde{\ensuremath{\mathbf P}} }} 736 | \def\tbQ{{\tilde{\ensuremath{\mathbf Q}} }} 737 | \def\tbR{{\tilde{\ensuremath{\mathbf R}} }} 738 | \def\tbS{{\tilde{\ensuremath{\mathbf S}} }} 739 | \def\tbT{{\tilde{\ensuremath{\mathbf T}} }} 740 | \def\tbU{{\tilde{\ensuremath{\mathbf U}} }} 741 | \def\tbV{{\tilde{\ensuremath{\mathbf V}} }} 742 | \def\tbW{{\tilde{\ensuremath{\mathbf W}} }} 743 | \def\tbX{{\tilde{\ensuremath{\mathbf X}} }} 744 | \def\tbY{{\tilde{\ensuremath{\mathbf Y}} }} 745 | \def\tbZ{{\tilde{\ensuremath{\mathbf Z}} }} 746 | % 747 | %lower case 748 | % 749 | \def\tba{{\tilde{\ensuremath{\mathbf a}} }} 750 | \def\tbb{{\tilde{\ensuremath{\mathbf b}} }} 751 | \def\tbc{{\tilde{\ensuremath{\mathbf c}} }} 752 | \def\tbd{{\tilde{\ensuremath{\mathbf d}} }} 753 | \def\tbe{{\tilde{\ensuremath{\mathbf e}} }} 754 | \def\tbf{{\tilde{\ensuremath{\mathbf f}} }} 755 | \def\tbg{{\tilde{\ensuremath{\mathbf g}} }} 756 | \def\tbh{{\tilde{\ensuremath{\mathbf h}} }} 757 | \def\tbi{{\tilde{\ensuremath{\mathbf i}} }} 758 | \def\tbj{{\tilde{\ensuremath{\mathbf j}} }} 759 | \def\tbk{{\tilde{\ensuremath{\mathbf k}} }} 760 | \def\tbl{{\tilde{\ensuremath{\mathbf l}} }} 761 | \def\tbm{{\tilde{\ensuremath{\mathbf m}} }} 762 | \def\tbn{{\tilde{\ensuremath{\mathbf n}} }} 763 | \def\tbo{{\tilde{\ensuremath{\mathbf o}} }} 764 | \def\tbp{{\tilde{\ensuremath{\mathbf p}} }} 765 | \def\tbq{{\tilde{\ensuremath{\mathbf q}} }} 766 | \def\tbr{{\tilde{\ensuremath{\mathbf r}} }} 767 | \def\tbs{{\tilde{\ensuremath{\mathbf s}} }} 768 | \def\tbt{{\tilde{\ensuremath{\mathbf t}} }} 769 | \def\tbu{{\tilde{\ensuremath{\mathbf u}} }} 770 | \def\tbv{{\tilde{\ensuremath{\mathbf v}} }} 771 | \def\tbw{{\tilde{\ensuremath{\mathbf w}} }} 772 | \def\tbx{{\tilde{\ensuremath{\mathbf x}} }} 773 | \def\tby{{\tilde{\ensuremath{\mathbf y}} }} 774 | \def\tbz{{\tilde{\ensuremath{\mathbf z}} }} 775 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of tilde bold bersion 776 | % 777 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%bold caligraph 778 | % 779 | \def\bbcalA{\mbox{\boldmath $\mathcal{A}$}} 780 | \def\bbcalB{\mbox{\boldmath $\mathcal{B}$}} 781 | \def\bbcalC{\mbox{\boldmath $\mathcal{C}$}} 782 | \def\bbcalD{\mbox{\boldmath $\mathcal{D}$}} 783 | \def\bbcalE{\mbox{\boldmath $\mathcal{E}$}} 784 | \def\bbcalF{\mbox{\boldmath $\mathcal{F}$}} 785 | \def\bbcalG{\mbox{\boldmath $\mathcal{G}$}} 786 | \def\bbcalH{\mbox{\boldmath $\mathcal{H}$}} 787 | \def\bbcalI{\mbox{\boldmath $\mathcal{I}$}} 788 | \def\bbcalJ{\mbox{\boldmath $\mathcal{J}$}} 789 | \def\bbcalK{\mbox{\boldmath $\mathcal{K}$}} 790 | \def\bbcalL{\mbox{\boldmath $\mathcal{L}$}} 791 | \def\bbcalM{\mbox{\boldmath $\mathcal{M}$}} 792 | \def\bbcalN{\mbox{\boldmath $\mathcal{N}$}} 793 | \def\bbcalO{\mbox{\boldmath $\mathcal{O}$}} 794 | \def\bbcalP{\mbox{\boldmath $\mathcal{P}$}} 795 | \def\bbcalQ{\mbox{\boldmath $\mathcal{Q}$}} 796 | \def\bbcalR{\mbox{\boldmath $\mathcal{R}$}} 797 | \def\bbcalW{\mbox{\boldmath $\mathcal{W}$}} 798 | \def\bbcalU{\mbox{\boldmath $\mathcal{U}$}} 799 | \def\bbcalV{\mbox{\boldmath $\mathcal{V}$}} 800 | \def\bbcalS{\mbox{\boldmath $\mathcal{S}$}} 801 | \def\bbcalT{\mbox{\boldmath $\mathcal{T}$}} 802 | \def\bbcalX{\mbox{\boldmath $\mathcal{X}$}} 803 | \def\bbcalY{\mbox{\boldmath $\mathcal{Y}$}} 804 | \def\bbcalZ{\mbox{\boldmath $\mathcal{Z}$}} 805 | % 806 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of caligraph 807 | % 808 | % 809 | % 810 | % 811 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%tilde Greek 812 | % 813 | \def\tdupsilon{\tilde\upsilon} 814 | \def\tdalpha{\tilde\alpha} 815 | \def\tbeta{\tilde\beta} 816 | \def\tdgamma{\tilde\gamma} 817 | \def\tddelta{\tilde\delta} 818 | \def\tdepsilon{\tilde\epsilon} 819 | \def\tdvarepsilon{\tilde\varepsilon} 820 | \def\tdzeta{\tilde\zeta} 821 | \def\tdeta{\tilde\eta} 822 | \def\tdtheta{\tilde\theta} 823 | \def\tdvartheta{\tilde\vartheta} 824 | 825 | \def\tdiota{\tilde\iota} 826 | \def\tdkappa{\tilde\kappa} 827 | \def\tdlambda{\tilde\lambda} 828 | \def\tdmu{\tilde\mu} 829 | \def\tdnu{\tilde\nu} 830 | \def\tdxi{\tilde\xi} 831 | \def\tdpi{\tilde\pi} 832 | \def\tdrho{\tilde\rho} 833 | \def\tdvarrho{\tilde\varrho} 834 | \def\tdsigma{\tilde\sigma} 835 | \def\tdvarsigma{\tilde\varsigma} 836 | \def\tdtau{\tilde\tau} 837 | \def\tdupsilon{\tilde\upsilon} 838 | \def\tdphi{\tilde\phi} 839 | \def\tdvarphi{\tilde\varphi} 840 | \def\tdchi{\tilde\chi} 841 | \def\tdpsi{\tilde\psi} 842 | \def\tdomega{\tilde\omega} 843 | 844 | \def\tdGamma{\tilde\Gamma} 845 | \def\tdDelta{\tilde\Delta} 846 | \def\tdTheta{\tilde\Theta} 847 | \def\tdLambda{\tilde\Lambda} 848 | \def\tdXi{\tilde\Xi} 849 | \def\tdPi{\tilde\Pi} 850 | \def\tdSigma{\tilde\Sigma} 851 | \def\tdUpsilon{\tilde\Upsilon} 852 | \def\tdPhi{\tilde\Phi} 853 | \def\tdPsi{\tilde\Psi} 854 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of title Greek 855 | % 856 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%bar Greek 857 | % 858 | \def\bbarupsilon{\bar\upsilon} 859 | \def\bbaralpha{\bar\alpha} 860 | \def\bbarbeta{\bar\beta} 861 | \def\bbargamma{\bar\gamma} 862 | \def\bbardelta{\bar\delta} 863 | \def\bbarepsilon{\bar\epsilon} 864 | \def\bbarvarepsilon{\bar\varepsilon} 865 | \def\bbarzeta{\bar\zeta} 866 | \def\bbareta{\bar\eta} 867 | \def\bbartheta{\bar\theta} 868 | \def\bbarvartheta{\bar\vartheta} 869 | 870 | \def\bbariota{\bar\iota} 871 | \def\bbarkappa{\bar\kappa} 872 | \def\bbarlambda{\bar\lambda} 873 | \def\bbarmu{\bar\mu} 874 | \def\bbarnu{\bar\nu} 875 | \def\bbarxi{\bar\xi} 876 | \def\bbarpi{\bar\pi} 877 | \def\bbarrho{\bar\rho} 878 | \def\bbarvarrho{\bar\varrho} 879 | \def\bbarvarsigma{\bar\varsigma} 880 | \def\bbarphi{\bar\phi} 881 | \def\bbarvarphi{\bar\varphi} 882 | \def\bbarchi{\bar\chi} 883 | \def\bbarpsi{\bar\psi} 884 | \def\bbaromega{\bar\omega} 885 | 886 | \def\bbarGamma{\bar\Gamma} 887 | \def\bbarDelta{\bar\Delta} 888 | \def\bbarTheta{\bar\Theta} 889 | \def\bbarLambda{\bar\Lambda} 890 | \def\bbarXi{\bar\Xi} 891 | \def\bbarPi{\bar\Pi} 892 | \def\bbarSigma{\bar\Sigma} 893 | \def\bbarUpsilon{\bar\Upsilon} 894 | \def\bbarPhi{\bar\Phi} 895 | \def\bbarPsi{\bar\Psi} 896 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of bar Greek 897 | % 898 | % 899 | % 900 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%begion of check Greek 901 | % 902 | \def\chkupsilon{\check\upsilon} 903 | \def\chkalpha{\check\alpha} 904 | \def\chkbeta{\check\beta} 905 | \def\chkgamma{\check\gamma} 906 | \def\chkdelta{\check\delta} 907 | \def\chkepsilon{\check\epsilon} 908 | \def\chkvarepsilon{\check\varepsilon} 909 | \def\chkzeta{\check\zeta} 910 | \def\chketa{\check\eta} 911 | \def\chktheta{\check\theta} 912 | \def\chkvartheta{\check\vartheta} 913 | 914 | \def\chkiota{\check\iota} 915 | \def\chkkappa{\check\kappa} 916 | \def\chklambda{\check\lambda} 917 | \def\chkmu{\check\mu} 918 | \def\chknu{\check\nu} 919 | \def\chkxi{\check\xi} 920 | \def\chkpi{\check\pi} 921 | \def\chkrho{\check\rho} 922 | \def\chkvarrho{\check\varrho} 923 | \def\chksigma{\check\sigma} 924 | \def\chkvarsigma{\check\varsigma} 925 | \def\chktau{\check\tau} 926 | \def\chkupsilon{\check\upsilon} 927 | \def\chkphi{\check\phi} 928 | \def\chkvarphi{\check\varphi} 929 | \def\chkchi{\check\chi} 930 | \def\chkpsi{\check\psi} 931 | \def\chkomega{\check\omega} 932 | 933 | \def\chkGamma{\check\Gamma} 934 | \def\chkDelta{\check\Delta} 935 | \def\chkTheta{\check\Theta} 936 | \def\chkLambda{\check\Lambda} 937 | \def\chkXi{\check\Xi} 938 | \def\chkPi{\check\Pi} 939 | \def\chkSigma{\check\Sigma} 940 | \def\chkUpsilon{\check\Upsilon} 941 | \def\chkPhi{\check\Phi} 942 | \def\chkPsi{\check\Psi} 943 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of check Greek 944 | % 945 | % 946 | % 947 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Bold Greek letter 948 | % 949 | 950 | \def\bbalpha{\boldsymbol{\alpha}} 951 | \def\bbbeta{\boldsymbol{\beta}} 952 | \def\bbgamma{\boldsymbol{\gamma}} 953 | \def\bbdelta{\boldsymbol{\delta}} 954 | \def\bbepsilon{\boldsymbol{\epsilon}} 955 | \def\bbvarepsilon{\boldsymbol{\varepsilon}} 956 | \def\bbzeta{\boldsymbol{\zeta}} 957 | \def\bbeta{\boldsymbol{\eta}} 958 | \def\bbtheta{\boldsymbol{\theta}} 959 | \def\bbvartheta{\boldsymbol{\vartheta}} 960 | \def \bbtau {\boldsymbol{\tau}} 961 | \def\bbupsilon{\boldsymbol{\upsilon}} 962 | \def\bbiota{\boldsymbol{\iota}} 963 | \def\bbkappa{\boldsymbol{\kappa}} 964 | \def\bblambda{\boldsymbol{\lambda}} 965 | \def\bblam{\boldsymbol{\lambda}} 966 | \def\bbmu{\boldsymbol{\mu}} 967 | \def\bbnu{\boldsymbol{\nu}} 968 | \def\bbxi{\boldsymbol{\xi}} 969 | \def\bbpi{\boldsymbol{\pi}} 970 | \def\bbrho{\boldsymbol{\rho}} 971 | \def\bbvarrho{\boldsymbol{\varrho}} 972 | \def\bbvarsigma{\boldsymbol{\varsigma}} 973 | \def\bbphi{\boldsymbol{\phi}} 974 | \def\bbvarphi{\boldsymbol{\varphi}} 975 | \def\bbchi{\boldsymbol{\chi}} 976 | \def\bbpsi{\boldsymbol{\psi}} 977 | \def\bbomega{\boldsymbol{\omega}} 978 | \def\bbGamma{\boldsymbol{\Gamma}} 979 | \def\bbDelta{\boldsymbol{\Delta}} 980 | \def\bbTheta{\boldsymbol{\Theta}} 981 | \def\bbLambda{\boldsymbol{\Lambda}} 982 | \def\bbXi{\boldsymbol{\Xi}} 983 | \def\bbPi{\boldsymbol{\Pi}} 984 | \def\bbSigma{\boldsymbol{\Sigma}} 985 | \def\bbUpsilon{\boldsymbol{\Upsilon}} 986 | \def\bbPhi{\boldsymbol{\Phi}} 987 | \def\bbPsi{\boldsymbol{\Psi}} 988 | 989 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of Bold Greek 990 | % 991 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%bar Bold Greek 992 | % 993 | \def\barbupsilon{\bar\bbupsilon} 994 | \def\barbalpha{\bar\bbalpha} 995 | \def\barbbeta{\bar\bbbeta} 996 | \def\barbgamma{\bar\bbgamma} 997 | \def\barbdelta{\bar\bbdelta} 998 | \def\barbepsilon{\bar\bbepsilon} 999 | \def\barbvarepsilon{\bar\bbvarepsilon} 1000 | \def\barbzeta{\bar\bbzeta} 1001 | \def\barbeta{\bar\bbeta} 1002 | \def\barbtheta{\bar\bbtheta} 1003 | \def\barbvartheta{\bar\bbvartheta} 1004 | 1005 | \def\barbiota{\bar\bbiota} 1006 | \def\barbkappa{\bar\bbkappa} 1007 | \def\barblambda{\bar\bblambda} 1008 | \def\barbmu{\bar\bbmu} 1009 | \def\barbnu{\bar\bbnu} 1010 | \def\barbxi{\bar\bbxi} 1011 | \def\barbpi{\bar\bbpi} 1012 | \def\barbrho{\bar\bbrho} 1013 | \def\barbvarrho{\bar\bbvarrho} 1014 | \def\barbvarsigma{\bar\bbvarsigma} 1015 | \def\barbphi{\bar\bbphi} 1016 | \def\barbvarphi{\bar\bbvarphi} 1017 | \def\barbchi{\bar\bbchi} 1018 | \def\barbpsi{\bar\bbpsi} 1019 | \def\barbomega{\bar\bbomega} 1020 | 1021 | \def\barbGamma{\bar\bbGamma} 1022 | \def\barbDelta{\bar\bbDelta} 1023 | \def\barbTheta{\bar\bbTheta} 1024 | \def\barbLambda{\bar\bbLambda} 1025 | \def\barbXi{\bar\bbXi} 1026 | \def\barbPi{\bar\bbPi} 1027 | \def\barbSigma{\bar\bbSigma} 1028 | \def\barbUpsilon{\bar\bbUpsilon} 1029 | \def\barbPhi{\bar\bbPhi} 1030 | \def\barbPsi{\bar\bbPsi} 1031 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of bar Bold Greek 1032 | % 1033 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%hat Bold Greek 1034 | % 1035 | \def\hbupsilon{\hat\bbupsilon} 1036 | \def\hbalpha{\hat\bbalpha} 1037 | \def\hbbeta{\hat\bbbeta} 1038 | \def\hbgamma{\hat\bbgamma} 1039 | \def\hbdelta{\hat\bbdelta} 1040 | \def\hbepsilon{\hat\bbepsilon} 1041 | \def\hbvarepsilon{\hat\bbvarepsilon} 1042 | \def\hbzeta{\hat\bbzeta} 1043 | \def\hbeta{\hat\bbeta} 1044 | \def\hbtheta{\hat\bbtheta} 1045 | \def\hbvartheta{\hat\bbvartheta} 1046 | 1047 | \def\hbiota{\hat\bbiota} 1048 | \def\hbkappa{\hat\bbkappa} 1049 | \def\hblambda{\hat\bblambda} 1050 | \def\hbmu{\hat\bbmu} 1051 | \def\hbnu{\hat\bbnu} 1052 | \def\hbxi{\hat\bbxi} 1053 | \def\hbpi{\hat\bbpi} 1054 | \def\hbrho{\hat\bbrho} 1055 | \def\hbvarrho{\hat\bbvarrho} 1056 | \def\hbvarsigma{\hat\bbvarsigma} 1057 | \def\hbphi{\hat\bbphi} 1058 | \def\hbvarphi{\hat\bbvarphi} 1059 | \def\hbchi{\hat\bbchi} 1060 | \def\hbpsi{\hat\bbpsi} 1061 | \def\hbomega{\hat\bbomega} 1062 | 1063 | \def\hbGamma{\hat\bbGamma} 1064 | \def\hbDelta{\hat\bbDelta} 1065 | \def\hbTheta{\hat\bbTheta} 1066 | \def\hbLambda{\hat\bbLambda} 1067 | \def\hbXi{\hat\bbXi} 1068 | \def\hbPi{\hat\bbPi} 1069 | \def\hbSigma{\hat\bbSigma} 1070 | \def\hbUpsilon{\hat\bbUpsilon} 1071 | \def\hbPhi{\hat\bbPhi} 1072 | \def\hbPsi{\hat\bbPsi} 1073 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of hat Bold Greek 1074 | % 1075 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%tilde Bold Greek 1076 | % 1077 | \def\tbupsilon{\tilde\bbupsilon} 1078 | \def\tbalpha{\tilde\bbalpha} 1079 | \def\tbbeta{\tilde\bbbeta} 1080 | \def\tbgamma{\tilde\bbgamma} 1081 | \def\tbdelta{\tilde\bbdelta} 1082 | \def\tbepsilon{\tilde\bbepsilon} 1083 | \def\tbvarepsilon{\tilde\bbvarepsilon} 1084 | \def\tbzeta{\tilde\bbzeta} 1085 | \def\tbeta{\tilde\bbeta} 1086 | \def\tbtheta{\tilde\bbtheta} 1087 | \def\tbvartheta{\tilde\bbvartheta} 1088 | 1089 | \def\tbiota{\tilde\bbiota} 1090 | \def\tbkappa{\tilde\bbkappa} 1091 | \def\tblambda{\tilde\bblambda} 1092 | \def\tbmu{\tilde\bbmu} 1093 | \def\tbnu{\tilde\bbnu} 1094 | \def\tbxi{\tilde\bbxi} 1095 | \def\tbpi{\tilde\bbpi} 1096 | \def\tbrho{\tilde\bbrho} 1097 | \def\tbvarrho{\tilde\bbvarrho} 1098 | \def\tbvarsigma{\tilde\bbvarsigma} 1099 | \def\tbphi{\tilde\bbphi} 1100 | \def\tbvarphi{\tilde\bbvarphi} 1101 | \def\tbchi{\tilde\bbchi} 1102 | \def\tbpsi{\tilde\bbpsi} 1103 | \def\tbomega{\tilde\bbomega} 1104 | 1105 | \def\tbGamma{\tilde\bbGamma} 1106 | \def\tbDelta{\tilde\bbDelta} 1107 | \def\tbTheta{\tilde\bbTheta} 1108 | \def\tbLambda{\tilde\bbLambda} 1109 | \def\tbXi{\tilde\bbXi} 1110 | \def\tbPi{\tilde\bbPi} 1111 | \def\tbSigma{\tilde\bbSigma} 1112 | \def\tbUpsilon{\tilde\bbUpsilon} 1113 | \def\tbPhi{\tilde\bbPhi} 1114 | \def\tbPsi{\tilde\bbPsi} 1115 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of tilde Bold Greek 1116 | \def \deltat {\triangle t} 1117 | \def \eps {\epsilon} 1118 | \def \lam {\lambda} 1119 | \def \bblam {\bblambda} 1120 | \def \Lam {\Lambda} 1121 | \def \bbLam {\bbLambda} 1122 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%hat greek 1123 | % 1124 | \def\hhattheta{\hat\theta} 1125 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%end of hat greek 1126 | -------------------------------------------------------------------------------- /style_files_stanford/statistics2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eshoyuan/SEU_Beamer_Template_Latex/c32bd64ebcf1eb5df89b814d8f9058ce3cd06c5f/style_files_stanford/statistics2019.png --------------------------------------------------------------------------------