XeTeX inserting unwanted left padding/gutter into document

Siddharth Jain siddjain at live.com
Fri Dec 4 01:00:20 CET 2020


Hello,

I have a document like this:

\documentclass[12pt]{article}
\usepackage[paperheight=9.50in,paperwidth=16.20in,margin=0in]{geometry}
\usepackage[dvipsnames,prologue,table]{pstricks}

\begin{document}
\pagestyle{empty}

\psset{unit=1in}
\begin{pspicture}(16.20in,9.50in)

\psframe[fillstyle=solid,fillcolor=Black](0,0)(16.20in,9.50in)

\end{pspicture}
\end{document}

When this document is processed by xelatex I notice an unwanted padding/margin/white gutter on the left side as shown in image below:

[cid:4e548537-5037-42f9-b887-0c4dc5c42f1f]

This gutter is not there if the same file is processed through ps4pdf.

Can anyone tell me how to fix this? Here are details of my installation

# xelatex --version
XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017)
kpathsea version 6.2.3
Copyright 2017 SIL International, Jonathan Kew and Khaled Hosny.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the XeTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the XeTeX source.
Primary author of XeTeX: Jonathan Kew.
Compiled with ICU version 58.2; using 58.2
Compiled with zlib version 1.2.11; using 1.2.11
Compiled with FreeType2 version 2.7.1; using 2.7.1
Compiled with Graphite2 version 1.3.9; using 1.3.9
Compiled with HarfBuzz version 1.4.6; using 1.4.6
Compiled with libpng version 1.6.29; using 1.6.29
Compiled with poppler version 0.52.0
Compiled with fontconfig version 2.8.0; using 2.11.94

Sid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texhax/attachments/20201204/a351e791/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 118244 bytes
Desc: image.png
URL: <https://tug.org/pipermail/texhax/attachments/20201204/a351e791/attachment-0001.png>


More information about the texhax mailing list.