Skip to content

Commit

Permalink
CVPR 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 13, 2023
1 parent 3687232 commit a7ec2ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ SETTINGS = Dict(
base_fontsize = 10.95,
font = "TeX Computer Modern",
),
:CVPR => TuePlotsSetting( # 2022
width = 496.85625 / POINTS_PER_INCH,
width_half = 237.13594 / POINTS_PER_INCH,
base_fontsize = missing,
font = missing,
:CVPR => TuePlotsSetting( # 2024
width = 6.875,
width_half = 3.25,
base_fontsize = 9,
font = "Times New Roman",
),
:ICLR => TuePlotsSetting( # 2024
width = 5.5,
Expand Down

0 comments on commit a7ec2ff

Please sign in to comment.