0 رای
81 بازدید

مقداری متن فارسی و یک فرمول \lr{...} و یک فرمول طولانی:

Ahmad, F., Soleymani, F., Khaksar Haghani F., & Serra-Capizzano, .S. (2017). Higher order derivative-free iterative methods with and without memory for systems of nonlinear equations, {\it Applied Mathematics and Computation}, 314, 199-211.

و مقداری متن همین‌جوری...

https://parsilatex.com

تست some code ... و نیز ایتالیک و بولد و linked word و تمام!

ویرایش شده توسط
توسط

2 پاسخ

0 رای

برای پاسخ داریم:

  1. یک
  2. دو
  3. سه

مقداری متن فارسی و یک فرمول \lr{...} و یک فرمول طولانی:

Ahmad, F., Soleymani, F., Khaksar Haghani F., & Serra-Capizzano, .S. (2017). Higher order derivative-free iterative methods with and without memory for systems of nonlinear equations, {\it Applied Mathematics and Computation}, 314, 199-211.

و مقداری متن همین‌جوری برای پاسخ

0 رای

اول مقداری متن برای آزمایش و همچنین یه فرمول اینلاین \lr{some code ...} باید بیاد:

\makeatletter
\usepackage[top=2cm, bottom=2cm, left=1.5cm, right=1.25cm]{geometry}
\newcounter{poemfootnotelineno}
\newcommand{\poemfootnoteline}[1]{{%
\stepcounter{poemfootnotelineno}% 
\linelabel{pfnln-\thepoemfootnotelineno}%
\def\@makefnmark{\hbox{\@textsuperscript{\normalfont\lineref[+1]{pfnln-\thepoemfootnotelineno}}}}
\footnotetext[\value{poemfootnotelineno}]{#1}%
}}
\makeatother

برای به‌کارگیری دستور تعریف شده به شکل زیر عمل کنید:

\poemfootnoteline{این بیت از مولوی است}
\begin{traditionalpoem}
عارفان را شمع و شاهد نیست از بیرون خویش & خون انگوری نخورده باده‌شان هم خون خویش\\
هر کسی اندر جهان مجنون لیلایی شدند & عارفان لیلای خویش و دم‌به‌دم مجنون خویش \\
ساعتی میزان آنی ساعتی موزون این & بعد از این میزان خود شو تا شوی موزون خویش
\end{traditionalpoem}

تست درست شدن تاریخ در صفحه اکتیویتی: ۲۶ تیر ساعت ۰۱:۰۵

توسط مریم احمدی (650 امتیاز)

ممنون از پاسخگویی شما

\documentclass{book}
\usepackage{fontspec}
\usepackage{lipsum}
% \usepackage{bidi}

\makeatletter
\def\@makechapterhead#1{%
  \clearpage
  \vspace*{3cm}
  {\parindent\z@ \centering
   \Huge\bfseries
   MyChapter \thechapter\par
   #1\par
   \vspace{2em}
  }
}
\def\@makeschapterhead#1{%
  \clearpage
  \vspace*{3cm}
  {\parindent\z@ \centering
   \Huge\bfseries
   MyChapter #1\par
   \vspace{2em}
  }
}
\makeatother

\begin{document}

\chapter{Introduction}
\lipsum[1-2]

\chapter*{Acknowledgements}
\lipsum[3-4]

\chapter{Second Chapter}
\lipsum[5-6]

\end{document}

اگر در کد بالا بسته bidi فراخوانی بشه \@makechapterhead کار نمی‌کنه.

توسط مریم احمدی (650 امتیاز)
...