february 2026 updates
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
% captions
|
||||
\RequirePackage{caption}
|
||||
\captionsetup{font=scriptsize,labelfont=scriptsize}
|
||||
\RequirePackage{subcaption}
|
||||
|
||||
% beamer theme
|
||||
\usetheme{moloch}
|
||||
@@ -65,14 +64,18 @@
|
||||
BoldFont={Fira Sans},
|
||||
BoldItalicFont={Fira Sans Italic}
|
||||
]{Fira Sans Light}
|
||||
% \setmonofont[BoldFont={Fira Mono Medium}]{Fira Mono}
|
||||
\setmonofont{Fantasque Sans Mono}
|
||||
\setmonofont[BoldFont={Fira Mono Medium}]{Fira Mono}
|
||||
% \setmonofont{Fantasque Sans Mono}
|
||||
\AtBeginEnvironment{tabular}{%
|
||||
\addfontfeature{Numbers={Monospaced}}
|
||||
}
|
||||
% https://steeven9.github.io/USI-LaTeX/html/packages_hyperref_babel_xcolor3.html
|
||||
% Section 3.2 of:
|
||||
% https://mirror.ibcp.fr/pub/CTAN/macros/latex/contrib/beamer-contrib/themes/moloch/moloch.pdf
|
||||
\definecolor{ubo}{HTML}{8c3759}
|
||||
\setbeamercolor{progress bar}{fg=ubo}
|
||||
\setbeamercolor{title separator}{fg=ubo}
|
||||
\setbeamercolor{frametitle}{bg=ubo}
|
||||
% \setbeamercolor{progress bar}{fg=BrickRed}
|
||||
% \setbeamercolor{title separator}{fg=BrickRed}
|
||||
% footnote font size
|
||||
@@ -87,6 +90,10 @@
|
||||
\molochset{subsectionpage=progressbar}
|
||||
% table of contents
|
||||
\setbeamertemplate{section in toc}[sections numbered]
|
||||
\makeatletter
|
||||
\patchcmd{\beamer@sectionintoc}{\vskip1.5em}{\vskip0.3em}{}{}
|
||||
\patchcmd{\beamer@subsectionintoc}{\vskip0.75em}{\vskip0.15em}{}{}
|
||||
\makeatother
|
||||
% smaller first-level bullet points
|
||||
\setbeamertemplate{itemize item}{\textbullet}
|
||||
% smaller bibliography entries
|
||||
@@ -105,15 +112,18 @@
|
||||
}
|
||||
|
||||
% fonts and symbols
|
||||
\RequirePackage{pifont}
|
||||
\newcommand{\cmark}{\color{YellowGreen}\ding{51}}
|
||||
\newcommand{\xmark}{\color{BrickRed}\ding{55}}
|
||||
\RequirePackage{textcomp}
|
||||
\RequirePackage{emoji}
|
||||
% markers
|
||||
% circles
|
||||
\RequirePackage{circledsteps}
|
||||
\pgfkeys{/csteps/inner color=white}
|
||||
\pgfkeys{/csteps/fill color=black}
|
||||
% markers
|
||||
\RequirePackage{pifont}
|
||||
\newcommand{\cmark}{{\color{YellowGreen}\ding{51}}}
|
||||
\newcommand{\xmark}{{\color{BrickRed}\ding{55}}}
|
||||
\newcommand{\imark}{{\color{Orange}\ding{109}}}
|
||||
% pills
|
||||
\newcommand{\DONE}{%
|
||||
\CircledParamOpts{inner color=black, outer color=LimeGreen, fill color=LimeGreen}{1}{\textbf{DONE}} %
|
||||
}
|
||||
@@ -140,6 +150,7 @@
|
||||
\RequirePackage{amsmath,amssymb,amsfonts}
|
||||
% resizebox
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage{subcaption}
|
||||
% tables
|
||||
\RequirePackage{tabularx}
|
||||
\RequirePackage{booktabs}
|
||||
|
||||
Reference in New Issue
Block a user