xref: /minix3/external/bsd/nvi/dist/docs/vi.ref/ref.texi (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1*84d9c625SLionel Sambuc@comment  Copyright (c) 1994
2*84d9c625SLionel Sambuc@comment      The Regents of the University of California.  All rights reserved.
3*84d9c625SLionel Sambuc@comment  Copyright (c) 1994, 1995, 1996
4*84d9c625SLionel Sambuc@comment 	Keith Bostic.  All rights reserved.
5*84d9c625SLionel Sambuc@comment
6*84d9c625SLionel Sambuc@comment  See the LICENSE file for redistribution information.
7*84d9c625SLionel Sambuc@comment
8*84d9c625SLionel Sambuc@comment      Id: ref.texi,v 8.1 2001/08/18 20:43:48 skimo Exp  (Berkeley) Date: 2001/08/18 20:43:48
9*84d9c625SLionel Sambuc@comment
10*84d9c625SLionel Sambuc@comment
11*84d9c625SLionel Sambuc@comment  indented paragraph, with spaces between the items, bold font
12*84d9c625SLionel Sambuc@macro IP{item}
13*84d9c625SLionel Sambuc@item @strong{\item\}
14*84d9c625SLionel Sambuc@comment @deffn {Command} {\item\}
15*84d9c625SLionel Sambuc@comment @end deffn
16*84d9c625SLionel Sambuc@end macro
17*84d9c625SLionel Sambuc@comment  indented paragraph, no spaces between the items, bold font
18*84d9c625SLionel Sambuc@comment .de Ip
19*84d9c625SLionel Sambuc@comment .tm arg 1 \\$1 arg 2 \\$2 arg 3 \\$3
20*84d9c625SLionel Sambuc@macro Ip{item}
21*84d9c625SLionel Sambuc@itemx @strong{\item\}
22*84d9c625SLionel Sambuc@end macro
23*84d9c625SLionel Sambuc@comment  typewriter font
24*84d9c625SLionel Sambuc@macro LI{command}
25*84d9c625SLionel Sambuc@code{\command\}
26*84d9c625SLionel Sambuc@end macro
27*84d9c625SLionel Sambuc@comment  ex/vi names in command font
28*84d9c625SLionel Sambuc@macro EV{ex,vi}
29*84d9c625SLionel Sambuc@strong{\ex\}/@strong{\vi\}
30*84d9c625SLionel Sambuc@end macro
31*84d9c625SLionel Sambuc@comment  command names
32*84d9c625SLionel Sambuc@macro CO{command}
33*84d9c625SLionel Sambuc@strong{\command\}
34*84d9c625SLionel Sambuc@end macro
35*84d9c625SLionel Sambuc@comment  option names
36*84d9c625SLionel Sambuc@macro OP{option}
37*84d9c625SLionel Sambuc@code{\option\}
38*84d9c625SLionel Sambuc@end macro
39*84d9c625SLionel Sambuc@comment  paren quoted (typewriter font)
40*84d9c625SLionel Sambuc@macro PQ{command}
41*84d9c625SLionel Sambuc``@code{\command\}''
42*84d9c625SLionel Sambuc@end macro
43*84d9c625SLionel Sambuc@comment  quoted bold
44*84d9c625SLionel Sambuc@macro QB{command}
45*84d9c625SLionel Sambuc``@strong{\command\}''
46*84d9c625SLionel Sambuc@end macro
47*84d9c625SLionel Sambuc@comment  quoted command
48*84d9c625SLionel Sambuc@macro QC{command}
49*84d9c625SLionel Sambuc``@strong{\command\}''
50*84d9c625SLionel Sambuc@end macro
51*84d9c625SLionel Sambuc@comment  quoted option
52*84d9c625SLionel Sambuc@comment  quoted (no font change)
53*84d9c625SLionel Sambuc@macro QQ{command}
54*84d9c625SLionel Sambuc``\command\''
55*84d9c625SLionel Sambuc@end macro
56*84d9c625SLionel Sambuc@comment  quoted (typewriter font)
57*84d9c625SLionel Sambuc@macro QT{command}
58*84d9c625SLionel Sambuc``@code{\command\}''
59*84d9c625SLionel Sambuc@end macro
60*84d9c625SLionel Sambuc@comment  section macro to build TOC
61*84d9c625SLionel Sambuc@comment  manual section
62*84d9c625SLionel Sambuc@macro XR{command,section}
63*84d9c625SLionel Sambuc@command{\command\}(\section\)
64*84d9c625SLionel Sambuc@end macro
65