Have there been similar approaches to this style o...
# thinking-together
g
Have there been similar approaches to this style of formatting?
k
Should the division by 2 on line 106 be indented less? Just to make sure I'm following.
g
I put the line 106 division centered between the two parenthetically-cyan elements
t
i understand the limit of text editor means you cant have the
r
block actually parallel to the
l
block for the addition, but i'd find it more readable if lines 102/103/104 were atleast merged to give as much parallelism to the addition as possible? or put a different way, i'm taking it that the formatting of the division on new lines helps convey meaning by reference to traditional mathematic formatting... whereas, what meaning is being conveyed by putting the addition elements on new lines?
k
@Gray ohh, I see. Thanks. That makes sense and also seems like the major drawback here. (I know this isn't an answer to your question.)
g
The rationale for 102-104 not merging is that I wanted each line to have only a single scale of operation — putting the left denominator on the same line as the right numerator reduces the negative space that assists the parsing of each chunk as visually separate
👍 1
I want it to be clear that the left and right operands are rotationally symmetric around the plus — if I but the left denom and right numer on the same line the addition gets sort of hidden in the mixing of hierarchies
This is all mostly for fun and is very much an critique of the inadequacies of text editors for math notation
😄 2
💯 1
I want the presented shape of the equation to be quickly parseable without having to remember which parentheses are paired as is common in single-line formulae
Or if they are split into many separate variable definitions then the structure of the equation is even more obscured, requiring that sort of “thinking like a computer” to hold all disparate elements in mind
c
You could try a commented out horizontal divider maybe e.g.
/**----------------**//
j
This earliest example of using vertical spacing to format maths of which I'm aware was done on punch cards in 1978: http://bitsavers.informatik.uni-stuttgart.de/pdf/intermetrics/programming_in_hal-s.pdf