next up previous 64
Next: Tables
Up: LaTeX Cookbook
Previous: Mathematics


Tabbing

\begin{quote}
  \begin{tabbing}
    ROUTINExxx\=ERRxFMTBADxx\==x8xxxx\=\kill
    \textbf{ROUTINE}\>\textbf{SYMBOL}\>\>\textbf{MEANING}\\
    \\
    ADDSCR:\>ERR\_FRMNUL\>= 1\>Frame null.\\
    \>ERR\_FRMNAC\>= 3\>Frame could not be accessed.\\
    \>ERR\_PARINV\>= 4\>Parameter name invalid.\\
    \\
    CNPAR:\>ERR\_PARANC\>= 2\>Parameter association not cancelled.\\
    \>ERR\_PARINV\>= 4\>Parameter name invalid.\\
    \\
    CTOI:\>ERR\_INPINV\>= 5\>Input invalid.\\
    \\
    CTOR:\>ERR\_INPINV\>= 5\>Input invalid.\\
  \end{tabbing}
\end{quote}

******************************************************************************

\begin{tabbing}
  namexx\=positionxx\=maxdimsxx\=dimensxx\=pointerxx\=pointerxxx\=\kill
  \emph{name}\>\emph{default}\>\emph{maxels}\>\emph{value}\>\emph{actels}
    \>\>\textbf{RDKEYx}\\
  \emph{name}\>\>\>\emph{value}\>\emph{nels}\>\>\textbf{WRKEYx}\\
  \\
  \emph{name}\>\emph{dtype}\>\emph{ftype}\>\emph{size}\>\emph{pointer}
    \>\>\textbf{RDDATA, WRDATA}\\
  \emph{name}\>\emph{dtype}\>\>\emph{size}\>\emph{pointer}\>\>\textbf{GETDYN}\\
  \\
  \emph{name}\>\emph{dtype}\>\emph{maxdims}\>\emph{dimens}\>\emph{actdims}
    \>\emph{pointer}\>\textbf{RDIMAG}\\
  \emph{name}\>\emph{dtype}\>\>\emph{dimens}\>\emph{ndims}\>\emph{pointer}
    \>\textbf{WRIMAG}\\
\end{tabbing}

LATEX OUTPUT


    ROUTINE		SYMBOL				MEANING


ADDSCR: ERR_FRMNUL =1 Frame null.
ERR_FRMNAC =3 Frame could not be accessed.
ERR_PARINV =4 Parameter name invalid.

CNPAR: ERR_PARANC =2 Parameter association not cancelled.
ERR_PARINV =4 Parameter name invalid.

CTOI: ERR_INPINV =5 Input invalid.

CTOR: ERR_INPINV =5 Input invalid.

******************************************************************************


  name		default		maxels		value		actels 				RDKEYx

name value nels WRKEYx

name dtype ftype size pointer RDDATA, WRDATA
name dtype size pointer GETDYN

name dtype maxdims dimens actdims pointer RDIMAG
name dtype dimens ndims pointer WRIMAG

The following qualifiers are recognized:

\begin{list}{}{\settowidth{\labelwidth}{\texttt{-f}\emph{filename}}
  \setlength{\leftmargin}{\labelwidth}
  \addtolength{\labelwidth}{\labelsep}}
  \item[\texttt{-b}] Process pages in reverse order; this can be useful on the
  A2 model printers which stack their pages face up and therefore in the
  reverse of the order in which they were printed.
  \item[\texttt{-c\#}]  Print \texttt{\#} copies of each page; a photocopier is
  cheaper so this qualifier shouldn't really be needed.
  \item[\texttt{-x\#}\textit{unit}] Set the left margin to \texttt{\#} (which
  can be both a real number and negative); \textit{unit} is one of:

  \begin{tabular}{ll}
    bp &big point (1in = 72bp)\\
    cc &cicero (1cc = 12dd)\\
    cm &centimetre (1in = 2.54cm)\\
    dd &didot point (1157dd = 1238pt)\\
    in &inch\\
    mm &millimetre\\
    pc &pica (1pc = 12pt)\\
    pt &point (72.27pt = 1in)\\
    sp &scaled point (65536sp = 1pt)
  \end{tabular}

  The default margin is 1in.
  \item[\texttt{-y\#}\textit{unit}] Set top margin. The default is 1in.
\end{list}

******************************************************************************

\newlength{\numlen}
\settowidth{\numlen}{xxxx000--000--0000}
\settowidth{\labelsep}{000}

\begin{list}{}{\setlength{\labelwidth}{\numlen}\setlength{\leftmargin}{\numlen}
  \addtolength{\leftmargin}{\labelsep}}
  \item[0385--41191] (RDC) V21, (use 8-bit no-parity), connected to
  Departmental Gandalf PACX.
  PACX service is \texttt{STARN}.
  More details if you specify \texttt{HELP} instead of \texttt{STARN} after
  the Gandalf prompt.
  \item[061--273--5730] (RDC) V21/V23 (autobaud), seven bits, even parity,
  connected to VAX--11/750.
  \item[0477--71324] (RDC) V21/V23/V22/V22bis (autobaud), connected to a DECserver
  200.
  \item[0235--831--593] (RDC) VAX 11/780, V22.
  \item[0235--44--6951] PAD line V21/V23.
  \item[0235--44--6952] PAD line V22/V22bis.
\end{list}

LATEX OUTPUT

The following qualifiers are recognized:

-b
Process pages in reverse order; this can be useful on the A2 model printers which stack their pages face up and therefore in the reverse of the order in which they were printed.
-c#
Print # copies of each page; a photocopier is cheaper so this qualifier shouldn't really be needed.
-x#unit
Set the left margin to # (which can be both a real number and negative); unit is one of:

bp big point (1in = 72bp)
cc cicero (1cc = 12dd)
cm centimetre (1in = 2.54cm)
dd didot point (1157dd = 1238pt)
in inch
mm millimetre
pc pica (1pc = 12pt)
pt point (72.27pt = 1in)
sp scaled point (65536sp = 1pt)

The default margin is 1in.

-y#unit
Set top margin. The default is 1in.

******************************************************************************

0385-41191
(RDC) V21, (use 8-bit no-parity), connected to Departmental Gandalf PACX. PACX service is STARN. More details if you specify HELP instead of STARN after the Gandalf prompt.
061-273-5730
(RDC) V21/V23 (autobaud), seven bits, even parity, connected to VAX-11/750.
0477-71324
(RDC) V21/V23/V22/V22bis (autobaud), connected to a DECserver 200.
0235-831-593
(RDC) VAX 11/780, V22.
0235-44-6951
PAD line V21/V23.
0235-44-6952
PAD line V22/V22bis.



next up previous 64
Next: Tables
Up: LaTeX Cookbook
Previous: Mathematics

LaTeX Cookbook
Starlink Cookbook 9
M D Lawden
Anne Charles
14 May 1997
E-mail:starlink@jiscmail.ac.uk

Copyright © 1997 Council for the Central Laboratory of the Research C ouncils