<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>> I can't say for sure what the problem is without looking at the log file for your example</div>

<div> </div>

<div>I would have to use the appropriate form of tracing, of course.  I actually don't think there would be any space at the beginning of the page, but I would check to be sure.</div>

<div> </div>

<div>The following code works, but with MetaPost, you do get the whole box, so it doesn't really help.  On the second page of the TeX file, I show how to shift the letters using infinite glue.  With this technique, you can put anything you want anywhere on the page.  Here, I use a \vbox of \vsize and an \hbox of \hsize, but more often I use boxes of zero height or width, respectively, i.e., \vbox to 0pt and \hbox to 0pt, respectively.  \vss and \hss, respectively, must be used in these boxes, as in the example below.  You don't need an EPS file,</div>

<div>you can just put letters, words, paragraphs, math mode material, etc., into the box, e.g., \hbox to 0pt{\hskip-1cm A\hss}.</div>

<div> </div>

<div>%% ttemp.mp</div>

<div>
<div>prologues := 3;<br/>
outputtemplate := "%j%3c.eps";</div>

<div>beginfig(1);<br/>
label(btex A etex, origin);<br/>
endfig;</div>

<div> </div>

<div>beginfig(2);<br/>
label(btex a etex, origin);<br/>
endfig;</div>

<div>end;</div>
</div>

<div> </div>

<div> </div>

<div> </div>

<div>%% ttemp.tex</div>

<div>
<div>\special{papersize=297mm, 210mm} %% DIN A4 <br/>
\hsize=297mm<br/>
\vsize=210mm<br/>
\advance\voffset by -1in<br/>
\advance\hoffset by -1in</div>

<div>\input epsf</div>

<div>\baselineskip=0pt<br/>
\parindent=0pt<br/>
\parskip=0pt</div>

<div>\def\epsfsize#1#2{#2}<br/>
\leftline{\epsffile{ttemp001.eps}\epsffile{ttemp002.eps}}</div>

<div>\vfil\eject<br/>
\vbox to \vsize{\vskip-.375pt<br/>
\hbox to \hsize{\hskip-.5pt\epsffile{ttemp001.eps}\epsffile{ttemp002.eps}\hss}\vss}</div>

<div>\bye</div>

<div> </div>

<div>Run like this: mpost ttemp && tex ttemp && dvipdfmx ttemp.dvi
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Samstag, 03. September 2022 um 21:47 Uhr<br/>
<b>Von:</b> Laurence.Finston@gmx.net<br/>
<b>An:</b> minoo_erhoo@protonmail.com<br/>
<b>Betreff:</b> Aw: [tex-k] margin</div>

<div name="quoted-content">
<div style="font-family: Verdana;font-size: 12.0px;">
<div>I can't say for sure what the problem is without looking at the log file for your example, but this is an example that works (see below).</div>

<div>The 10 x 10pt rule shows that it works.  The boxes containing the `a' and the `A' are taller than the letters themselves.  I'd have to check to be sure</div>

<div>there's no other space in your example.</div>

<div> </div>

<div>If you want a letter to be right at the edge of the paper, you can use MetaPost to achieve this effect.  If I have a moment, I can make an example.</div>

<div>At the exact edge wouldn't be useful for printing, but it would work in a dvi, ps or pdf viewer.</div>

<div> </div>

<div>\special{papersize=210mm, 297mm} %% DIN A4 Portrait<br/>
\hsize=210mm</div>

<div>\vsize=297mm<br/>
\advance\voffset by -1in<br/>
\advance\hoffset by -1in<br/>
\baselineskip=0pt<br/>
\parindent=0pt<br/>
\parskip=0pt<br/>
\vrule height 10pt width 10pt A a<br/>
\bye</div>

<div>
<div> </div>

<div>Laurence</div>

<div> 
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"><b>Gesendet:</b> Samstag, 03. September 2022 um 20:50 Uhr<br/>
<b>Von:</b> "Minoo Erhoo" <minoo_erhoo@protonmail.com><br/>
<b>An:</b> "tex-k@tug.org" <tex-k@tug.org><br/>
<b>Betreff:</b> [tex-k] margin</div>

<div>
<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"><i><b>Hi,</b></i></div>

<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"><i><b>i wrote this code to get a page without margins.</b></i></div>

<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"> 
<div>
<p style="margin-top: 0.0px;margin-bottom: 0.0px;line-height: 100.0%;"><i><b><i><b>\hoffset-1in</b></i></b></i></p>
<i><b><i><b>\voffset-1in</b></i></b></i>

<p style="margin-top: 0.0px;margin-bottom: 0.0px;line-height: 100.0%;"><i><b><i><b>\parindent0pt</b></i></b></i></p>

<p style="margin-top: 0.0px;margin-bottom: 0.0px;line-height: 100.0%;"><i><b><i><b>a</b></i></b></i></p>

<p style="margin-top: 0.0px;margin-bottom: 0.0px;line-height: 100.0%;"><i><b><i><b>\bye</b></i></b></i></p>
</div>
</div>

<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"> </div>

<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"><i><b>but the first line (a) has vertical space before itself. in TeXBook told <u>1inch</u> is the margin space.</b></i></div>

<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"> </div>

<div style="font-family: Arial;font-size: 14.0px;color: rgb(0,0,0);"><i><b>may a bug?</b></i></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></body></html>