From 233f0dd1ec6dccad67e60e0e723689d8d7c2b19c Mon Sep 17 00:00:00 2001 From: Philipp Hennig Date: Tue, 12 Nov 2024 15:44:18 +0100 Subject: [PATCH] Update settings.jl with ProbNum25 style I'm proposing a style for [ProbNum25](https://probnum25.github.io) --- src/settings.jl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/settings.jl b/src/settings.jl index 86c83b8..b2bae6f 100644 --- a/src/settings.jl +++ b/src/settings.jl @@ -89,6 +89,12 @@ SETTINGS = Dict( base_fontsize = 10, font = "TeX Computer Modern", ), + :ProbNum25 => TuePlotsSetting( # 2025 + width = 6.9444, + width_half = 3.333, + base_fontsize = 10, + font = "TeX Computer Modern", + ), ) """