Setup Page Margins
Solving italic-underline Problem
Problem definition: all the italic words are automatically underlined
Solution: Add the following line after \begin{document}
\normalem
\newcommand{\CLASSINPUTinnersidemargin}{0.5in} % left side margin
\newcommand{\CLASSINPUToutersidemargin}{0.5in}% right side margin
\newcommand{\CLASSINPUTtoptextmargin}{1.0in} % top text margin
\newcommand{\CLASSINPUTbottomtextmargin}{1.0in}% bottom text margin
\newcommand{\CLASSINPUToutersidemargin}{0.5in}% right side margin
\newcommand{\CLASSINPUTtoptextmargin}{1.0in} % top text margin
\newcommand{\CLASSINPUTbottomtextmargin}{1.0in}% bottom text margin
\documentclass {your_class}
** Change the number as necessary.
Solving italic-underline Problem
Problem definition: all the italic words are automatically underlined
Solution: Add the following line after \begin{document}
\normalem