For example, in the actual .tex file, I'd like sentences like this:
Due to this,
some reasonable conclusion.
Next sentence.
To be formatted like this:
Due to this,
some reasonable conclusion.
Next sentence.
Ideally this formatting would happen while typing (e.g., after pressing ',\n', or '\ns').
I use line breaks for each sentence in Latex. This works great most of the time. However there are times where I have a long sentence that hits the line break for my editor that I do not want to shorten. So currently I am breaking these longer sentences at some semantic break point (e.g., a comma). But I would like to visually be able to quickly see where these multi-line sentences occur in my document. So I'd like all lines but the first line in a multi-line sentence to be indented.
Is this possible in Latex? I'm using the vim latex-suite plugin currently.
hangingpackage should do what you want. – Rmano Jan 08 '14 at 20:55.texfile, not in the output; 'in Latex' is rather vague, but 'for my editor' seems almost clear enough. – jon Jan 08 '14 at 21:00