I'm trying to create a document that has labels on different sides on even and odd pages. I would like the labels were on the even-numbered pages on the right and on the odd-numbered pages on the left.
\documentclass[12pt,a4paper]{report}
\usepackage[cp1250]{inputenc}
\usepackage[T1,plmath]{polski}
\usepackage{indentfirst}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{graphicx}
\linespread{1.5}
%%%%%%%%%%%%%%%%%%%%%%%%%%
%stare wartości: \textheight 26cm \textwidth 17cm \topmargin -2cm \oddsidemargin -0.5cm
\textwidth 15.5cm
\textheight 23.5cm
\topmargin -1cm
\oddsidemargin 0cm
\evensidemargin 0cm
\def\dowod{D\,o\,w\,ó\,d.\,}
\newtheorem{twi}{Twierdzenie}[chapter]
\newtheorem{tw}{Twierdzenie}
\newtheorem{lem}{Lemat}
\newtheorem{dfn}{Definicja}
\newtheorem{wn}{Wniosek}
\newenvironment{dow}{\par\dowod}{}
\renewcommand{\thetw}{\Alph{tw}}
\begin{document}
\begin{equation}\label{lp2}
H(0,t)=ue^{-t} \sum_{i=0}^{\infty} \frac{(tu)^i}{i!} = ue^{-t(1-u)}
\end{equation}
\begin{equation}\label{lp3}
a(j)=1-(1-u)q^j
\end{equation}
\end{document}
Is it possible to do this?
everypagepackage. – Sean Allred Jul 07 '13 at 12:29