From a7ec2ffddebfbff93053f0439064e931f51b9611 Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Mon, 13 Nov 2023 10:30:50 +0100 Subject: [PATCH] CVPR 2024 --- src/settings.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/settings.jl b/src/settings.jl index 8eb9aca..50e4311 100644 --- a/src/settings.jl +++ b/src/settings.jl @@ -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,