From a794bcc704187c5b0370f5598d57933bef76c0cd Mon Sep 17 00:00:00 2001
From: timeeapacala <“t.pacala@tu-berlin.de”>
Date: Thu, 30 Jan 2025 17:30:47 +0100
Subject: [PATCH 1/2] - update to new syntax

---
 .../basic-concepts.md                         | 104 +++++++++++-------
 .../weight_and_balance_analysis/index.md      |   6 +-
 .../weight_and_balance_analysis/usage.md      |  29 +++--
 mkdocs.yml                                    |   4 +-
 4 files changed, 86 insertions(+), 57 deletions(-)

diff --git a/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md b/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md
index 238d4d7..a5f5cc2 100644
--- a/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md
+++ b/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md
@@ -3,8 +3,8 @@ This chapter introduces the definitions and theoretical concepts used in UNICADO
 
  For some calculations there are more available methods. These can be selected by the user in the w&b tool configuration file [_weight\_and\_balance\_analysis\_conf.xml_](usage.md). 
 
-> [!NOTE] 
-> In this beta release of UNICADO the w&b analysis module is laid out for the _tube and wing_ configuration of a look-a-like A320. This will be extended in the future to support also a blended wing body configuration.
+!!! note 
+    In this beta release of UNICADO the w&b analysis module is laid out for the _tube and wing_ configuration of a look-a-like A320. This will be extended in the future to support also a blended wing body configuration.
 
 
 ## Masses of the Aircraft {#masses}
@@ -13,34 +13,34 @@ Let us start defining the different masses calculated by the tool and how they a
 
 - The **Manufacture Empty Mass (MEM)** is the mass of the aircraft which includes the mass of the main components, i.e. the airframe structure (wing, fuselage, landing gear, empennage, pylons), the propulsion group (nacelles and engines) mass and the fixed equipment mass like the furnishings or the navigation systems.
   
-> [!NOTE] 
-> The tanks don't have an own mass as they are integrated in the main components. Only for the case of additional tanks a mass is added.  
+!!! note 
+    The tanks don't have an own mass as they are integrated in the main components. Only for the case of additional tanks a mass is added.  
 
 - The **Operating Empty Mass (OEM)** represents the mass of the aircraft which includes the crew, all essential operational fluids and all operator-required items and equipment for flight. It coresponds to the MEM with addition of the operator items mass. 
 
-  $ OEM = MEM + operator\_items\_mass $ 
+    $$ OEM = MEM + operator\_items\_mass $$ 
 
-> [!NOTE]
-> The operator items are calculated by both the fueselage design and the systems design module.
+!!! note
+    The operator items are calculated by both the fueselage design and the systems design module.
 
 - The **Maximum Zero Fuel Mass (MZFM)** is the total mass of the aircraft without any fuel. It is calculated with 
-  
-  $MZFM = OEM + maximum\_payload\_mass $
+    
+    $$ MZFM = OEM + maximum\_payload\_mass $$
 
-  - The ***maximum payload mass*** is refering to the maximum allowed payload which can be taken on board without violation of the structural limits and capacity constraints. This is defined in the TLARs.
+    - The ***maximum payload mass*** is refering to the maximum allowed payload which can be taken on board without violation of the structural limits and capacity constraints. This is defined in the TLARs.
 
 - The **Ferry Range Mass (FRM)** is the mass at which the aircraft can reach the maximum range. For this, no payload is carried and the tanks are filled up with the maximum fuel mass. 
   
-  $ FRM = OEM + maximum\_fuel\_mass $
+    $$ FRM = OEM + maximum\_fuel\_mass $$
 
-  - The ***maximum fuel mass*** is the maximum fuel that can be carried and fits in all tanks up to the maximum capacity, i.e all tanks are full. The tank design module outputs the maximum energy per each designed tank. These are transformed here with the corresponding gravimetric density to a maximum fuel mass per tank and then summed up for all tanks.  
+    - The ***maximum fuel mass*** is the maximum fuel that can be carried and fits in all tanks up to the maximum capacity, i.e all tanks are full. The tank design module outputs the maximum energy per each designed tank. These are transformed here with the corresponding gravimetric density to a maximum fuel mass per tank and then summed up for all tanks.  
 
 - The **Maximum Take-Off Mass (MTOM)** is the mass at which the aircraft takes off. For the design mission this corresponds to the design mass at take-off. Starting with the previously determined OEM, the calculated design fuel at takeoff and the design payload mass are added:
   
