How to delete unnecessary white space?How to draw this diagram with tikzcd or other packagesWhy do directly-inserted labels in pspicture displace other following objects?How to express a polar coordinate for a macro that only accepts space-separated values?Using Pstricks to draw white boxes with white boarders fails?How to delete the 'triangle' on an arrow using the Vaucanson-g packageWhat causes the presence of unnecessary white space?How can I delete the or3 and & notations from this and gate?Error in PSTricks package — trailing space again?LaTeX Trellis Diagrams for STBCsAutomatically converting pictures to black-and-whiteInclude graphic with white background as transparentHow to delete unnecessary dot?

What did the 8086 (and 8088) do upon encountering an illegal instruction?

What is this object?

Dependent voltage/current sources

My mom's return ticket is 3 days after I-94 expires

That's not my X, its Y is too Z

Why would a home insurer offer a discount based on credit score?

As easy as Three, Two, One... How fast can you go from Five to Four?

In Pandemic, why take the extra step of eradicating a disease after you've cured it?

How to befriend someone who doesn't like to talk?

Parsing text written the millitext font

Attempt to de-reference a null object when calling class method from Test class

Dedicated bike GPS computer over smartphone

What's the best way to quit a job mostly because of money?

How to Handle Many Times Series Simultaneously?

What is the "books received" section in journals?

Is all-caps blackletter no longer taboo?

How can powerful telekinesis avoid violating Newton's 3rd Law?

Why did Robert pick unworthy men for the White Cloaks?

Oil draining out shortly after turbo hose detached/broke

Was self-modifying code possible using BASIC?

Entered UK using my now-lost UK passport; can I go to Spain using my US passport?

Why is it bad to use your whole foot in rock climbing

What is Gilligan's full Name?

Does a single fopen introduce TOCTOU vulnerability?



How to delete unnecessary white space?


How to draw this diagram with tikzcd or other packagesWhy do directly-inserted labels in pspicture displace other following objects?How to express a polar coordinate for a macro that only accepts space-separated values?Using Pstricks to draw white boxes with white boarders fails?How to delete the 'triangle' on an arrow using the Vaucanson-g packageWhat causes the presence of unnecessary white space?How can I delete the or3 and & notations from this and gate?Error in PSTricks package — trailing space again?LaTeX Trellis Diagrams for STBCsAutomatically converting pictures to black-and-whiteInclude graphic with white background as transparentHow to delete unnecessary dot?













5















documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C],,,,,,$M_0,4$
endpsmatrix
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
endpspicture
enddocument


enter image description here



After see all the answers, done :)



documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A]qquad $M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C] quad $M_0,4$
endpsmatrix
pssetarrowinset=0
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
enddocument









share|improve this question



















  • 1





    Although you've received answers that seem to solve your problem, I have no clue what your question is. For the benefit of future users of the site, could you please add a textual description of what your problem is and what you're trying to achieve? That way, people with similar problems will be able to find your question and its answers.

    – David Richerby
    Jun 5 at 11:56















5















documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C],,,,,,$M_0,4$
endpsmatrix
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
endpspicture
enddocument


enter image description here



After see all the answers, done :)



documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A]qquad $M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C] quad $M_0,4$
endpsmatrix
pssetarrowinset=0
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
enddocument









share|improve this question



















  • 1





    Although you've received answers that seem to solve your problem, I have no clue what your question is. For the benefit of future users of the site, could you please add a textual description of what your problem is and what you're trying to achieve? That way, people with similar problems will be able to find your question and its answers.

    – David Richerby
    Jun 5 at 11:56













5












5








5








documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C],,,,,,$M_0,4$
endpsmatrix
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
endpspicture
enddocument


enter image description here



After see all the answers, done :)



documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A]qquad $M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C] quad $M_0,4$
endpsmatrix
pssetarrowinset=0
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
enddocument









share|improve this question
















documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C],,,,,,$M_0,4$
endpsmatrix
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
endpspicture
enddocument


enter image description here



After see all the answers, done :)



documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A]qquad $M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C] quad $M_0,4$
endpsmatrix
pssetarrowinset=0
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
enddocument






pstricks






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 5 at 7:00







Trong Vuong

















asked Jun 5 at 1:34









Trong VuongTrong Vuong

8251323




