diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/xepersian/examples/thesis-sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xepersian/examples/thesis-sample.tex | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xepersian/examples/thesis-sample.tex b/Master/texmf-dist/doc/xelatex/xepersian/examples/thesis-sample.tex new file mode 100644 index 00000000000..1c9dd05c490 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/xepersian/examples/thesis-sample.tex @@ -0,0 +1,62 @@ +\documentclass[a4paper,11pt]{xepersian-thesis} +\usepackage{graphicx} +\usepackage{xepersian} +\settextfont[Scale=1]{XB Zar} +\setlatintextfont[Scale=1]{Linux Libertine} +\setdigitfont[Scale=1]{XB Zar} + +\begin{document} +\title{اعداد مرکب} +\author{وفا خلیقی} +\degree{کارشناسی ریاضیات محض} +\supervisor{محمد قدسی} +\department{ریاضی} +\university{تهران} +\city{تهران} +\thesisdate{\today} +\maketitle +\begin{acknowledgementpage} +در اینجا دوست دارم از همه تشکر کنم +\end{acknowledgementpage} +\begin{abstractpage} +اینجا هم باید مطلبی نوشت... +\keywords{ریاضی محض، هندسه و توپولوژی} +\end{abstractpage} +\tableofcontents +\listoftables +\chapter{مجموعه اعداد} +در اینجا لازم میدانم تا نگاهی روی مجموعهٔ اعداد اندازیم تا متوجه خصلتهای آن شویم +\begin{equation} +(a+b)^2=a^2+2ab+b^3 +\end{equation} +\newpage +این صفحهٔ جدید است که ما در این صفحه به نوشتن مقالات دیگری مشغول هستیم. +\section{مقدمه} + +\newpage +این هم یک صفحهٔ جدید دیگر +\chapter{دوم} +\chapter{سوم} +\appendix +\chapter{اول} +\chapter{دوم} +\chapter{سوم} +\bibliographystyle{unsrt} +\begin{thebibliography}{99} +\end{thebibliography} +\begin{latin} +\latintitle{Pure Mathematics} +\latinauthor{Vafa Khalighi} +\latindegree{Bachelor of Pure Mathematics} +\latinthesisdate{\latintoday} +\latinsupervisor{Mohammad Ghodsi} +\latindepartment{Computer Science} +\latinuniversity{Iran University of Science \& Technology} +\latincity{Tehran} +\begin{latinabstract} +\noindent This is our abstract written in English and This thesis is written very very very carefully so that we can keep an eye on the beauty of typesetting. +\latinkeywords{Mathematics, topology, geometry and category theory.} +\end{latinabstract} +\makelatintitle +\end{latin} +\end{document} |