Can We Glue Text? LaTeX vs Text

  • Context: LaTeX 
  • Thread starter Thread starter Hurkyl
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Messages
14,922
Reaction score
28
It would really be nice if I could glue text; e.g. if I could put some sort of tag around an expression like [X, Y](f) = (XY - YX)(f), to guarantee that the browser won't insert a line break in the middle of the expression. I suppose I could just make it into LaTeX, but I'm assuming the server is happier if I write it as text.
 
Physics news on Phys.org
Well, personally, if it's going to be that long, I'd be somewhat annoyed if someone put in a command to stop it from breaking. I dislike when posts get all stretched because someone does something that prevents the lines from breaking, especially if I'm trying read from my laptop with a small screen.

I think Tom's suggestion is best, just start a new line.
 
Moonbear said:
Well, personally, if it's going to be that long, I'd be somewhat annoyed if someone put in a command to stop it from breaking. I dislike when posts get all stretched because someone does something that prevents the lines from breaking, especially if I'm trying read from my laptop with a small screen.

I think Tom's suggestion is best, just start a new line.
Well, I would have expected the line break would be placed before the expression, rather than after.