Skip to content
#

bidi

Here are 21 public repositories matching this topic...

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

Improve this page

Add a description, image, and links to the bidi 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 bidi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.