summaryrefslogtreecommitdiffstats
path: root/doc/common/timemac.texi
blob: 7c327a607548a80dc1a929f59149c3aeb36b4f73 (plain) (blame)
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
@c
@c  COPYRIGHT (c) 1988-2002.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c
@c
@c  Macros to help with the tables in this file
@c

@tex
\global\advance \smallskipamount by -4pt
 
\global\def\rtemstimetable{
\vrule\strut##&
\hbox to 3.0in{\enskip##\hfil}&
\hbox to 0.75in{\enskip##\hfil}&
\vrule##\cr
\noalign{\hrule}
}

\global\def\rtemsendtimetable{}
\global\def\rtemsonecase#1#2{
& \bf #1\hfil& #2 & \cr\noalign{\hrule}
}

\global\def\rtemsdirective#1{
& \bf #1 \hfil& & \cr\noalign{\hrule}
}

\global\def\rtemscase#1#2{
& \hskip 0.3in #1\hfil& #2 & \cr\noalign{\hrule}
}

@end tex