summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thubeamer/beamerthemethubeamer.sty
blob: 21bfce4f399db677dff50b2c60b3b3d4d3625f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
%%
%% This is file `beamerthemethubeamer.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% thubeamer.dtx  (with options: `thubeamer')
%% 
%% This is a generated file.
%% 
%% Copyright (C) 2019--2021 by Jingxuan Yang <yanglatex2e@gmail.com>
%% 
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in:
%% 
%% http://www.latex-project.org/lppl.txt
%% 
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2008/05/04 or later.
%% 
%% To produce the documentation run the original source files ending with `.dtx'
%% through LaTeX.
%% 

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerthemethubeamer}
[2021/11/15 v1.1.0 A Beamer Theme for Tsinghua University (THU)]
\def\thubeamer{\textsc{thu}\-\textsc{Beamer}}
\RequirePackage{tikz}
\usetikzlibrary{external}
\RequirePackage{pgf}
\RequirePackage{multicol}
\RequirePackage{multimedia}
\RequirePackage{calc}
\RequirePackage{amsmath}
\RequirePackage{amsthm}
\RequirePackage{amssymb}
\RequirePackage{bm}
\RequirePackage{graphicx}
\RequirePackage{tabularx}
\RequirePackage{booktabs}
\RequirePackage{multirow}
\RequirePackage{enumerate}
\RequirePackage{hyperref}
\RequirePackage{algorithm}
\RequirePackage{algorithmic}
\RequirePackage[T1]{fontenc}
\RequirePackage{latexsym,xcolor,multicol,calligra}
\RequirePackage{pstricks,listings,stackengine}
\RequirePackage[sort&compress,numbers]{natbib}
\DeclareOptionBeamer{thupurple}{
  \PassOptionsToPackage{thupurple}{beamercolorthemethubeamer}
  \PassOptionsToPackage{thupurple}{beamerinnerthemethubeamer}
  \PassOptionsToPackage{thupurple}{beamerouterthemethubeamer}
}
\DeclareOptionBeamer{thupurple2}{
  \PassOptionsToPackage{thupurple2}{beamercolorthemethubeamer}
  \PassOptionsToPackage{thupurple2}{beamerinnerthemethubeamer}
  \PassOptionsToPackage{thupurple2}{beamerouterthemethubeamer}
}
\DeclareOptionBeamer{smoothbars}{
  \PassOptionsToPackage{smoothbars}{beamercolorthemethubeamer}
  \PassOptionsToPackage{smoothbars}{beamerouterthemethubeamer}
}
\DeclareOptionBeamer{sidebar}{
  \PassOptionsToPackage{sidebar}{beamercolorthemethubeamer}
  \PassOptionsToPackage{sidebar}{beamerouterthemethubeamer}
}
\DeclareOptionBeamer{sectiontoc}{
  \PassOptionsToPackage{sectiontoc}{beamerinnerthemethubeamer}
}
\DeclareOptionBeamer{subsectiontoc}{
  \PassOptionsToPackage{subsectiontoc}{beamerinnerthemethubeamer}
}
\DeclareOptionBeamer{en}{
  \PassOptionsToPackage{en}{beamerinnerthemethubeamer}
}
\ProcessOptionsBeamer
\mode<presentation>
{
  \useinnertheme{thubeamer}
  \useoutertheme{thubeamer}
  \usecolortheme{thubeamer}
}

\mode<all>
%% 
%% This package consists of the file  thubeamer.dtx,
%%              and the derived files thubeamer.pdf,
%%                                    beamerthemethubeamer.sty,
%%                                    beamercolorthemethubeamer.sty,
%%                                    beamerinnerthemethubeamer.sty,
%%                                    beamerouterthemethubeamer.sty.
%% 
%%
%% End of file `beamerthemethubeamer.sty'.