The Wayback Machine - https://web.archive.org/web/20220720083157/https://github.com/topics/xetex
Skip to content
#

xetex

Here are 58 public repositories matching this topic...

mojtabaahmadi2020tl
mojtabaahmadi2020tl commented May 13, 2020

main code:

\documentclass{report}
\usepackage{xepersian}
\settextfont[Scale=1.2]{Yas}

\begin{document}

\begin{center}
 \LRE{[a=b]} 
 \\
\LRE{[a=\lr{b}]}  
\\
\LRE{\setlatin[a=\lr{b}]} 
\\
\LRE{[a=\lr{b}c]}     
\end{center} 
 
\end{document}

output:
[a=b]
[a=b[
[a=b[
[a=bc]

bug good first issue question
mojtabaahmadi2020tl
mojtabaahmadi2020tl commented May 13, 2020

main.tex:

\documentclass{report}

\usepackage{xepersian}
\settextfont{Yas}

\begin{document}
استفاده از include در قسمت custom  فول بنیر بسته‌ها نوشته نمی‌شوند!
\include{chap1}
% با input مشکلی ندارد.
%\input{chap1}
  
\end{document} 

file chap1.tex

\chapter{عنوان}
متن

or main2.tex

\documentclass{report}

\usepackage{bidi} 

\begin{document}
The u
bug good first issue question

Improve this page

Add a description, image, and links to the xetex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xetex topic, visit your repo's landing page and select "manage topics."

Learn more