Skip to content

Commit

Permalink
Add AAAI2024 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch authored Sep 6, 2023
1 parent bd9f2a0 commit 9f944f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opinions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ const MakieThinTheme = MakieCore.Theme(
padding = (5, 5, 5, 5),
),
Colorbar = (;
spinewidth = 0.5,
)
spinewidth = 0.5
),
)
6 changes: 6 additions & 0 deletions src/settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f944f2

Please sign in to comment.