aboutsummaryrefslogtreecommitdiffstats
path: root/include/tblf.lpg
blob: a31c30f147533e367636fa04c7af87dc2e7760e8 (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
37
38
39
40
41
%%BeginResource: procset LoutTblPrependGraphic
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                                    %
%  PostScript @SysPrependGraphic file for @Tbl  Jeffrey H. Kingston  %
%  Version 1.0                                             June 1998 %
%                                                                    %
%  To assist in avoiding name clashes, the names of all symbols      %
%  defined here begin with "ltbl".                                   %
%                                                                    %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% painting (i.e. filling): - ltblwhite - (etc.)
/ltblnopaint		{			       } def
/ltblnochange		{ 			  fill } def
/ltbldarkblue		{ 0.0 0.0 0.5 setrgbcolor fill } def
/ltblblue		{ 0.0 0.0 1.0 setrgbcolor fill } def
/ltbllightblue		{ 0.5 0.5 1.0 setrgbcolor fill } def
/ltbldarkgreen		{ 0.0 0.5 0.0 setrgbcolor fill } def
/ltblgreen		{ 0.0 1.0 0.0 setrgbcolor fill } def
/ltbllightgreen	        { 0.5 1.0 0.5 setrgbcolor fill } def
/ltbldarkred		{ 0.5 0.0 0.0 setrgbcolor fill } def
/ltblred		{ 1.0 0.0 0.0 setrgbcolor fill } def
/ltbllightred		{ 1.0 0.5 0.5 setrgbcolor fill } def
/ltbldarkcyan		{ 0.0 0.5 0.5 setrgbcolor fill } def
/ltblcyan		{ 0.0 1.0 1.0 setrgbcolor fill } def
/ltbllightcyan		{ 0.5 1.0 1.0 setrgbcolor fill } def
/ltbldarkmagenta	{ 0.5 0.0 0.5 setrgbcolor fill } def
/ltblmagenta		{ 1.0 0.0 1.0 setrgbcolor fill } def
/ltbllightmagenta	{ 1.0 0.5 1.0 setrgbcolor fill } def
/ltbldarkyellow        	{ 0.5 0.5 0.0 setrgbcolor fill } def
/ltblyellow		{ 1.0 1.0 0.0 setrgbcolor fill } def
/ltbllightyellow	{ 1.0 1.0 0.5 setrgbcolor fill } def
/ltbldarkgray		{ 0.2 0.2 0.2 setrgbcolor fill } def
/ltblgray		{ 0.5 0.5 0.5 setrgbcolor fill } def
/ltbllightgray		{ 0.8 0.8 0.8 setrgbcolor fill } def
/ltbldarkgrey		{ 0.2 0.2 0.2 setrgbcolor fill } def
/ltblgrey		{ 0.5 0.5 0.5 setrgbcolor fill } def
/ltbllightgrey		{ 0.8 0.8 0.8 setrgbcolor fill } def
/ltblblack		{ 0.0 0.0 0.0 setrgbcolor fill } def
/ltblwhite		{ 1.0 1.0 1.0 setrgbcolor fill } def
%%EndResource