8251323







  • 1





    Although you've received answers that seem to solve your problem, I have no clue what your question is. For the benefit of future users of the site, could you please add a textual description of what your problem is and what you're trying to achieve? That way, people with similar problems will be able to find your question and its answers.

    – David Richerby
    Jun 5 at 11:56












  • 1





    Although you've received answers that seem to solve your problem, I have no clue what your question is. For the benefit of future users of the site, could you please add a textual description of what your problem is and what you're trying to achieve? That way, people with similar problems will be able to find your question and its answers.

    – David Richerby
    Jun 5 at 11:56







1




1





Although you've received answers that seem to solve your problem, I have no clue what your question is. For the benefit of future users of the site, could you please add a textual description of what your problem is and what you're trying to achieve? That way, people with similar problems will be able to find your question and its answers.

– David Richerby
Jun 5 at 11:56





Although you've received answers that seem to solve your problem, I have no clue what your question is. For the benefit of future users of the site, could you please add a textual description of what your problem is and what you're trying to achieve? That way, people with similar problems will be able to find your question and its answers.

– David Richerby
Jun 5 at 11:56










2 Answers
2






active

oldest

votes


















6














You need to put the matrix somewhere, e.g. using rput. This is the way to nest pspictures.



documentclass[border=10pt]standalone
usepackagepstricks-add,amsmath,amssymb
begindocument
beginpspicture[showgrid,arrowinset=0](-.5,-1)(4,2)
rput[bl](0,0)beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
& [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
[name=B]$B$ & [name=C],,,,,,$M_0,4$
endpsmatrix
pcline[nodesep=.3]->(B)(C) nbput$kappa$
pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
naputforeach i in 0.1,0.25,0.4,0.55%
pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
endpspicture
enddocument


enter image description here



If you make the picture smaller, it will become smaller.



 beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)


enter image description here






