I'm new to Latex world and I'm trying to understand why I can not set left margin to 0.
I read several tutorials on internet but none of them work in my case and I was thinking what's going wrong.
I want to use a A4 paper with no margin at top, left, right, bottom sides. So my code is:
The showframe option of the already used geometry package can show you that the margins have been set as specified.
The first line of a paragraph is always indented in a standard class. You can change this setting on a paragraph preceded by the \noindent command or use the parskip package.
The \hspace command with this argument allows hyphenation in the first word of the paragraph but doesn't affect its indentation.