I just started using LaTeX to write my bachelor thesis and everything is already set up and working (took 2 weeks but it is finally done). I was just starting to write a chapter and am wondering what would be the best or recommended way to actually write?
I am using TeXstudio and I like to use the enter key to sort my text into parts, not section or similar. Just for "visual". And I also prefer to use double enter key to make a break. As a result my text is not all on one single line, for example at the moment line 13 contains my whole chapter 1.
But now I read that one should prefer to use \\ or \newline instead of enter. Doing so would hinder my need for a "visual separation".
As you may have guessed I come from a word background so that is probably my problem here.
I would like to know what is the preferred way to write in this case? Kill my habits from word and just deal with huge oneliner? double enter key? \\? \newline?
\newline. Since you are a beginner, just type and hit ENTER with you want to make the code more readable. For TeX, it doesn't matter. But to start a new real paragraph on the text (I mean, after compilation) leave at least one blank line in the code. You can see a simple example of code here: http://unix.stackexchange.com/q/199816/19195 Note how TeXstudio treats the line numbers. – Sigur May 06 '15 at 14:16\\\except in special circumstances. – darthbith May 06 '15 at 14:16\\outside of tables and alignments and never use\newline– David Carlisle May 06 '15 at 14:40