<html><head></head><body><div class="ydpd005a832yahoo-style-wrap" style="font-family:Arial, Helvetica, sans-serif;font-size:16px;"><div></div>
<div dir="ltr" data-setdir="false">I ran the program using lualatex and got one pdf document with no problems. Did I misunderstand? I thought the subfig package would give me two documents?</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Wayne Jones</div><div><br></div>
</div><div id="ydpfadf8eadyahoo_quoted_0217014213" class="ydpfadf8eadyahoo_quoted"><div class="ydpfadf8eadyahoo-style-wrap" style="font-family:Arial, Helvetica, sans-serif;font-size:16px;">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div class="ydpfadf8eadquoted-text-header">
On Tuesday, June 10, 2025 at 04:53:44 AM CDT, Herbert Voss <herbert.voss@fu-berlin.de> wrote:
</div>
</div><div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;border-left: 1px solid #ccc;padding-left: 8px;margin: 0px 0px 0px 8px" class="ydpfadf8eadinline_reply_quote_container" data-split-quote-node="true">
<div><br></div><div><br></div>
<div><div dir="ltr"><br clear="none"><br clear="none">Am 10.06.25 um 03:31 schrieb Nitecki, Zbigniew H.:<br clear="none">> I’m clearly misunderstanding some of the parameters for floats, <br clear="none">> pspicture, and \psgrid.<br clear="none">><br clear="none">> The code below yields two grids of the same size (with different <br clear="none">> subdivisions).<br clear="none">> Should I have set the two pspicture parameters differently?<br clear="none">> From what I understand,<br clear="none">> the two pspictures are both 9cm x 9cm boxes, so why are they aligned <br clear="none">> differently?<br clear="none">><br clear="none">> % !TEX TS-program = latex<br clear="none">> \documentclass{article}<br clear="none">><br clear="none">> \usepackage{pstricks}<br clear="none">> \usepackage{subfig}<br clear="none">><br clear="none">> \begin{document}<br clear="none">><br clear="none">> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br clear="none">><br clear="none">> \begin{figure}<br clear="none">> \begin{center}<br clear="none">> %<br clear="none">> \subfloat[Level $2$]{<br clear="none">> \begin{pspicture}[unit=3cm](0,0)(3,3)<br clear="none"><br clear="none">That setting is too late for (3,3). Use<br clear="none"><br clear="none">\subfloat[Level $2$]{%<br clear="none"> \psset{unit=3cm}<br clear="none"> \begin{pspicture}(0,0)(3,3)<br clear="none"> \psgrid[subgriddiv=3, gridlabels=0](0,0)(3,3)<br clear="none"> \end{pspicture}<br clear="none">}<br clear="none"><br clear="none">You can also run the document with lualatex, then you'll get directly <br clear="none">the PDF.<br clear="none"><br clear="none">Herbert<div class="ydpfadf8eadyqt7849978886" id="ydpfadf8eadyqtfd66373"><br clear="none"><br clear="none"><br clear="none"><br clear="none"><br clear="none"><br clear="none">----------- Please Consult the Following Before Posting -----------<br clear="none">TeX FAQ: <a shape="rect" href="https://www.tug.org/mactex/faq/index.html" rel="nofollow" target="_blank">https://www.tug.org/mactex/faq/index.html</a><br clear="none">List Reminders and Etiquette: <a shape="rect" href="https://sites.esm.psu.edu/~gray/TeX/" rel="nofollow" target="_blank">https://sites.esm.psu.edu/~gray/TeX/</a><br clear="none">List Archives: <a shape="rect" href="http://dir.gmane.org/gmane.comp.tex.macosx" rel="nofollow" target="_blank">http://dir.gmane.org/gmane.comp.tex.macosx</a><br clear="none"> <a shape="rect" href="https://email.esm.psu.edu/pipermail/macosx-tex/" rel="nofollow" target="_blank">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br clear="none">TeX on Mac OS X Website: <a shape="rect" href="https://www.tug.org/mactex/index.html" rel="nofollow" target="_blank">https://www.tug.org/mactex/index.html</a><br clear="none">List Info: <a shape="rect" href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" rel="nofollow" target="_blank">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br clear="none"></div></div></div>
</div>
</div></div></body></html>