How to make every line start left-aligned in a LaTeX document?
To be more specific, I am using TeXstudio. I am talking about when I am writing regular text, in a non-math environment. It just seems to inconsistently write some lines with a slight indent as if it's starting a new paragraph. But I just want the whole document to start with sentences left-aligned throughout my document.
I know I can use the "\noindent" command, but it is rather annoying to use it throughout my document multiple times.
\( \huge \color{darkgreen} {hi.~The ~Answer~to~your~problem} \) \( \huge \color{darkgreen} {lies~within~the~mind~of~thomaster.} \) So contact him with @thomaster he's like the super latex guy
Flush left, ragged right. Just like you how text here on OS is aligned? I guess it would be something like ``` \begin{document} \raggedright Text \end{document} ``` but it doesn't work on OS
Which document class are you using ?
@thomaster that worked perfectly! I am article the article document class.
I am using the article document class*
Join our real-time social learning platform and learn together with your friends!