-  $ MTOM = OEM + design\_fuel\_mass\_takeoff + design\_payload\_mass $
+    $$ MTOM = OEM + design\_fuel\_mass\_takeoff + design\_payload\_mass $$
 
-> [!NOTE]
-> The estimated MTOM is an input of the weight and balance analysis tool and is initially written by the _initial\_sizing_ module. Here, it is updated to a mass based on more exact calculation, as the components design and its mass breakdown is now known.
+!!! note
+    The estimated MTOM is an input of the weight and balance analysis tool and is initially written by the _initial\_sizing_ module. Here, it is updated to a mass based on more exact calculation, as the components design and its mass breakdown is now known.
 
   - The ***design payload mass*** consists of the passenger, luggage and additional cargo mass defined by the user in the transport task. 
   - The ***design fuel mass mission*** is the fuel mass determined from the mission information and is equal to the mission energy (including taxi and reserves) divided by the gravimetric density of the energy provider. If the energy needed to complete the mission is not available or unknown, the design fuel mass is calculated from the difference between the estimated MTOM, OEM and the design payload mass.
@@ -48,21 +48,29 @@ Let us start defining the different masses calculated by the tool and how they a
   - The ***design fuel mass midflight*** is calculated by substracting from the design fuel mass at takeoff the fuel consumed during the take-off segment and half of the fuel needed for the cruise segment. These data are provided by the mission module. If not, the design fuel mass midflight is approximated to be half of the design fuel mass at takeoff. 
   - The ***design fuel mass landing*** corresponds to the remaining fuel in the tanks just after the plane touched down. The minimum fuel mass at landing is determined by substracting from the mission fuel mass the trip fuel mass (containing all flight segments) and the taxi fuel mass before the take-off. If no mission information is available, the minimum design fuel mass at landing is calculated by multiplying the design fuel mass at takeoff with factors for the contingency fuel, alternate fuel and the final fuel reserve. 
 
-  With the knowledge about the OEM, the design payload mass and the design fuel masses at different points during flight, the total design masses of the aircraft at specific times can be calculated: 
-  - ***design mass mission*** (the mass of the aircraft in the parking position before the start) $design\_mass\_mission = OEM + design\_fuel\_mass\_mission + design\_payload\_mass. $
+With the knowledge about the OEM, the design payload mass and the design fuel masses at different points during flight, the total design masses of the aircraft at specific times can be calculated: 
+
+  - ***design mass mission*** (the mass of the aircraft in the parking position before the start):
+  
+    $$ design\_mass\_mission = OEM + design\_fuel\_mass\_mission + design\_payload\_mass. $$
+
   - ***design mass at take-off*** (equal with the MTOM and to the ***design mass*** written in the acxml)
   - ***design mass at midflight*** 
   - ***design mass at landing***
 
-- The **Maximum Landing Mass (MLM)** is the maximum mass at which the pilot of the aircraft is allowed to attempt to land due to structural or other limits. 
+The **Maximum Landing Mass (MLM)** is the maximum mass at which the pilot of the aircraft is allowed to attempt to land due to structural or other limits. 
 Two calculation modes are available:
+
   - based on the mission information and the consumed fuel during flight (`default method`):
-    $MLM = OEM + design\_fuel\_mass\_landing + design\_payload\_mass $
+
+    $$ MLM = OEM + design\_fuel\_mass\_landing + design\_payload\_mass $$
+        
   - via the `RWTH regression method`: This calculation uses different formulas depending on whether the maximum takeoff mass exceeds a threshold value of 15,000 kg.
+  
     1. For Aircraft with *MTOM > 15,000 kg* the following empirical formula is used:  
-     $MLM = 1.9689 \times MTOM^{0.9248}$
+      $MLM = 1.9689 \times MTOM^{0.9248}$
     2. For Aircraft with *MTOM ≤ 15,000 kg* a linear approximation is used:  
