سلام. کلمه proof در متن نوشته ظاهر نمی شود. من از بسته
\usepackage{amsthm,amsmath}
استفاده کردم ولی آخر کار خطا میده و نوشته هام ظاهر نمیشه. احتمالا تضادی بین بسته هایی که استفاده کردم هست. ممنون میشم در مورد مشکل راهنمایی بفرمایید.
\documentclass{article}
%\pagestyle{myheadings}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{lscape}
\usepackage{tikz}
\usepackage{amsmath}
\usetikzlibrary{fit,shapes,shadows,arrows}
\newtheorem{Def}{Definition}
\newtheorem{The}[Def]{Theorem}
\newtheorem{Lem}[Def]{Lemma}
\newtheorem{Cor}[Def]{Corollary}
\newtheorem{Rem}[Def]{Remark}
\newtheorem{Prop}[Def]{Proposition}
\newtheorem{Conj}[Def]{Conjecture}
\newtheorem{Exam}[Def]{Example}
\usepackage{algorithm2e}
\headsep=.5cm
\textwidth=11.5cm
\textheight=19.5cm
\oddsidemargin=20mm
\evensidemargin=20mm
\topmargin=-7mm
\begin{document}
\begin{proof}
Proving is easily done by using the random variable
transformation.
\end{proof}
\end{document}