Hi.
Your drawback is caused by the horizontal space settled too high; by changing its figure into, i.e. 5.5 inches, the whole circle appears properly, as shown below. Cheers
01.png (55.67 KiB) Viewed 7583 times
Last edited by cgnieder on Mon Jul 06, 2015 11:59 pm, edited 1 time in total.
Sundial wrote:Hi.
Your drawback is caused by the horizontal space settled too high; by changing its figure into, i.e. 5.5 inches, the whole circle appears properly, as shown below. Cheers
No it's not. Compiling the code without modifications with pslatex makes the whole circle appear properly.
Please, look at what happens (Overleaf compiler) with spacer 6.5in: the cutoff of your circle. Any comparison should be carried out with the same compiler, mine is Overleaf,as said.
02.png (61.43 KiB) Viewed 7583 times
Last edited by cgnieder on Tue Jul 07, 2015 12:00 am, edited 1 time in total.
Sundial wrote:Please, look at what happens (Overleaf compiler) with spacer 6.5in: the cutoff of your circle. Any comparison should be carried out with the same compiler, mine is Overleaf,as said.
And that is exactly the problem I am asking how to prevent – the fact that Overleaf and XeLaTeX cut off pictures at an arbitrary spot before the end of the page.
Of course it is (also) caused by using PSTricks, but “stop using PSTricks” would not count as a solution, would it?
can you please post code as text (marked as code via the "Code" button)?
Then we can copy & paste, and even better: by just one click we can open it directly in OverLeaf: there's automatically a link above the code box then.
In that case you could remove the images above, as it's slowing down loading on my slow internet connection, but even more, they are too huge for the web site layout.
Hi Stefan,
I beg your pardon for my posted screenshots so wide! They come directly from the opening post code by pushing on 'Open in WriteLatex' bar. That allowed me to better specify my thought, based on the use of \hspace command. Please, erase them if you believe they are disturbing so much. Cheers
What does this mean? Different compilers sometimes have different behaviours on dealing with spacer (\hspace), so to overcome any mismatch the shortest way is to modify its width, from 6.5in to i.e. 4in. Cheers
If you open it on Overleaf, or compile it with XeLaTeX, you'll see that the picture is still cut short, and the problem is not with \hspace (since there is no \hspace in this code). Surely the “shortest way” to get a full circle is cutting the text short, but hopefully it's obvious now that this is not an acceptable solution.