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:
Code: Select all
\documentclass{article}
\usepackage[a4paper,total={210mm,297mm},margin=0mm]{geometry}
\begin{document}
\hspace{0pt}Hello world
\end{document}
Any idea what is wrong ?
thx