سلام، لطفا وارد شوید یا عضو شوید.

دیدن ارسال ها

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


نمایش موضوع ها - irancplusplus

صفحه: [1]
1
سلام
در این کد صفحه های اضافهی شماره داره درست میشه:
\documentclass[a4paper,12pt]{book}


\usepackage{hyperref}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{fancyhdr}
\usepackage{fancybox}
\usepackage{makeidx}
\usepackage{multicol}


\usepackage{etoolbox}
\usepackage{pagenote}

\usepackage{xepersian}

\settextfont{XB Zar}
\setdigitfont[Scale=1]{Yas}
\setlatintextfont{Tahoma}

\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}

\newtheorem{predefin}{\noindent{\bf تعریف(}}[chapter]

\newcommand{\defin}[1]
{
     \begin{predefin}   
      {\bf):}     
      { #1 }
      {\LTR \hfill{$\bigtriangleup$} }
     \end{predefin}
}

\newtheorem{theorem}{{\bf قضیه(}}[chapter]
\newcommand{\theo}[1]
{
     \begin{theorem}   
      {\bf):}     
      { #1 }     
     \end{theorem}
}


\newenvironment{prooof}{\noindent{\bf اثبات:}}{\ltr \hfill{$\Box$}}


\defpersianfont \xtitr [Scale=1.2]{XB Titre}



\begin{document}



\begin{center}

\vspace*{2cm}
{\huge \xtitr
نظریه گروه‌ها
}

\end{center}



\chapter*{مقدمه}
این نوشته یک جمع آوری از مباحث مختلف در نظریه گروه‌هاست.

\pagenumbering{arabic}

\chapter
{
تعریف و نتایج اولیه
}


\defin
{
به $(G,.,{()}^{-1},e)$ گروه می‌گوییم اگرر برای هر $a,b,c \in G$،

\begin{itemize}
\item[1)]
$ab \in G$.
\item[2)]
$a^{-1} \in G$.
\item[3)]
$e\in G$.
\item[4)]
$(ab)c=a(bc)$.
\item[5)]
$aa^{-1} =a^{-1}a=e$.
\item[6)]
$ae=ea=a$.
\end{itemize}
}

با وجود مابقی شروط شرط(6)

\theo
{
فرض کنید $G$ یک گروه توپولوژیک باشد.
}



\end{document}
چه طور میشه حل کرد این مشکلو؟

در ضمن ایتالیک شدن تعریف ها زیاد جالب نیست. چه طور میشه از حالت ایتالیک خارجش کرد؟


صفحه: [1]