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?
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
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
add a comment |
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
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
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
add a comment |
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
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
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
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
pstricks
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
You need to put the matrix somewhere, e.g. using rput
. This is the way to nest pspicture
s.
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
If you make the picture smaller, it will become smaller.
beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)
add a comment |
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
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
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
.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
You need to put the matrix somewhere, e.g. using rput
. This is the way to nest pspicture
s.
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
If you make the picture smaller, it will become smaller.
beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)
add a comment |
You need to put the matrix somewhere, e.g. using rput
. This is the way to nest pspicture
s.
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
If you make the picture smaller, it will become smaller.
beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)
add a comment |
You need to put the matrix somewhere, e.g. using rput
. This is the way to nest pspicture
s.
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
If you make the picture smaller, it will become smaller.
beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)
You need to put the matrix somewhere, e.g. using rput
. This is the way to nest pspicture
s.
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
If you make the picture smaller, it will become smaller.
beginpspicture[showgrid,arrowinset=0](-.5,-0.3)(3,2)
answered Jun 5 at 1:50
marmotmarmot
135k6175323
135k6175323
add a comment |
add a comment |
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
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
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
.
add a comment |
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
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
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
.
add a comment |
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
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
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
.
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
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
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
.
edited Jun 5 at 8:40
answered Jun 5 at 6:25
Red-CloudRed-Cloud
4,143217
4,143217
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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