[XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Roussanka Loukanova
Hello, Since TeX Live 2021, I can't get XeLaTeX working properly with pstricks anymore. I've upgraded to: TeXLive 2021, and update all packages regularly I typeset by the latest Aquamacs 3.5 GNU Emacs 25.3.50.1 (with macOS v.11.2.3) I have been using macros for drawings that need pstricks (ling

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Ulrike Fischer
Am Fri, 23 Apr 2021 19:23:39 +0200 schrieb Roussanka Loukanova: > Hello, > > Since TeX Live 2021, I can't get XeLaTeX working properly with pstricks > anymore. You don't provide test files so it is not possible to test your issue. Only showing pdf's is not enough. -- Ulrike Fischer https://w

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Roussanka Loukanova
Hi Ulrike, On Fri, Apr 23, 2021 at 8:51 PM Ulrike Fischer wrote: > Am Fri, 23 Apr 2021 19:23:39 +0200 schrieb Roussanka Loukanova: > > > Hello, > > > > Since TeX Live 2021, I can't get XeLaTeX working properly with pstricks > > anymore. > > You don't provide test files so it is not possible to t

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Akira Kakuto
Dear Roussanka Loukanova, On 2021/04/24 3:58, Roussanka Loukanova wrote: I'm attaching the sources of the pdfs. I was hesitant because of the additional sty files, which are not in TeX Live, and I do not know what is the practice in this case. I'm attaching them too. In TeX Live 2021, PSTric

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Ulrike Fischer
Am Sat, 24 Apr 2021 05:34:24 +0900 schrieb Akira Kakuto: > Try > > xelatex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -E -q" > rotating_trees-xelatex.tex with -i dvipdfmx-unsafe.cfg it compiles but the output is wrong. Some of the red lines aren't where they should be if one compare wi

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Herbert Schulz
> On Apr 23, 2021, at 3:34 PM, Akira Kakuto wrote: > > Dear Roussanka Loukanova, > > On 2021/04/24 3:58, Roussanka Loukanova wrote: >> I'm attaching the sources of the pdfs. I was hesitant because of the >> additional sty files, which are not in TeX Live, and I do not know what is >> the pr

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Akira Kakuto
On 2021/04/24 5:55, Ulrike Fischer wrote: with -i dvipdfmx-unsafe.cfg it compiles but the output is wrong. Some of the red lines aren't where they should be if one compare with the dvips output. But they are also wrong in tl2020, so I don't think that it is related to the changes in the binaries

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Roussanka Loukanova
Akira, thanks! Now we know why I couldn't get it with XeTeX. Best Regards, Roussanka On Fri, Apr 23, 2021 at 11:10 PM Akira Kakuto wrote: > On 2021/04/24 5:55, Ulrike Fischer wrote: > > with -i dvipdfmx-unsafe.cfg it compiles but the output is wrong. > > Some of the red lines aren't where t

Re: [XeTeX] XeLaTeX for files using pstricks

2021-04-23 Thread Akira Kakuto
Dear Herbert, On 2021/04/24 5:55, Herbert Schulz wrote: The xelatexTR engine used by those files does exactly that. Many thanks. I should have noticed TR. Thanks, Akira