In the math example below should there be a space “before and after” the abbreviations that are within cancellation indicators?
Note: The L (for liters) is shown as cancelled in print.
4 L x 5 L .k —-
Would it be done this way: #4 [;,l] @*5 [;,l] .k —-
Blank spaces before and after the cancellation indicators.
OR
#4[;,l]@*5[;,l] .k —-
No blank spaces before or after the cancellation indicators (except before the equal sign).
Thank you