Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
351 stars 43 forks source link

Output control for units #321

Open Grefron opened 3 months ago

Grefron commented 3 months ago

Hi,

I often like to create a table in which the values of a certain quantity are in one column (don by using the #val output control) and the unit in the next column. It would be nice to have a #unit output control to ensure the units are correct.

Example:

L = 5m

val

L

unit

L

equ

would give as output: L = 5m 5 m

Proektsoftbg commented 3 months ago

Hi! It would be probably simpler to just add the units as text in the other column. That is what I do. It is not very likely to change them afterwards.