Closed juliandehne closed 4 months ago
Thanks!
APA style always indents after a heading. If you need to make an exception, you can enclose a paragraph in a fenced div with the .NoIndent
class:
:::{.NoIndent}
This paragraph will not be indented.
:::
If you want to turn off the indenting for every first paragraph in the .docx format, you would need to change the indenting of the First Paragraph style in the apaquarto.docx file in the apaquarto _extensions folder.
Thanks a lot!
Thank you again for this wonderful template.
Currently I am trying to figure out how to suppress indentation after a Heading which I believe is not APA style. I HTML I could do something like:
How would you go about it for docx?