Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem font number in latinitems #23

Open
5 tasks
Tex-Ahmadi opened this issue Mar 26, 2023 · 0 comments
Open
5 tasks

problem font number in latinitems #23

Tex-Ahmadi opened this issue Mar 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Tex-Ahmadi
Copy link

Brief outline of the issue

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode


\documentclass[10pt]{beamer}

\usepackage{xepersian}
\settextfont{Yas}
\setdigitfont{Yas}
\setlatintextfont{Times New Roman}

\begin{document}
\begin{frame}{فونت اعداد محیط لاتین در محیط لیست}

تست
\begin{itemize}
\begin{latinitems}
\item[10] latinitems itemize
\end{latinitems}
\end{itemize}
%+++++++
\begin{enumerate}
\begin{latinitems}
\item latinitems enumerate
\end{latinitems}
\end{enumerate}
%++++++
\begin{latin}
\begin{enumerate}
\item latin enumerate
\end{enumerate}
%
\begin{itemize}
\item[20] latin itemize
\end{itemize}
\end{latin}

\end{frame}

\end{document}

Expected behavior

Log and PDF files

latinitems-xep1213.pdf

@Tex-Ahmadi Tex-Ahmadi added the bug Something isn't working label Mar 26, 2023
@Tex-Ahmadi Tex-Ahmadi changed the title probleam font number in latinitems problem font number in latinitems Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants