با سلام و عرض تسلیت ایام عزای سالار شهیدان
کد زیر در کلاس report به صورت کامل اجرا میشود. و خروجی زیبایی میسازد.
کد:
\documentclass{report}
\usepackage{xcolor}
\usepackage[explicit]{titlesec}
\definecolor{sec}{HTML}{DD5C14}
\definecolor{band}{HTML}{EE9C52}
\titleformat{\section}[hang]{\sffamily\Huge\bfseries}{}{0.5ex}%
{\begin{minipage}{0.975\textwidth}%
\noindent
\color{band}%
\llap{\vrule width\textwidth height1ex depth0ex\hskip0.75ex}%
\textcolor{sec}{\unskip#1}%
\hskip0.75ex%
\rlap{\vrule width\textwidth height1ex depth0ex}%
\end{minipage}}[\smallskip]
\titleformat{\subsection}[hang]{\sffamily\Large\bfseries}{}{0.5ex}%
{\noindent%
\color{band}%
\raisebox{0.222ex}{\hbox to 0.975\textwidth{%
\vrule width2ex height1ex depth0ex\hskip0.5ex%
\raisebox{-0.222ex}{\textcolor{sec}{#1}}%
\hskip0.75ex%
\leaders\vrule height1ex depth0ex\hfil}}}[\smallskip]
\usepackage[Kashida]{xepersian}
\settextfont[Language=Default]{Persian Modern}
\setdigitfont{Persian Modern}
\begin{document}
\section[\rl{اولین هدر} ]{\rl{اولین بخش}}
مقداری متن برای اولین بخش
\subsection{\rl{اولین زیر بخش}}
مقداری متن برای اولین زیر بخش
\end{document}
خروجی کد:
اما همین کد با اجرا در کلاس biditufte-handout
با خطا مواجه میشود.
دلیل این امر چیست و برای اصلاح آن چه میتوان کرد؟
با تشکر