مولف فایل pdf من بودهام. اگر فایل pdf را دارید، باید فایل تک را نیز داشته باشید. به هر حال این کدی است که نیاز دارید:
\documentclass{bidipresentation}
\usepackage{xepersian}
\settextfont{XB Roya}
\begin{document}
\begin{rawslide}
\begin{LTR}
\begin{center}%
\stepwise
{%
\setlength{\unitlength}{0.8cm}%
\delimitershortfall-1sp% Just for the nested braces
\begin{picture}(14,2)
\put(0,1){\vector(1,0){1}}
\put(0.5,0.5){\makebox(0,0){\small $x(t)$}}
\put(13,1){\vector(1,0){1}}
\put(13.5,0.5){\makebox(0,0){\small $y(t)$}}
\step
{
\put(1,1){\line(3,2){1.5}}
\put(1,1){\line(3,-2){1.5}}
\put(2.5,0){\line(0,1){2}}
\put(2,1){\makebox(0,0){\large $\varphi$}}
}
\step
{
\put(2.5,1){\vector(1,0){3.5}}
\put(4.25,0.5){\makebox(0,0){\small $F_t = \varphi\left(x(t)\right)$}}
}
\step
{
\put(6,0){\framebox(2,2){\large $\Phi$}}
}
\step
{
\put(8,1){\vector(1,0){3.5}}
%
% Here, we find another nested use of \step inside \step.
% \bstep is a variant of \step which _always_ puts its argument into a box for leaving the correct amount of
% white space. We cannot use \parstepwise here because \put can't go into a box. Hence, just using \step for
% building the nested formula on the next line would give the wrong size for the nested braces.
%
\put(9.75,0.5){\makebox(0,0){\small $G_t = \Phi\left(\bstep{\varphi\left(\bstep{x(t)}\right)}\right)$}}
}
\step
{
\put(13,1){\line(-3,2){1.5}}
\put(13,1){\line(-3,-2){1.5}}
\put(11.5,0){\line(0,1){2}}
\put(12,1){\makebox(0,0){\large $\delta$}}
}
\end{picture}%
}%
\end{center}%
\end{LTR}
\end{rawslide}
\end{document}
دستورات کلیدی در اینجا دستورات \stepwise
و \step
هستند که در کلاس bidipresentation
که باز هم من مولف آن هستم تعریف شدهاند.