## VNR-METAFONT	program

## Default Preamble, Postamble

$if(nopre=0)
	$pre
	%%
	%% This	is file	`$dest'	which was generated	from
	%% the source  `$source'
	%% with	option `$option'.
	%%
	%% The generator was `$generator'
	%% and the generation date was `$date'.
	%%
	%% This is a test preamble. In the preabmle
	%% you have five expandanable macros:
	%%
	%%  ${c} : the sharp ($c)
	%%  ${dest} : the destination
	%%  ${source} : the source file
	%%  ${option} : list of options used
	%%  ${generator} : print information about the generator
	%%  ${date} : print the generation date
	%%
	%% Please see the usage in the file `vnr_pp.kins'.
	$c$c
	$c$c This line will start with two sharp
	$c$c
	%%
	$enpre
$enif

$if(nopost=0)
	$post
		endinput;
		%% End of file `$dest'.
	$enpost
$enif

$eof=1