-     $MLM = 0.9009 \times MTOM + 410.85 $
+      $MLM = 0.9009 \times MTOM + 410.85 $
 
 Additionally, two masses are calculated for the case that the aircraft flies either with maximum payload mass or with maximum fuel mass. In both cases the difference up to MTOM is completed with fuel or payload respectively. Based on the loading diagramm, the masses at the most forward and most aft CG positions are also determined. 
 
@@ -74,16 +82,17 @@ The knowledge of the center of gravity (CG) position and movement is necessary t
 The calculation involves determining the weighted average of the CG positions for all components. For each axis (_x, y ,z_), the function sums the scaled masses, which are the product of a component’s mass and its CG coordinate for the respective axis. This sum is then divided by the total mass of all components to yield the final CG coordinate for that axis. The global center of gravity ($ \text{CG} $) for a specific axis ($ \text{ax} $) is calculated as:
 
 $
-\text{CG}_{\text{ax}} = \frac{\sum_{i=1}^n (m_i \cdot x_i)}{\sum_{i=1}^n m_i}
+CG_{ax} = \frac{\sum_{i=1}^n (m_i \cdot x_i)}{\sum_{i=1}^n m_i}
 $
 
 Where:
+
 - $ m_i $ is the mass of the $ i $-th component.
 - $ x_i $ is the coordinate of the $ i $-th component along the $ \text{ax} $.
 - $ n $ is the total number of components.
 
-> [!NOTE] 
-> It is often common to specify the center of gravity as %MAC. 
+!!! note 
+    It is often common to specify the center of gravity as %MAC. 
 
 ### Center of Gravity Shift and the Loading Diagramm
 
@@ -102,27 +111,31 @@ The loadind diagramm is used to display the permissible range of aircraft mass a
 Below is a detailed breakdown of idealized key loading processes and their effects on the CG used to construct the loading diagramm. Given the vast number of possible loading combinations and scenarios, a pre-selection of critical cases—often configuration-dependent— has been made to reduce complexity. The following loading scenarios are considered within UNICADO:
 
 **1. Passenger Boarding**
+
   - Critical Scenario: Boarding passengers in a _front-to-rear_ or _rear-to-front_ sequence. These sequences represent extreme cases and can significantly affect the CG position.
   - Realistic Scenario: Passengers boarding with free seat selection, typically filling _window seats first, followed by middle and aisle seats_. This simulates common boarding patterns and provides a practical estimation of CG shifts.
 
 **2. Loading of Baggage and Cargo**
+
 - For aircraft with similarly sized forward and aft cargo holds, the CG can be deliberately influenced by distributing containers or pallets to achieve a CG favorable for cruise flight. For rear-engine aircraft, the larger cargo hold is typically located forward of the wings. The loading scenario for cargo assumes a symmetric _front-to-rear_ or _rear-to-front_ loading sequence.
 
 **3. Refueling**
+
   - Low-/Mid-Wing Aircraft: Fuel is loaded in the following order: inner tank → outer tank → central or fuselage tanks.
   - High-Wing Aircraft: Fuel is loaded in reverse: outer tank → inner tank → central or fuselage tanks.
   
-> [!NOTE] 
-> It is assumed that the tanks are filled up symmetrically in the mentioned order up to the maximum capacity of each tank with the fuel mass calculated based on the mission information. 
+!!! note 
+    It is assumed that the tanks are filled up symmetrically in the mentioned order up to the maximum capacity of each tank with the fuel mass calculated based on the mission information. 
 
 **4. Defueling (Fuel Consumption During Flight)**
+
   - Low-/Mid-Wing Aircraft:
     - Fuel is consumed in the order: central or fuselage tanks → inner tank → outer tank.
   - High-Wing Aircraft:
     - Fuel is consumed in the reverse order: central or fuselage tanks → inner tank → outer tank.
 
-> [!NOTE] 
-> For the moment only the loading case 3 - 1 - 2 - 4 is implemented. The different selection of the loading scenarios can be made in the _weight\_and\_balance\_analysis\_conf.xml_ file.
+!!! note 
+    For the moment only the loading case 3 - 1 - 2 - 4 is implemented. The different selection of the loading scenarios can be made in the _weight\_and\_balance\_analysis\_conf.xml_ file.
 
 Finally, the **most forward and most aft _x_-CG positions** and the corresponding masses are depicted from the resulting diagramm.  
 
