Closed bahman-mirzakhani closed 2 years ago
When I use \psscalebox{<value>}{} in presence of bidi, the output pdf is not valid!
\psscalebox{<value>}{}
bidi
In the log file I see this error:
Error 35584 (driver return code) generating output; file exam-LaTeX.pdf may not be valid.
xepersian
% !TEX TS-program = XeLaTeX % !TEX encoding = UTF-8 Unicode \documentclass{article} \usepackage{pstricks} \usepackage[RTLdocument]{bidi} \begin{document} \psscalebox{1.2}{\pscircle{1.5}} \end{document}
exam-LaTeX.log
This is by design and not considered an issue/bug; see here for instance.
Brief outline of the issue
When I use
\psscalebox{<value>}{}
in presence ofbidi
, the output pdf is not valid!In the log file I see this error:
Check/indicate
xepersian
packagebidi
package issue tracker has been searched for similar issues?xepersian
package issue tracker has been searched for similar issues?Minimal example showing the issue
Expected behavior
Log and PDF files
exam-LaTeX.log