Skip to content

Commit

Permalink
Change latex header color theme
Browse files Browse the repository at this point in the history
to avoid Ubuntu ci error

! Package xcolor Error: Undefined color `Blue'.

(macos and windows were fine with it).
  • Loading branch information
munichpavel committed Jun 15, 2023
1 parent 451c5fc commit baecfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/ai_for_risk_header.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% 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}
\usecolortheme[named=Blue]{structure}
\usecolortheme[named=blue]{structure}
\setbeamertemplate{itemize items}[circle]

\usepackage{smartdiagram}
Expand Down

0 comments on commit baecfec

Please sign in to comment.