aboutsummaryrefslogblamecommitdiffstats
path: root/include/tblf.lpg
blob: a31c30f147533e367636fa04c7af87dc2e7760e8 (plain) (tree)








































                                                                      
%%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