diff --git a/src/opinions.jl b/src/opinions.jl index f39617d..59b6663 100644 --- a/src/opinions.jl +++ b/src/opinions.jl @@ -21,6 +21,6 @@ const MakieThinTheme = MakieCore.Theme( padding = (5, 5, 5, 5), ), Colorbar = (; - spinewidth = 0.5, - ) + spinewidth = 0.5 + ), ) diff --git a/src/settings.jl b/src/settings.jl index 84e07ee..2d9871a 100644 --- a/src/settings.jl +++ b/src/settings.jl @@ -53,6 +53,12 @@ SETTINGS = Dict( base_fontsize = 10, font = "Times", ), + :AAAI => TuePlotsSetting( # 2024 + width = 6.975, + width_half = 3.3, + base_fontsize = 10, + font = "TeX Computer Modern", + ), :TMLR => TuePlotsSetting( width = 6.5, width_half = 3.25,