40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
.\" AWK Reference Card --- Arnold Robbins, arnold@gnu.org
|
|
.\" This file sets the colors to use.
|
|
.\"
|
|
.\" Copyright (C) 1996,97,99 Free Software Foundation, Inc.
|
|
.\"
|
|
.\" Permission is granted to make and distribute verbatim copies of
|
|
.\" this reference card provided the copyright notice and this permission
|
|
.\" notice are preserved on all copies.
|
|
.\"
|
|
.\" Permission is granted to process this file through troff and print the
|
|
.\" results, provided the printed document carries copying permission
|
|
.\" notice identical to this one except for the removal of this paragraph
|
|
.\" (this paragraph not being relevant to the printed reference card).
|
|
.\"
|
|
.\" Permission is granted to copy and distribute modified versions of this
|
|
.\" reference card under the conditions for verbatim copying, provided that
|
|
.\" the entire resulting derived work is distributed under the terms of a
|
|
.\" permission notice identical to this one.
|
|
.\"
|
|
.\" Permission is granted to copy and distribute translations of this
|
|
.\" reference card into another language, under the above conditions for
|
|
.\" modified versions, except that this permission notice may be stated in
|
|
.\" a translation approved by the Foundation.
|
|
.\"
|
|
.ig
|
|
Strings for inline color change.
|
|
CR - color red
|
|
CG - color green
|
|
CL - color light blue
|
|
CB - color blue
|
|
CD - color dark, i.e. black
|
|
CX - color boX, i.e. for the surrounding boxes (red for now)
|
|
..
|
|
.ds CR \X'ps: exec 0 .96 .65 0 setcmykcolor'
|
|
.ds CG \X'ps: exec 1.0 0 .51 .43 setcmykcolor'
|
|
.ds CL \X'ps: exec .69 .34 0 0 setcmykcolor'
|
|
.ds CB \X'ps: exec 1 .72 0 .06 setcmykcolor'
|
|
.ds CD \X'ps: exec 1 1 1 1 setcmykcolor'
|
|
.ds CX \*(CG
|