From e87a8ebf68d2c5f7917bcc549420d3376e2aa06e Mon Sep 17 00:00:00 2001 From: Klagarge Date: Thu, 4 Jun 2026 10:57:58 +0200 Subject: [PATCH] docs(report): shorten figure caption --- report/main/06-validation.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/report/main/06-validation.typ b/report/main/06-validation.typ index 4237711..d62e73f 100644 --- a/report/main/06-validation.typ +++ b/report/main/06-validation.typ @@ -101,17 +101,17 @@ A second physical model has been developed to take into account the initial @co2 #figure( image("../resources/img/Physical model/CO2 concentration over time Simaria.png", width: 100%), - caption: [Comparison of @co2:short concentration over time between open data from Simaria #cite() (continuous curves) and the model (dashed curve)] + caption: [Comparison of @co2:short concentration over time between open data from Simaria #cite() (continuous) and the model (dashed)] ) #figure( image("../resources/img/Physical model/CO2 concentration over time INRS secondary school.png", width: 100%), - caption: [Comparison of @co2:short concentration over time between open data from the secondary school classroom #cite() (blue curve) and the model (orange dashed curve)] + caption: [Comparison of @co2:short concentration over time between open data from the secondary school classroom #cite() (blue) and the model (orange dashed)] ) #figure( image("../resources/img/Physical model/CO2 concentration over time INRS office room.png", width: 100%), - caption: [Comparison of @co2:short concentration over time between open data from the office room #cite() (blue curve) and the model (orange dashed curve)] + caption: [Comparison of @co2:short concentration over time between open data from the office room #cite() (blue) and the model (orange dashed)] ) #pagebreak()