It is weird that with the following options, geometry doesn't set the equal right margin, it will be alternating on even and odd pages:
\newgeometry{hmargin={.5in,1.5in},vmargin={0in,0in}}
I want to have all the page have right margin 1.5in and left margin 0.5in, how to do this?
MME:
\documentclass{amsart}
\usepackage{geometry}
\usepackage{lipsum}
\begin{document}
\newgeometry{hmargin={.5in,1.5in},vmargin={0in,0in}}
\lipsum
\lipsum
\newpage
\lipsum
\end{document}

onesideas an opition togeometrybut not works. Thanks again! – user19832 May 04 '17 at 07:11