@@ -131,12 +144,14 @@ Finally, the **most forward and most aft _x_-CG positions** and the correspondin
 
 Inertia forces arise from the tendency of mass to resist accelerations. For rotational accelerations, these forces are represented by the **mass moment of inertia** terms.These are critical parameters in the analysis and design of aircraft, as they determine the rotational dynamics about the principal axes: roll, pitch, and yaw. These values influence stability, control responsiveness, and handling qualities. The moments of inertia are calculated relative to an axis and depend on the mass distribution of the aircraft. The cross products of inertia (e.g., $ I_{xy} $) arise when the axes are not aligned with the principal axes of the mass distribution.
 
-In this context the mass moments of inertia about the three principal axes 
+In this context the mass moments of inertia about the three principal axes
+
 - $ I_{xx} $: About the roll axis  
 - $ I_{yy} $: About the pitch axis  
 - $ I_{zz} $: About the yaw axis
-> [!NOTE]
-> The mass moments of inertia are calculated only for the total masses.  
+
+!!! note
+    The mass moments of inertia are calculated only for the total masses.  
   
 are determined determined by means of the following ***calculation methods:***
 
@@ -147,7 +162,8 @@ are determined determined by means of the following ***calculation methods:***
 - **Pitch**: $I_{yy} = \frac{l^2 M R_y^2}{4} \cdot f_{yy} $
 - **Yaw:** $I_{zz} = \frac{\left( \frac{b + l}{2} \right)^2 M R_z^2}{4}$
 
-Where:  
+Where:
+
 - $ b $: Wingspan  
 - $ l $: Fuselage length  
 - $ M $: Aircraft mass
@@ -194,20 +210,24 @@ Here, $f_{xx}$ and $f_{yy}$ are technology factors set to $0.8$ respectively $0.
 #### 3. Using the Component's Inertia
 This method involves calculating the total inertia tensor of the aircraft based on its components' individual mass properties. For each inertia component ($I_{xx}$, $I_{xy}$, etc.), the function adds the component's intrinsic inertia and the inertia due to its offset from the reference CG (using the Steiner theorem). The mass moments of inertia are given exemplary    
 
-- around the principal axes ($I_{xx}$, $I_{yy}$,$I_{zz}$): 
-$
-I_{xx} = \sum (I_{xx},{\text{component}} + m_{\text{component}} \cdot (p^2 + q^2))
-$  
-- around the deviation axes (cross-product terms $I_{xy}$, $I_{xz}$, etc.): 
-$
-I_{xy} = \sum (I_{xy},{\text{component}} + m_{\text{component}} \cdot -(p \cdot q))
-$  
+- around the principal axes ($I_{xx}$, $I_{yy}$,$I_{zz}$):
+  
+    $
+    I_{xx} = \sum (I_{xx,\text{component}} + m_{\text{component}} \cdot (p^2 + q^2))
+    $  
+
+- around the deviation axes (cross-product terms $I_{xy}$, $I_{xz}$, etc.):
+    
+    $
+    I_{xy} = \sum (I_{xy,\text{component}} + m_{\text{component}} \cdot -(p \cdot q))
+    $  
 
 
 with $p$ and $q$ representing the relative distances between the reference center of gravity (CG) and the current component's CG along the specified axes. Specifically:
+
 - $ p $: The distance along the first axis (e.g., x, y, or z).
 - $ q $: The distance along the second axis (e.g., x, y, or z). 
  
-> [!NOTE]
-> The component's moments of inertia, if available, are calculated in the component's design modules. Otherwise, these are 0.
+!!! note
+    The component's moments of inertia, if available, are calculated in the component's design modules. Otherwise, these are 0.
 
diff --git a/docs/documentation/analysis/weight_and_balance_analysis/index.md b/docs/documentation/analysis/weight_and_balance_analysis/index.md
index b251745..e352017 100644
--- a/docs/documentation/analysis/weight_and_balance_analysis/index.md
+++ b/docs/documentation/analysis/weight_and_balance_analysis/index.md
@@ -20,9 +20,9 @@ If you are familiar with these concepts and want to contribute - head over to th
 
 The following pages will help you understand the code structure:
 
