summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/thesis-qom/thesis-qom.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/thesis-qom/thesis-qom.tex')
-rw-r--r--Master/texmf-dist/doc/xelatex/thesis-qom/thesis-qom.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/thesis-qom/thesis-qom.tex b/Master/texmf-dist/doc/xelatex/thesis-qom/thesis-qom.tex
new file mode 100644
index 00000000000..934c733c0bc
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/thesis-qom/thesis-qom.tex
@@ -0,0 +1,42 @@
+\documentclass[index, final,]{thesis-qom}
+
+\usepackage{amscd}
+\usepackage{fancyvrb}
+\fvset{fontsize=\small}
+\usepackage{listings}
+\usepackage{algorithm}
+\usepackage{algorithmic}
+\usepackage[obeyDraft]{todonotes}
+\usepackage{subfigure}
+\usepackage{bidipoem} % حروفچینی شعر نو و سنتی
+\usepackage[printonlyused,withpage]{acronym} % دستورات لازمه برای درج نمادها در این بسته قرار دارد.
+\usepackage{tabularx}
+
+\include{settings}
+
+\begin{document}
+
+\setmathsfdigitfont{IRTitr}
+
+\include{chapters/preface}
+
+\tableofcontents % فهرست مطالب
+% در صورتیکه به هر یک از موارد ذیل نیازی نبود می‌تواند با گذاشتن یک % در ابتدای آن سطر آن را غیر فعال نمایید.
+\listoffigures % فهرست تصاویر
+\listoftables % فهرست جداول
+\listofsymbols % فهرست نمادها
+\lstlistoflistings % فهرست برنامه‌ها
+
+
+\include{chapters/intro} % chapter 1
+\include{chapters/qomthesis-guide} % chapter 2
+\include{chapters/latexCommands} % chapter 3
+\include{chapters/bib-index} % chapter 4
+%\include{chapters/correctWriting} % chapter 5
+%\include{chapters/realSample} % chapter 6
+
+\appendix
+\include{chapters/installation} % appendix 1
+\include{chapters/morelatex} % appendix 2
+
+\end{document}