[OS X TeX] scaling in beamer

Michael Sharpe msharpe at ucsd.edu
Thu Jun 16 17:01:24 EDT 2016


> On Jun 16, 2016, at 1:47 PM, Nitecki, Zbigniew H. <Zbigniew.Nitecki at tufts.edu> wrote:
> 
> My problem is quite simply that the diagram is taller than the slide size;  I would like to change the size of the diagram by reducing the scale in the pspicture, so that the whole diagram can be fit inside a slide.  My attempt to use \psset{unit=} with a ridiculously small unit size appears to not affect anything about the size of the diagram being produced.
> 
Change the \begin{pspicture} line to read

\begin{pspicture}(11,7)\psset{rowsep=.5cm} %you had (8,11)

This will make a picture 11cm wide by 7cm high and change the separation between rows to .5cm so the psmatrix will fit intoo you picture bounds..

Michael


More information about the MacOSX-TeX mailing list