For some reason, my psmatrix is too low on the page. I want to raise it to the top of the page.
I tried using an "offset" parameter:
\begin{psmatrix}[colsep=0,rowsep=1.3,offset=5]
but this apparently had no effect.
EDIT: Here is an MWE. Note that I use the first line, with the "makebox" commands, in order to set the column widths for the rest of the table (which is not shown here).
\documentclass[english]{article}
\makeatletter
\usepackage[pdf]{pstricks}
\usepackage{pst-node}
\makeatother
\begin{document}
\begin{psmatrix}[colsep=0,rowsep=1.3,offset=5]
\makebox[0cm]{} & \makebox[7cm]{} & \makebox[7cm]{} & \makebox[7cm]{} \\
a
&
b
&
c
&
d
\end{psmatrix}
\end{document}

\documentclassand the appropriate packages that reproduces the problem.While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– Peter Grill Feb 23 '14 at 06:39