From d75a0cd2bc795d13067b5a513da7e9fc0cee2068 Mon Sep 17 00:00:00 2001 From: Nathan Musoke Date: Wed, 2 Oct 2024 15:30:41 -0400 Subject: [PATCH] add theme for PRL --- src/settings.jl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/settings.jl b/src/settings.jl index 6ae0e74..86c83b8 100644 --- a/src/settings.jl +++ b/src/settings.jl @@ -83,6 +83,12 @@ SETTINGS = Dict( base_fontsize = 11, font = "TeX Computer Modern", ), + :PRL => TuePlotsSetting( + width = 7.05826, + width_half = 3.40457, + base_fontsize = 10, + font = "TeX Computer Modern", + ), ) """