You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'd like to skip unit substitution when there is a lone unit with forallpeople.
Right now handcalcs will write out all the calculations steps if you write something like 200*si.mm. This is especially noticeable for unit-less equations.
It would look much cleaner if something like 200*si.mm is rendered as 200 mm, without the distribution, similar to how unitless quantities are just rendered.
An alternatively, if there was a way to flag lines to be skipped so they don't render, that would also be great! If I could declare blim but not render it, that would also be a solution to clean up these equations.
Hey, okay perfect! Good to note and it did help my use case.
Do you think it is feasible to have a tag that will suppress certain lines, or would that be quite tricky? Even with the substitution suppressed, there is a lot of real estate being taken up by extra definitions. I often find myself doing gymnastics (like defining variables in other places) to save room and have cleaner substitutions.
That or the ability to suppress the substitution for definitions in multi-line expressions, such as below where 130*si.mm is used. This seems like a much harder task however.
It might seem like a small thing, but the extra substitution step might be confusing for a layperson who is trying to read a calculation.
Hey, I'd like to skip unit substitution when there is a lone unit with forallpeople.
Right now handcalcs will write out all the calculations steps if you write something like 200*si.mm. This is especially noticeable for unit-less equations.
It would look much cleaner if something like 200*si.mm is rendered as 200 mm, without the distribution, similar to how unitless quantities are just rendered.
An alternatively, if there was a way to flag lines to be skipped so they don't render, that would also be great! If I could declare blim but not render it, that would also be a solution to clean up these equations.
See examples below.
The text was updated successfully, but these errors were encountered: