diff --git a/README.md b/README.md index d983649..056b76c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ Note: I do not follow [Semantic Versioning](https://semver.org/) for this projec ### Latest +* Update python versions run in ci (drop 3.6, add higher versions) +* Add escaping of model-selection-notebook correlation tex table columns +* Fix latex color theme name for Ubuntu +* Update github action versions for checkout and setup-python + ### v2022.1.2 Replace slide publishing workaround with instructions on accessing compiled slides under releases. diff --git a/slides/ai_for_risk_header.tex b/slides/ai_for_risk_header.tex index 63348bc..c15c794 100644 --- a/slides/ai_for_risk_header.tex +++ b/slides/ai_for_risk_header.tex @@ -1,8 +1,8 @@ % See https://tex.stackexchange.com/questions/409500/option-clash-hyper-ref-colorlinks-and-transparent % for useful tips on clashes and what does and doesn't need to be explicitly loaded here \documentclass[aspectratio=169, xcolor=dvipsnames, hyperref={colorlinks}]{beamer} -\usepackage[dvipsnames]{xcolor} -\usecolortheme[named=Blue]{structure} + +\usecolortheme[named=blue]{structure} \setbeamertemplate{itemize items}[circle]