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
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
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
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
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
> 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
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
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
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