Latex New Line
Published 2020-08-21 on Anjan's Homepage
In latex, a sentence will only be added to a new paragraph if it is double spaced from the line before.
For example, the following latex code:
Will result in:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
When you put every sentence on a new line in the latex code, you are able to quickly spot flow mistakes such as:
- Multiple consecutive sentences starting with the same word/phrase
- Too many long or short sentences together
In latex code, paragraphs where every sentence is on a single line should be avoided so that you can easily spot these style errors.
Additionally, the output of git diff
is a lot more useful when your document is formatted this way.
The code to compile pipeline in latex is a feature to make you a better writer.
Have a comment on one of my posts? Start a discussion in my public inbox by sending an email to ~anjan/public-inbox@lists.sr.ht [mailing list etiquette]
Articles from blogs I follow around the net
These articles/blogs do not represent my own opinions or views.Text processing on the Command Line - sharing my tools
Text processing on the command line - sharing my tools Introduction I'm quite fond of the command-line and spend a larger chunk of my life in a terminal emulator than I dare admit. I try to embrace the unix philosophy of using tools that "do one thing…
via Proycon's website July 7, 2024Linux phones are not automatically secure
A common point in the Linux community is that escaping the walled garden of ecosystems like Android or iOS is already a means to higher security. Having no contact with Google or Apple servers ever again, nor cloud providers ever snooping on your private …
via TuxPhones - Linux phones, tablets and portable devices January 25, 2023Generated by openring