summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls16
1 files changed, 3 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls b/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
index c417542570b..d818ab11a88 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
@@ -27,49 +27,39 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitbeamer}
-{2022-09-29}{3.0.3}{BIT Thesis Templates}
-
-
+{2022-09-30}{3.0.4}{BIT Thesis Templates}
\keys_define:nn { bitbeamer }
{
titlegraphic .tl_set:N = \l_bit_titlegraphic_tl,
framelogo .tl_set:N = \l_bit_framelogo_tl,
}
\ProcessKeysOptions { bitbeamer }
-
\DeclareOption*{
\PassOptionsToClass{\CurrentOption}{ctexbeamer}
}
\ProcessOptions\relax
-
\LoadClass{ctexbeamer}
-
\RequirePackage{xeCJKfntef}
\RequirePackage{tikz}
-
\usetheme{Madrid}
\colorlet{beamer@blendedblue}{green!40!black}
-
\cs_new:Npn \CJKhl:nn #1 #2
{ \CJKsout*[thickness=2.5ex, format=\color{#1}]{#2} }
-
\tl_if_empty:NF \l_bit_titlegraphic_tl {
% BIT Logo
\titlegraphic{
\includegraphics[width=2cm]{\l_bit_titlegraphic_tl}
}
}
-
\tl_if_empty:NF \l_bit_framelogo_tl {
\addtobeamertemplate{frametitle}{}{%
\begin{tikzpicture}[remember~picture,overlay]
- \node[anchor=north~east,yshift=2pt] at (current~page.north~east) {\includegraphics[height=0.8cm]{\tl_use:N \l_bit_framelogo_tl}};
+ \node[anchor=north~east,yshift=2pt] at (current~page.north~east)
+ {\includegraphics[height=0.8cm]{\tl_use:N \l_bit_framelogo_tl}};
\end{tikzpicture}
}
}
-
\cs_new_eq:NN \CJKhl \CJKhl:nn
-
\endinput
%%
%% End of file `bitbeamer.cls'.