xelatex produce wrong output
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
texlive-extra (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The MWE:
```
\documentclass[
\usepackage{
\begin{document}
\begin{figure}
\begin{center}
\begin{
\psset{framesep=0}
\psframe[
\rput(7.5,1){\Large Program}
\end{pspicture}
\end{center}
\end{figure}
\end{document}
```
Should produce box with text in it but place text in coordinate (0,0). Source worked in october 2020 and possible breaks after upgrade from 20.04.1 to 20.04.2. I checked MWE in fresh latest 20.04.02 and the error appears. After upgrade to 20.10 the error pass away
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: texlive-pstricks 2019.202000218-1
ProcVersionSign
Uname: Linux 5.8.0-53-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.11-
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: i3
Date: Fri May 14 14:42:44 2021
InstallationDate: Installed on 2020-10-10 (216 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitec
SourcePackage: texlive-extra
UpgradeStatus: No upgrade log present (probably fresh install)
affects: | ubuntu → texlive-extra (Ubuntu) |
I forgot mention that latex produce expected result. The problem is with xelatex