-- [Developer Guide](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/developer-installation/)
-- [Build Instructions](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/build/general/)
-- [How to Python in UNICADO](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/style/python-modularization/)
+- [Developer Guide](../../../get-involved/developer-installation.md)
+- [Build Instructions](../../../get-involved/build/general.md)
+- [How to Python in UNICADO](../../../get-involved/style/python-modularization.md)
 - [Weight & Balance Analysis Tool Structure](usage.md)
 
 We appreciate it!
diff --git a/docs/documentation/analysis/weight_and_balance_analysis/usage.md b/docs/documentation/analysis/weight_and_balance_analysis/usage.md
index 117b548..81f41c4 100644
--- a/docs/documentation/analysis/weight_and_balance_analysis/usage.md
+++ b/docs/documentation/analysis/weight_and_balance_analysis/usage.md
@@ -16,15 +16,16 @@ The following requirements are needed for the tool to run:
 1. **First**, it is assumed that you have the UNICADO *package* installed including the executables, the database, and the UNICADO *libraries*.
 
 2. As the w&b analysis tool is an analysis tool, the **second requirement** is that the ***sizing modules***, as well that the ***aerodynamic analysis*** and ***mission analysis*** tools were successfully executed beforehand and that the results are written in the Aircraft Exchange File (acXML). The following information must be available (the subcomponents of the required nodes are not listed here):
- - `aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements`: `maximum_structrual_payload_mass` 
- - `aircraft_exchange_file/requirements_and_specifications/design_specification`: `configuration`, `transport_task`, `energy_carriers`
- - `aircraft_exchange_file/component_design` : the `global_reference_point` and the components `wing`, `empennage`, `tank`, `propulsion`, `landing gear`, `systems` each at least with the nodes `position` and `mass_properties`
- - `aircraft_exchange_file/analysis/aerodynamics/reference_values`: `neutral_point`
- - `aircraft_exchange_file/analysis/masses_cg_inertia`: `maximum_takeoff_mass` 
- - `aircraft_exchange_file/analysis/mission/design_mission`: `loaded_mission_energy`, `in_flight_energy`, `taxi_energy`
+
+    - `aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements`: `maximum_structrual_payload_mass` 
+    - `aircraft_exchange_file/requirements_and_specifications/design_specification`: `configuration`, `transport_task`, `energy_carriers`
+    - `aircraft_exchange_file/component_design` : the `global_reference_point` and the components `wing`, `empennage`, `tank`, `propulsion`, `landing gear`, `systems` each at least with the nodes `position` and `mass_properties`
+    - `aircraft_exchange_file/analysis/aerodynamics/reference_values`: `neutral_point`
+    - `aircraft_exchange_file/analysis/masses_cg_inertia`: `maximum_takeoff_mass` 
+    - `aircraft_exchange_file/analysis/mission/design_mission`: `loaded_mission_energy`, `in_flight_energy`, `taxi_energy`
  
-> [!NOTE]
-> When the UNICADO workflow is executed the tool is run automatically. In this case, all the required data should be available anyway.
+    !!! note
+        When the UNICADO workflow is executed the tool is run automatically. In this case, all the required data should be available anyway.
    
 3. The `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` are correctly set in the `control settings` part of the _weight\_and\_balance\_analysis\_conf.xml_ file (configXML). The `console_output` should be set at least to `mode_1`.
    
@@ -45,7 +46,8 @@ ___
 	A-->I[doc] 
 </pre>
 
-@important Since the documentation might be delayed to the development progress - this graph might not have all information yet.
+!!! important
+    Since the documentation might be delayed to the development progress - this graph might not have all information yet.
 
 Let's break down the tool structure and see what happens in the most relevant files:
 
@@ -54,8 +56,10 @@ Let's break down the tool structure and see what happens in the most relevant fi
 ## Configuration File {#module-configuration-file}
 
 The _weight\_and\_balance\_analysis\_conf.xml_ is structured into two blocks: the control and program settings. The control settings are standardized in UNICADO and will not be described in detail here. But to get started, you have to change at least
+
 - the `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` to your respective settings,
 - the `console_output` at least to `mode_1`, and
