با سلام
میتوانید بسته algorithmicx را نیز امتحان کنید.
پیروز باشید
میتوانید بسته algorithmicx را نیز امتحان کنید.
پیروز باشید
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.
Show posts Menuنقل قولاین بسته در حال حاضر تنها سازگار با TexLive 2011 و مرجعدهی Bibtex میباشد.
\chapter[Title]{Title\protect\footnote{text}}\documentclass{book}
\usepackage{xepersian}
\begin{document}
\chapter[ متغیرهای تصادفی]{متغیرهای تصادفی\protect\LTRfootnote{random variables}}
در اینجا یک فصل ایجاد شده است که عنوان آن پانویس دارد.
\section[توزیع] {توزیع\protect\RTLfootnote{پخش}}
در اینجا یک قسمت ایجاد شده است که عنوان آن زیرنویس دارد.
\end{document}
\documentclass{article}
\usepackage{array}
\usepackage{multirow}
\usepackage{xepersian}
\begin{document}
\begin{table}
\centering
\begin{tabular}{|c|c|>{\centering}p{50mm}| }\hline
یک & دو & سه
\tabularnewline\hline
\lr{a} & ۱ &
\tabularnewline\cline{1-2}
\multirow{2}{*}{\lr{b}} &\multirow{2}{*}{۲} & مشکل دو خط کردن و وسطچین بودن
\tabularnewline\cline{1-2}
\lr{c} & ۳ &
\tabularnewline\hline
\end{tabular}
\end{table}
\end{document}
\documentclass{article}
\usepackage{array}
\usepackage{multirow}
\usepackage{xepersian}
\begin{document}
\begin{table}
\centering
\begin{tabular}{|c|c|>{\centering}p{50mm}| }\hline
یک & دو & سه
\tabularnewline\hline
\lr{a} & ۱ & لاتک
\tabularnewline\hline
\multirow{2}{*}{\lr{b}} &\multirow{2}{*}{۲} & مشکل دو خط کردن و وسطچین بودن
\tabularnewline\hline
\lr{c} & ۳ & پارسی لاتک
\tabularnewline\hline
\end{tabular}
\end{table}
\end{document}
نقل قولدرسته ولی سیمبل
$$ \m{G}_{2}(G) $$
در pdf ظاهر نمی شه.
\documentclass{article}
\usepackage{amsmath}
\usepackage{xepersian}
\begin{document}
\begin{align*}
& X_1 = \lambda_{11}F_1+\dots+\lambda_{1m}F_m+e_1 \\
& X_2 = \lambda_{21}F_1+\dots+\lambda_{2m}F_m+e_2 \\
& \vdots \\
& X_n = \lambda_{n1}F_1+\dots+\lambda_{nm}F_m+e_n \\
\end{align*}
\end{document}