سلام
شب یلدای تمام عزیزان مبارک
به توضیحات زیر از بستهی زیپرشین به قلم دکتر خلیقی توجه کنید:
با تعریف زیر:
\protected macro:#1->\RLE {\setpersianfont #1}
یک نمونه از کاربرد:
\documentclass[12pt]{book}
\usepackage{tikz,amsmath}
\usetikzlibrary{quotes,angles}
\usepackage[%
inlinemathdigits=persian,%
displaymathdigits=persian%
,logo=on]{xepersian}
\settextfont[Scale=1.3]{Yas}
\settextdigitfont[Scale=1.2]{Yas}
\setmathdigitfont[Scale=0.9]{PGaramond}
\begin{document}
\null\vfill
بدون استفاده از دستور
\verb|\rl|
\begin{center}
\begin{tikzpicture}
\draw
(3,-1) coordinate (a) node[right] {a}
-- (0,0) coordinate (b) node[left] {b}
-- (2,2) coordinate (c) node[above right] {c}
pic["\text {زاویهی بین دو خط}~$\alpha$", draw=orange, <->, angle eccentricity=2, angle radius=2cm]
{angle=a--b--c};
\end{tikzpicture}
\end{center}
با استفاده از دستور
\verb|\rl|
\begin{center}
\begin{tikzpicture}
\draw
(3,-1) coordinate (a) node[right] {a}
-- (0,0) coordinate (b) node[left] {b}
-- (2,2) coordinate (c) node[above right] {c}
pic["\rl {زاویهی بین دو خط}~$\alpha$", draw=orange, <->, angle eccentricity=2, angle radius=2cm]
{angle=a--b--c};
\end{tikzpicture}
\end{center}
\end{document}
خروجی شما با نسخههای اولیهی تکلایو 2018 به صورت زیر است:
موفق باشید.