+- the `plot_output` to false (or define `inkscape_path` and `gnuplot_path`).
 
 !!! note 
     If the tool is executed via the workflow, those settings are set by the workflow settings.
@@ -111,6 +115,7 @@ By changing the program settings im the configXML we can manipulate how the w&b
 ```
 
 In this part of the configXML we can select the calculation methods and aircraft configuration for the inertia, the maximum landing mass and the modes for the loading scenarios. Each mode has a description and the selection is made by changing the respective `value`. Most of the default modes coming with the package are set to `mode_0`. This means that:
+
 - the mass moments of inertia are calculated using the LTH Tables
 - the maximum landing mass is calculated based on the mission information and the consumed fuel during flight
 - the selected scenario for refueling is to fill up the tanks with the fuel for the design mission
@@ -121,6 +126,7 @@ In this part of the configXML we can select the calculation methods and aircraft
 Once the desired methods are selected and the requirements are in place, the tool can run. In order to start the w&b analysis tool, we can execute it directly from the console if all paths are set (see [How to run a tool](howToRunATool.md)) or run the _main.py_ inside the tool folder.
 
 Following will happen:
+
 - First, the necessary data and paths are acquired with ***datapreprocessing.py*** and ***usermethoddatapreparation.py***
 - Then the ***methodbasic.py*** is executed and you see the output in the console window: The mass properties of the components are first read, then the total masses are calculated, afterwards the cg shift due to refueling, passangers boarding, cargo loading and finally defueling is determined together with the most fwd and aft CG positions
 - Next, the calculated data is postprocessed and the outputs are written to the acXML with ***datapostprocessing.py*** and ***usermethoddatapreparation.py***
@@ -191,13 +197,14 @@ The following results are saved in the acXML under `aircraft_exchange_file/analy
         </masses_cg_inertia>            
 ```
 
-> [!TIP]
-> If you are missing some of the terms in here - take a look at [basic concepts](basic-concepts.md).
+!!! tip
+    If you are missing some of the terms in here - take a look at [basic concepts](basic-concepts.md).
 
 ---
 
 ## Troubleshooting {#trouble}
 If the tool does not run properly:
+
  - Make sure you have all the paths set up correctly and the specified elements exist
  - Go through the log file `weight_and_balance_analysis.txt` and check for warnings and critical messages.
 
diff --git a/mkdocs.yml b/mkdocs.yml
index 384e575..4de0d68 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -46,13 +46,15 @@ markdown_extensions:
   - pymdownx.keys                         # Adds special styling for keyboard key indicators.
   - pymdownx.mark                         # Adds highlighting functionality for text.
   - pymdownx.tilde                        # Enables strikethrough formatting.
+  - pymdownx.arithmatex:
+      generic: true
 
 # Additional JavaScript files to include for rendering mathematical notation
 extra_javascript:
   - assets/javascripts/katex.js           # Local KaTeX script.
   - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js  # CDN KaTeX script (same as local but hosted externally).
   - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js  # KaTeX auto-render script (converts Latex syntax in formatted math).
-
+  - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML
 # Additional CSS files to include for styling of website and mathematical notations (font, size etc.)
 extra_css:
   - assets/css/unicado.css                # Custom CSS for styling the UNICADO site.
-- 
GitLab


From cad4080cea8322d0574de6c396dd1a11f4d6de22 Mon Sep 17 00:00:00 2001
From: timeeapacala <“t.pacala@tu-berlin.de”>
Date: Mon, 3 Feb 2025 16:32:17 +0100
Subject: [PATCH 2/2] typos

---
 .../analysis/weight_and_balance_analysis/basic-concepts.md      | 2 +-
 .../documentation/analysis/weight_and_balance_analysis/index.md | 2 +-
 .../documentation/analysis/weight_and_balance_analysis/usage.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md b/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md
index a5f5cc2..59b5c00 100644
--- a/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md
+++ b/docs/documentation/analysis/weight_and_balance_analysis/basic-concepts.md
@@ -79,7 +79,7 @@ Additionally, two masses are calculated for the case that the aircraft flies eit
 
 The knowledge of the center of gravity (CG) position and movement is necessary to ensure the static stability and controllability of the aircraft on the ground and in the air. Based on the results of the detailed mass breakdown of the components with their _mass properties_ information, the total center of gravity of the aircraft can now be determined. The position of the overall CG can generally be determined from the position of the individual centers of gravity w.r.t. a global reference point. 
 
-The calculation involves determining the weighted average of the CG positions for all components. For each axis (_x, y ,z_), the function sums the scaled masses, which are the product of a component’s mass and its CG coordinate for the respective axis. This sum is then divided by the total mass of all components to yield the final CG coordinate for that axis. The global center of gravity ($ \text{CG} $) for a specific axis ($ \text{ax} $) is calculated as:
+The calculation involves determining the weighted average of the CG positions for all components. For each axis (_x, y ,z_), the function sums the scaled masses, which are the product of a component’s mass and its CG coordinate for the respective axis. This sum is then divided by the total mass of all components to yield the final CG coordinate for that axis. The global center of gravity ($CG$) for a specific axis ($ax$) is calculated as:
 
 $
 CG_{ax} = \frac{\sum_{i=1}^n (m_i \cdot x_i)}{\sum_{i=1}^n m_i}
diff --git a/docs/documentation/analysis/weight_and_balance_analysis/index.md b/docs/documentation/analysis/weight_and_balance_analysis/index.md
index e352017..b2424fb 100644
--- a/docs/documentation/analysis/weight_and_balance_analysis/index.md
+++ b/docs/documentation/analysis/weight_and_balance_analysis/index.md
@@ -1,5 +1,5 @@
 # Introduction {#mainpage}
-The aircraft’s mass plays a crucial role in determining flight performance and evaluating the design, with the ultimate goal being to minimize the operating empty mass. 🏋️‍♀️ Knowing individual masses is essential for calculating the center of gravity (CG) and determining the placement of critical components like the landing gear and wings. ✈️  The CG significantly affects the aircraft's stability and controllability. An improperly located CG can compromise flight safety, requiring careful planning to ensure it remains within allowable limits throughout the flight, including during fuel consumption and payload variations. This analysis is typically conducted through a weight and balance evaluation using a loading diagram :chart_with_upwards_trend:, which defines the permissible range for combinations of aircraft mass and CG positions. Mass considerations are also fundamental to cost estimation. As an aircraft’s mass increases, it requires more lift, which leads to higher drag, increased thrust demands, elevated fuel consumption, and ultimately greater fuel and operating costs. 💸
+The aircraft’s mass plays a crucial role in determining the flight performance and evaluating the design, with the ultimate goal being to minimize the operating empty mass. 🏋️‍♀️ Knowing individual masses is essential for calculating the center of gravity (CG) and determining the placement of critical components like the landing gear and wings. ✈️  The CG significantly affects the aircraft's stability and controllability. An improperly located CG can compromise flight safety, requiring careful planning to ensure it remains within allowable limits throughout the flight, including during fuel consumption and payload variations. This analysis is typically conducted through a weight and balance evaluation using a loading diagram :chart_with_upwards_trend:, which defines the permissible range for combinations of aircraft mass and CG positions. Mass considerations are also fundamental to cost estimation. As an aircraft’s mass increases, it requires more lift, which leads to higher drag, increased thrust demands, elevated fuel consumption, and ultimately greater fuel and operating costs. 💸
 
 In UNICADO, the _weight\_and\_balance_analysis_ tool is used to compute the aircraft's masses, determine the CG positions, calculate mass moments of inertia, and generate the loading diagram. The terms "mass" and "weight" are often used interchangeably in aircraft design, though they are scientifically distinct. In this context, both terms are used to refer to the aircraft's mass.
 
diff --git a/docs/documentation/analysis/weight_and_balance_analysis/usage.md b/docs/documentation/analysis/weight_and_balance_analysis/usage.md
index 81f41c4..efda403 100644
--- a/docs/documentation/analysis/weight_and_balance_analysis/usage.md
+++ b/docs/documentation/analysis/weight_and_balance_analysis/usage.md
@@ -46,7 +46,7 @@ ___
 	A-->I[doc] 
 </pre>
 
-!!! important
+!!! danger "Important"
     Since the documentation might be delayed to the development progress - this graph might not have all information yet.
 
 Let's break down the tool structure and see what happens in the most relevant files:
-- 
GitLab