This is the first time for me to use LaTex. I use WinEdt and MikTex. I have searched with google for setting the page border. And I use the method of geometry. I want to my pages to be a fixed format. Codes here:
Code: Select all
\documentstyle[14pt]{report}
\usepackage[left=0cm,right=0cm,top=1cm,bottom=1.5cm]{geometry}
%\geometry
\begin{document}
This is my first report written by LaTex. I am trying to use it for creating a template for my reports.
\end{document}
But it seems doesn't work. There are still a large distance from the text to each border.