File: fixed-font-in-item

package info (click to toggle)
perl 5.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 128,392 kB
  • sloc: perl: 534,963; ansic: 240,563; sh: 72,042; pascal: 6,934; xml: 2,428; yacc: 1,360; makefile: 1,197; cpp: 208; lisp: 1
file content (30 lines) | stat: -rw-r--r-- 955 bytes parent folder | download
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
[name]
Fixed-width font in item

[input]
=head1 Fixed-width Fonts in =item

In podlators 4.06 and earlier, italic was terminated with \f(CW, which
didn't properly stop italic.

=over 2

=item C<tar I<option>... [I<name>]...>

=item C<tar I<letter>... [I<argument>]... [I<option>]... [I<name>]...>

=back

[output]
.SH "Fixed\-width Fonts in =item"
.IX Header "Fixed-width Fonts in =item"
In podlators 4.06 and earlier, italic was terminated with \ef(CW, which
didn\*(Aqt properly stop italic.
.ie n .IP """tar \fIoption\fR... [\fIname\fR]...""" 2
.el .IP "\f(CWtar \fR\f(CIoption\fR\f(CW... [\fR\f(CIname\fR\f(CW]...\fR" 2
.IX Item "tar option... [name]..."
.PD 0
.ie n .IP """tar \fIletter\fR... [\fIargument\fR]... [\fIoption\fR]... [\fIname\fR]...""" 2
.el .IP "\f(CWtar \fR\f(CIletter\fR\f(CW... [\fR\f(CIargument\fR\f(CW]... [\fR\f(CIoption\fR\f(CW]... [\fR\f(CIname\fR\f(CW]...\fR" 2
.IX Item "tar letter... [argument]... [option]... [name]..."
.PD