Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To turn off auto-indentation in Latex, you will need to add the following command to your Latex document:

\setlength{\parindent}{0cm}

This will set the paragraph indentation to 0cm, effectively turning off auto-indentation. You can add this command anywhere in your Latex document, but it is recommended to add it at the beginning, after the document preamble.