[pstricks] Suppressing linebreak in new pspicture

Todd O'Bryan toddobryan at mac.com
Wed Nov 19 11:12:15 CET 2003


I think it's a problem of a weird cross-reaction between LyX and 
pstricks. When I stick everything in a single TeX box in LyX it works 
fine. When I split it out into three separate ones, I get the behavior 
described.

Todd

On Nov 19, 2003, at 5:05 AM, Herbert Voss wrote:

> Todd OBryan sagte:
>> I just started using pstricks and am already wishing I'd found it 
>> years
>>
>  ago. I do have one problem.
>>
>> How can I get multiple pspictures on a single line. In particular, I'd
>> like to put three graphs on a single line something like:
>
> I suppose that your pictures are too big. Here is an example, where
> you can put only 2 pictures in my line.
>
> Herbert
>
>
> \documentclass[a4paper]{article}
> \usepackage{pstricks}
> \parindent=0pt
> \begin{document}
>
> \begin{pspicture}(-2,-2)(2,2)
> 	\psgrid[griddots=10,gridlabels=7pt]
> 	\pscircle[linewidth=2pt,linecolor=red](0,0){1}
> \end{pspicture}
> \hfill
> \begin{pspicture}(-2,-2)(2,2)
> 	\psgrid[griddots=10,gridlabels=7pt]
> 	\pscircle[linewidth=2pt,linecolor=red](0,0){1}
> \end{pspicture}
> \hfill
> \begin{pspicture}(-2,-2)(2,2)
> 	\psgrid[griddots=10,gridlabels=7pt]
> 	\pscircle[linewidth=2pt,linecolor=red](0,0){1}
> \end{pspicture}
>
> \end{document}
>
> rbert.Voss at alumni.TU-Berlin.DE
>
>
>




More information about the PSTricks mailing list