This is the header of a TeX file that I'm currently using:
\documentclass{article}
\topmargin -0.5in
\textheight 9in
\oddsidemargin 0in
\evensidemargin 0in
\textwidth 6.4in
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{hyperref}
\begin{document}
\large
Is it good practice to write \topmargin -0.5in, \oddsidemargin 0in, and \evensidemargin 0in? I find that these help me get the right margins, but I'm not sure if it's a "correct" way to do it.