1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
# pst-layout package
# Matthew Bertucci 2/26/2022 for v.95
#include:graphicx
#include:ifthen
#include:pstricks-add
#include:arrayjobx
\NumGraphics=%<max index%>
\NumFragments=%<max index%>
\NumLines=%<max index%>
\NumFrames=%<max index%>
\NumPoints=%<max index%>
\NumDots=%<max index%>
\Graphic(index)={filename}
\GraphicPos(index)={position}
\GraphicOpts(index)={options}
\GraphicRefPt(index)={ref pt}
\Frag(index)={text fragment}
\FragPos(index)={position}
\FragRefPt(index)={ref pt}
\FragRotation(index)={angle}
\FragBlankBG(index)={value}
\PointName(index)={name}
\PointPos(index)={position}
\PointSeries(index)={min;max}
\PointInc(index)={increment}
\DotPos(index)={position}
\DotOpts(index)={options}
\DotType(index)={type}
\FrameStart(index)={position}
\FrameEnd(index)={position}
\FrameDelta(index)={position}
\FrameOpts(index)={options}
\FrameSolid(index)={value}
\FrameType(index)={type}
\LOpts(index)={options}
\LArrow(index)={arrow spec}
\LStart(index)={position}
\LEnd(index)={position}
\LDelta(index)={position}
\LType(index)={type}
\begin{pslayout}#\pictureHighlight
\end{pslayout}
\begin{pslayout*}#\pictureHighlight
\end{pslayout*}
\pslayout#S
\pslayout*#S
\endpslayout#S
\showRC
\xmin#S
\ymin#S
\parsedelta#S
\MaxR#S
\MaxC#S
\parseFragRP#S
\parseSeries#S
\PSTLayoutLoaded#S
|