I would like to be able to write a few lines like:
a
b
c
in my LaTeX source code file, and have it come out as abc instead of a b c. (This is because in my use case, each line is a long and complicated thing, so concatenating all the lines in the source code ends up being completely unreadable.)
Is there a magic thing I can add at the end of each line to make it ignore the next line break?
%to make LaTeX ignore the line break/space. See https://tex.stackexchange.com/q/7453/35864 – moewe Jan 12 '20 at 15:00