Text Formatting ⇒ Paragraph indent
Paragraph indent
I would to get an indent each time I enter a new line. I get the indent only if two paragraphs are separated with a blank line.
How should I do ?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Paragraph indent
Messing around with catcodes to change the default behavior might theoretically be possible, but especially in this case, is not at all advisable. Too many things are likely to break. I'd strongly advise you not to try.
Why do you want it to work that way anyway?