I am finding this very inefficient, everytime I type up something MiKTeX just indents for me and I have to enclose everything in \noindent{...}.
Is there a quick way of going pass this?
|
I am finding this very inefficient, everytime I type up something MiKTeX just indents for me and I have to enclose everything in Is there a quick way of going pass this? |
||||
|
If you don't want any indent, anywhere in your document, add
From the
|
|||||||||||||||||
|
\noindentis a switch, not a macro that takes an argument. Therefore, you don't need the braces. – Werner May 9 '12 at 3:24