I'm trying to make a command that adds a small space with three asterisks in to divide parts of a long document up without using section headings. So far, I have come up with:
which produces the correct spacing and asterisks. However, the paragraph following the \starspace command is indented and I would rather it wasn't. This can be overcome by adding \noindent to that paragraph, but I'd like the \starspace command to remove the indentation of the following paragraph automatically. Does anyone know how to do this?
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
When the paragraphs either side of the \starspace are separated by blank lines, the paragraph following the \starspace is indented. Perhaps I should just make sure that there are no blank lines, though it makes the division less easy to see in the source file.
Of course there will be an indentation of the next paragraph if you insert a blank line in your code. A blank line (as well as the \par command) says LaTeX to start a new paragraph which is used to be indented by default.
If you need this blank line for means of source code structuring you have to mask the end of line with a comment symbol:
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