<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have a document like this:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="color:#000000;background-color:#ffffff;font-family:Menlo, Monaco, 'Courier New', monospace;font-weight:normal;font-size:12px;line-height:18px">
<div><span style="color:#af00db">\documentclass</span><span>[</span><span style="color:#001080">12pt</span><span>]{</span><span style="color:#267f99">article</span><span>}</span></div>
<div><span style="color:#af00db">\usepackage</span><span>[</span><span style="color:#001080">paperheight=9.50in,paperwidth=16.20in,margin=0in</span><span>]{</span><span style="color:#267f99">geometry</span><span>}</span></div>
<div><span style="color:#af00db">\usepackage</span><span>[</span><span style="color:#001080">dvipsnames,prologue,table</span><span>]{</span><span style="color:#267f99">pstricks</span><span>}</span></div>
<br>
<div><span style="color:#795e26">\begin</span><span>{</span><span style="color:#001080">document</span><span>}</span></div>
<div><span style="color:#795e26">\pagestyle</span><span>{empty}</span></div>
<br>
<div><span style="color:#795e26">\psset</span><span>{unit=1in}</span></div>
<div><span style="color:#795e26">\begin</span><span>{</span><span style="color:#001080">pspicture</span><span>}(16.20in,9.50in)</span></div>
<br>
<div><span style="color:#795e26">\psframe</span><span>[fillstyle=solid,fillcolor=Black](0,0)(16.20in,9.50in)</span></div>
<br>
<div><span style="color:#795e26">\end</span><span>{</span><span style="color:#001080">pspicture</span><span>}</span></div>
<div><span style="color:#795e26">\end</span><span>{</span><span style="color:#001080">document</span><span>}</span></div>
<br>
</div>
When this document is processed by xelatex I notice an unwanted padding/margin/white gutter on the left side as shown in image below:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<img size="118244" contenttype="image/png" unselectable="on" tabindex="-1" style="user-select: none; width: 320px;" data-imgsize="small" data-outlook-trace="F:1|T:1" src="cid:4e548537-5037-42f9-b887-0c4dc5c42f1f"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
This gutter is not there if the same file is processed through ps4pdf.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Can anyone tell me how to fix this? Here are details of my installation</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
# xelatex --version
<div>XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017)</div>
<div>kpathsea version 6.2.3</div>
<div>Copyright 2017 SIL International, Jonathan Kew and Khaled Hosny.</div>
<div>There is NO warranty.  Redistribution of this software is</div>
<div>covered by the terms of both the XeTeX copyright and</div>
<div>the Lesser GNU General Public License.</div>
<div>For more information about these matters, see the file</div>
<div>named COPYING and the XeTeX source.</div>
<div>Primary author of XeTeX: Jonathan Kew.</div>
<div>Compiled with ICU version 58.2; using 58.2</div>
<div>Compiled with zlib version 1.2.11; using 1.2.11</div>
<div>Compiled with FreeType2 version 2.7.1; using 2.7.1</div>
<div>Compiled with Graphite2 version 1.3.9; using 1.3.9</div>
<div>Compiled with HarfBuzz version 1.4.6; using 1.4.6</div>
<div>Compiled with libpng version 1.6.29; using 1.6.29</div>
<div>Compiled with poppler version 0.52.0</div>
Compiled with fontconfig version 2.8.0; using 2.11.94<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Sid</div>
</body>
</html>