my code is
Code: Select all
\documentclass[twoside,openany]{report}
\usepackage{lipsum}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\addtolength{\oddsidemargin}{-.875in}
\addtolength{\evensidemargin}{-.875in}
\addtolength{\textwidth}{1.75in}
\addtolength{\topmargin}{-.875in}
\addtolength{\textheight}{1.75in}
\usepackage[pdftex]{graphicx}
\begin{document}
\stepcounter{page}
\input{titlepage.tex}
\chapter{Example}
\section{Example}
\lipsum
\end{document}
Thanks for help!
