I have found the source code within octavo.dtx (from the octavo package) and it has some parts called \p@. I have searched throughout the document but cannot understand what this is defined as or what it does and it is too short a term to do an internet search. Is this specific to the document or common to TeX? Here is a portion of the code:
\if@titlepage
\newcommand\maketitle{\begin{titlepage}%
\let\footnotesize\small
\let\footnoterule\relax
\let\footnote\thanks
% \end{macrocode}
% The title itself is centered vertically, with a little offset brought by
% a |\vskip|.
% \begin{macrocode}
\null\vfil
\vskip 60\p@
% \end{macrocode}
- What does the
\p@do?
macros2edocument mentioned and linked by my answer to the related Documentation reference for LaTeX internal commands? question. – Martin Scharrer Dec 18 '11 at 10:32