-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
113 lines (88 loc) · 3.14 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\documentclass[12pt]{book}
\usepackage{shorttoc} % از این بسته برای ساختن فهرست کوتاه استفاده میگردد.
%\usepackage{makeidx} % از این بسته برای ساختن نمایه استفاده میگردد.
\usepackage{amsthm}
\usepackage{geometry}
\usepackage{color}
\usepackage{listings} % از این بسته برای محیط کدهای منبع، موجود در نوشتهها، استفاده میگردد.
\usepackage{hyperref}
\usepackage{graphicx}
\hypersetup{%
pdfborder = {0 0 0}
}
\geometry{a4paper, tmargin=20mm, bmargin=20mm, lmargin=20mm, rmargin=20mm, footskip=10mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\sectionmark}[1]{
\markright{\thesection\ #1}}
\usepackage[nottoc]{tocbibind} % بستهای برای ظاهر شدن «مراجع» و «نمایه» در فهرست مطالب
\newcommand\persiangloss[2]{#1\dotfill \lr{#2}\\} % دستوری برای تعریف واژهنامه انگلیسی به فارسی
\newcommand\englishgloss[2]{#2\dotfill \lr{#1}\\} % دستوری برای تعریف واژهنامه فارسی به انگلیسی
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{xepersian}
\settextfont[Scale=1.0]{XB Niloofar}
\setlatintextfont{Linux Libertine O}
\setdigitfont{XB Yas}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.85,0.85,0.85}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\definecolor{black}{rgb}{0,0,0}
\definecolor{red}{rgb}{1,0,0}
\lstset{
language=bash,
showstringspaces=false,
basicstyle=\footnotesize\ttfamily,
backgroundcolor=\color{gray},
keywordstyle=\color{blue},
commentstyle=\color{dkgreen},
stringstyle=\color{mauve},
breaklines=true,
tabsize=4
}
%\newtheorem{definition}{تعریف}[section]
%\newtheorem{example}[definition]{مثال}
\deflatinfont\codefont[Scale=0.9]{Courier 10 Pitch}
\newcommand{\dbquote}[1]{\textquotedblright#1\textquotedblleft}
\newcommand{\rlsquote}[1]{\textquoteright#1\textquoteleft}
\newcommand{\lrsquote}[1]{\textquoteleft#1\textquoteright}
\newcommand{\code}[1]{\lr{\codefont #1}}
\newenvironment{example}[1]{\vspace{5pt} \noindent \textbf{مثال.}\ \ \textbf{#1}\newline}{\vspace{5pt}}
\newenvironment{url-address}{\begin{center}\begin{tabular}{c||}}{\end{tabular}\end{center}}
%\makeindex % برای ساختن نمایه
\begin{document}
%--title page--------------------------------------------------
\pagebreak
\thispagestyle{empty}
\begin{flushright}
\vspace*{7cm}
{\huge راهنمای جامع اوبونتو} \\
بر اساس اوبونتو ۱۴٫۰۴
\vspace{3cm}
{\Large
جامعه پارسیزبان اوبونتو
}
\vspace{3cm}
%{\Large نسخه ۱٫۰}
{\small \today}
\vfill
\end{flushright}
%--end title page--------------------------------------------------
\pagenumbering{harfi}
\baselineskip=0.75cm
%\input{info}
\shorttableofcontents{فهرست کوتاه مطالب}{0}
\tableofcontents
\newpage
\input{license}
\input{latest}
\listoffigures
\listoftables
\input{preface}
\pagenumbering{arabic}
\input{ch01}
%\input{ch02}
\input{ch03}
%\input{ch04}
\input{vajenameh-en-fa}
\input{vajenameh-fa-en}
%\printindex
\end{document}