mirror of
https://gitlab.kit.edu/kit/cel/misc/cel-slides-template-2025.git
synced 2025-12-13 06:44:39 +00:00
set latex arrow as default; fixed subsubitem size
This commit is contained in:
parent
a5970b77e6
commit
9f246df39d
@ -1109,6 +1109,7 @@
|
|||||||
\setbeamercolor*{itemize subitem}{fg=kit-green100}
|
\setbeamercolor*{itemize subitem}{fg=kit-green100}
|
||||||
\setbeamercolor*{itemize subsubitem}{fg=kit-green100}
|
\setbeamercolor*{itemize subsubitem}{fg=kit-green100}
|
||||||
\setbeamertemplate{itemize/enumerate subbody begin}{\normalsize}
|
\setbeamertemplate{itemize/enumerate subbody begin}{\normalsize}
|
||||||
|
\setbeamertemplate{itemize/enumerate subsubbody begin}{\normalsize}
|
||||||
|
|
||||||
\setbeamercolor*{block title}{fg=white,bg=kit-green100}
|
\setbeamercolor*{block title}{fg=white,bg=kit-green100}
|
||||||
\setbeamercolor*{block title alerted}{use=alerted text,fg=white,bg=alerted text.fg!75!black}
|
\setbeamercolor*{block title alerted}{use=alerted text,fg=white,bg=alerted text.fg!75!black}
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All changes of this template is documented in this file.
|
All changes of this template is documented in this file.
|
||||||
|
## [2025.10.22 changes]
|
||||||
|
- set tikz arrows to latex
|
||||||
|
- fix the font size of subsubitems
|
||||||
## [2025.08.28 v1.0.1] CEL citation style
|
## [2025.08.28 v1.0.1] CEL citation style
|
||||||
- Simplified \addreference(s) and \citereference by using \supercite and \fullcite
|
- Simplified \addreference(s) and \citereference by using \supercite and \fullcite
|
||||||
- TODO: integrate the \supercite from the old CEL template
|
- TODO: integrate the \supercite from the old CEL template
|
||||||
|
|||||||
@ -62,8 +62,8 @@
|
|||||||
\pgfplotsset{compat=newest}
|
\pgfplotsset{compat=newest}
|
||||||
\usetikzlibrary{arrows,calc,fit,matrix,positioning,shapes,shadows,trees,mindmap,tikzmark,arrows.meta,angles,quotes,babel}
|
\usetikzlibrary{arrows,calc,fit,matrix,positioning,shapes,shadows,trees,mindmap,tikzmark,arrows.meta,angles,quotes,babel}
|
||||||
\tikzstyle{every picture}+=[remember picture]
|
\tikzstyle{every picture}+=[remember picture]
|
||||||
|
|
||||||
\usetikzlibrary{arrows.meta, shapes.multipart, backgrounds, decorations.pathmorphing, patterns}
|
\usetikzlibrary{arrows.meta, shapes.multipart, backgrounds, decorations.pathmorphing, patterns}
|
||||||
|
\tikzset{>=latex}
|
||||||
|
|
||||||
% option for pre-comiling tikz
|
% option for pre-comiling tikz
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user