
LaTeX noindent command
LaTeX automatically indents all the paragraphs. The command \noindent
removes an auto indentation from the paragraph.
\documentclass{article}
\setlength{\parskip}{2\baselineskip}
\begin{document}
TeXShop is a well known free TeX/LaTeX editor for Mac.
You can edit a tex file and output as PDF.
\noindent To download and install MacTex is the simplest way to begin it.
If you push "Typeset" button in the nav bar,
pdfTeX will automatically run, compile your tex file, and output a PDF in the same folder as the tex file.
\end{document}

Comments
Powered by Markdown