share|improve this answer






























    5














    It makes no sense to use the pspicture envorimnent in this case:



    documentclass[border=10pt]standalone
    usepackagepst-node,amsmath,amssymb
    begindocument

    beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
    & [name=A]qquad$M_0,4 times mathbbP^1 $\
    [name=B]$B$ & [name=C]quad$M_0,4$
    endpsmatrix
    pcline[nodesep=.3]->(B)(C) nbput$kappa$
    pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
    naputforeach i in 0.1,0.25,0.4,0.55%
    pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$

    enddocument


    enter image description here



    If you really need the grid, then write the psmatrix, which
    is internally nothing else than an array, into a box of zero width:



    documentclass[border=10pt]standalone
    usepackagepst-node,amsmath,amssymb
    begindocument

    beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
    makebox[0pt][l]%
    beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
    & [name=A]qquad$M_0,4 times mathbbP^1 $\
    [name=B]$B$ & [name=C]quad$M_0,4$
    endpsmatrix
    pcline[nodesep=.3]->(B)(C) nbput$kappa$
    pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
    naputforeach i in 0.1,0.25,0.4,0.55%
    pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
    endpspicture

    enddocument


    enter image description here



    makebox does the same as rput. It is the same behaviour as mentioned in your question Why do directly-inserted labels in pspicture displace other following objects?
    The array (psmatrix) has a width and that's the reason why the old coordinate system is shifted to the right and you get the whitespace. Real PSTricks objects have no width. However, psmatrix should not be inside pspicture.






    share|improve this answer

























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "85"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494243%2fhow-to-delete-unnecessary-white-space%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      6














      You need to put the matrix somewhere, e.g. using rput. This is the way to nest pspictures.



      documentclass[border=10pt]standalone
      usepackagepstricks-add,amsmath,amssymb
      begindocument
      beginpspicture[showgrid,arrowinset=0](-.5,-1)(4,2)
      rput[bl](0,0)beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
      & [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
      [name=B]$B$ & [name=C],,,,,,$M_0,4$
      endpsmatrix
      pcline[nodesep=.3]->(B)(C) nbput$kappa$
      pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
      naputforeach i in 0.1,0.25,0.4,0.55%
      pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
      endpspicture
      enddocument


      enter image description here



      If you make the picture smaller, it will become smaller.



       beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)


      enter image description here






      share|improve this answer



























        6














        You need to put the matrix somewhere, e.g. using rput. This is the way to nest pspictures.



        documentclass[border=10pt]standalone
        usepackagepstricks-add,amsmath,amssymb
        begindocument
        beginpspicture[showgrid,arrowinset=0](-.5,-1)(4,2)
        rput[bl](0,0)beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
        & [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
        [name=B]$B$ & [name=C],,,,,,$M_0,4$
        endpsmatrix
        pcline[nodesep=.3]->(B)(C) nbput$kappa$
        pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
        naputforeach i in 0.1,0.25,0.4,0.55%
        pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
        endpspicture
        enddocument


        enter image description here



        If you make the picture smaller, it will become smaller.



         beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)


        enter image description here






        share|improve this answer

























          6












          6








          6







          You need to put the matrix somewhere, e.g. using rput. This is the way to nest pspictures.



          documentclass[border=10pt]standalone
          usepackagepstricks-add,amsmath,amssymb
          begindocument
          beginpspicture[showgrid,arrowinset=0](-.5,-1)(4,2)
          rput[bl](0,0)beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
          & [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
          [name=B]$B$ & [name=C],,,,,,$M_0,4$
          endpsmatrix
          pcline[nodesep=.3]->(B)(C) nbput$kappa$
          pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
          naputforeach i in 0.1,0.25,0.4,0.55%
          pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
          endpspicture
          enddocument


          enter image description here



          If you make the picture smaller, it will become smaller.



           beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)


          enter image description here






          share|improve this answer













          You need to put the matrix somewhere, e.g. using rput. This is the way to nest pspictures.



          documentclass[border=10pt]standalone
          usepackagepstricks-add,amsmath,amssymb
          begindocument
          beginpspicture[showgrid,arrowinset=0](-.5,-1)(4,2)
          rput[bl](0,0)beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
          & [name=A],,,,,,,,,,,,$M_0,4 times mathbbP^1 $\
          [name=B]$B$ & [name=C],,,,,,$M_0,4$
          endpsmatrix
          pcline[nodesep=.3]->(B)(C) nbput$kappa$
          pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
          naputforeach i in 0.1,0.25,0.4,0.55%
          pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
          endpspicture
          enddocument


          enter image description here



          If you make the picture smaller, it will become smaller.



           beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 5 at 1:50









          marmotmarmot

          135k6175323




          135k6175323





















              5














              It makes no sense to use the pspicture envorimnent in this case:



              documentclass[border=10pt]standalone
              usepackagepst-node,amsmath,amssymb
              begindocument

              beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
              & [name=A]qquad$M_0,4 times mathbbP^1 $\
              [name=B]$B$ & [name=C]quad$M_0,4$
              endpsmatrix
              pcline[nodesep=.3]->(B)(C) nbput$kappa$
              pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
              naputforeach i in 0.1,0.25,0.4,0.55%
              pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$

              enddocument


              enter image description here



              If you really need the grid, then write the psmatrix, which
              is internally nothing else than an array, into a box of zero width:



              documentclass[border=10pt]standalone
              usepackagepst-node,amsmath,amssymb
              begindocument

              beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
              makebox[0pt][l]%
              beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
              & [name=A]qquad$M_0,4 times mathbbP^1 $\
              [name=B]$B$ & [name=C]quad$M_0,4$
              endpsmatrix
              pcline[nodesep=.3]->(B)(C) nbput$kappa$
              pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
              naputforeach i in 0.1,0.25,0.4,0.55%
              pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
              endpspicture

              enddocument


              enter image description here



              makebox does the same as rput. It is the same behaviour as mentioned in your question Why do directly-inserted labels in pspicture displace other following objects?
              The array (psmatrix) has a width and that's the reason why the old coordinate system is shifted to the right and you get the whitespace. Real PSTricks objects have no width. However, psmatrix should not be inside pspicture.






              share|improve this answer





























                5














                It makes no sense to use the pspicture envorimnent in this case:



                documentclass[border=10pt]standalone
                usepackagepst-node,amsmath,amssymb
                begindocument

                beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
                & [name=A]qquad$M_0,4 times mathbbP^1 $\
                [name=B]$B$ & [name=C]quad$M_0,4$
                endpsmatrix
                pcline[nodesep=.3]->(B)(C) nbput$kappa$
                pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
                naputforeach i in 0.1,0.25,0.4,0.55%
                pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$

                enddocument


                enter image description here



                If you really need the grid, then write the psmatrix, which
                is internally nothing else than an array, into a box of zero width:



                documentclass[border=10pt]standalone
                usepackagepst-node,amsmath,amssymb
                begindocument

                beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
                makebox[0pt][l]%
                beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
                & [name=A]qquad$M_0,4 times mathbbP^1 $\
                [name=B]$B$ & [name=C]quad$M_0,4$
                endpsmatrix
                pcline[nodesep=.3]->(B)(C) nbput$kappa$
                pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
                naputforeach i in 0.1,0.25,0.4,0.55%
                pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
                endpspicture

                enddocument


                enter image description here



                makebox does the same as rput. It is the same behaviour as mentioned in your question Why do directly-inserted labels in pspicture displace other following objects?
                The array (psmatrix) has a width and that's the reason why the old coordinate system is shifted to the right and you get the whitespace. Real PSTricks objects have no width. However, psmatrix should not be inside pspicture.






                share|improve this answer



























                  5












                  5








                  5







                  It makes no sense to use the pspicture envorimnent in this case:



                  documentclass[border=10pt]standalone
                  usepackagepst-node,amsmath,amssymb
                  begindocument

                  beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
                  & [name=A]qquad$M_0,4 times mathbbP^1 $\
                  [name=B]$B$ & [name=C]quad$M_0,4$
                  endpsmatrix
                  pcline[nodesep=.3]->(B)(C) nbput$kappa$
                  pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
                  naputforeach i in 0.1,0.25,0.4,0.55%
                  pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$

                  enddocument


                  enter image description here



                  If you really need the grid, then write the psmatrix, which
                  is internally nothing else than an array, into a box of zero width:



                  documentclass[border=10pt]standalone
                  usepackagepst-node,amsmath,amssymb
                  begindocument

                  beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
                  makebox[0pt][l]%
                  beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
                  & [name=A]qquad$M_0,4 times mathbbP^1 $\
                  [name=B]$B$ & [name=C]quad$M_0,4$
                  endpsmatrix
                  pcline[nodesep=.3]->(B)(C) nbput$kappa$
                  pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
                  naputforeach i in 0.1,0.25,0.4,0.55%
                  pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
                  endpspicture

                  enddocument


                  enter image description here



                  makebox does the same as rput. It is the same behaviour as mentioned in your question Why do directly-inserted labels in pspicture displace other following objects?
                  The array (psmatrix) has a width and that's the reason why the old coordinate system is shifted to the right and you get the whitespace. Real PSTricks objects have no width. However, psmatrix should not be inside pspicture.






                  share|improve this answer















                  It makes no sense to use the pspicture envorimnent in this case:



                  documentclass[border=10pt]standalone
                  usepackagepst-node,amsmath,amssymb
                  begindocument

                  beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
                  & [name=A]qquad$M_0,4 times mathbbP^1 $\
                  [name=B]$B$ & [name=C]quad$M_0,4$
                  endpsmatrix
                  pcline[nodesep=.3]->(B)(C) nbput$kappa$
                  pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
                  naputforeach i in 0.1,0.25,0.4,0.55%
                  pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$

                  enddocument


                  enter image description here



                  If you really need the grid, then write the psmatrix, which
                  is internally nothing else than an array, into a box of zero width:



                  documentclass[border=10pt]standalone
                  usepackagepst-node,amsmath,amssymb
                  begindocument

                  beginpspicture[showgrid,arrowinset=0](0,-1)(4,2)
                  makebox[0pt][l]%
                  beginpsmatrix[colsep=.5cm,rowsep=1.2cm]
                  & [name=A]qquad$M_0,4 times mathbbP^1 $\
                  [name=B]$B$ & [name=C]quad$M_0,4$
                  endpsmatrix
                  pcline[nodesep=.3]->(B)(C) nbput$kappa$
                  pcline[nodesep=.3]->(A)(C) nbput[labelsep=.1]$pi$
                  naputforeach i in 0.1,0.25,0.4,0.55%
                  pcline->(i,-.4)(i,.45) nbput[labelsep=.1]$sigma_i$
                  endpspicture

                  enddocument


                  enter image description here



                  makebox does the same as rput. It is the same behaviour as mentioned in your question Why do directly-inserted labels in pspicture displace other following objects?
                  The array (psmatrix) has a width and that's the reason why the old coordinate system is shifted to the right and you get the whitespace. Real PSTricks objects have no width. However, psmatrix should not be inside pspicture.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jun 5 at 8:40

























                  answered Jun 5 at 6:25









                  Red-CloudRed-Cloud

                  4,143217




                  4,143217



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494243%2fhow-to-delete-unnecessary-white-space%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                      Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                      Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form