> but it's not a good style.

I disagree. Because the standard in mathematical typesetting is to write: 
    
    
    r = 1
      + 2
    
    
    Run

rather than: 
    
    
    r = 1 +
        2
    
    
    Run

Reply via email to