Coverage for src/cosmic_toolbox/styles/eth_thesis.py: 0%
9 statements
« prev ^ index » next coverage.py v7.15.0, created at 2026-07-10 10:31 +0000
« prev ^ index » next coverage.py v7.15.0, created at 2026-07-10 10:31 +0000
1# Copyright (C) 2026 ETH Zurich
2# Institute for Particle Physics and Astrophysics
3# Author: Silvan Fischbacher
4# created: Wed Jul 8 2026
6from .base import PaperStyle
9class ETH_THESIS(PaperStyle):
10 """
11 JCAP style for:
12 \\documentclass[a4paper,11pt]{article}
13 \\usepackage{jcappub}
15 Textwidth measured with \\the\\textwidth → 418.25368pt
16 """
18 TEXTWIDTH_PT = 418.25368
19 FONT_SIZE = 12
22set_mpl = ETH_THESIS.set_mpl
23fig = ETH_THESIS.fig
24fig_grid = ETH_THESIS.fig_grid
25fig_size = ETH_THESIS.fig_size
26textwidth = ETH_THESIS.textwidth