Skip to content

Commit

Permalink
Update settings.jl with ProbNum25 style
Browse files Browse the repository at this point in the history
I'm proposing a style for [ProbNum25](https://probnum25.github.io)
  • Loading branch information
philipphennig authored Nov 12, 2024
1 parent 1688518 commit 233f0dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
)

"""
Expand Down

0 comments on commit 233f0dd

Please sign in to comment.