blob: bb98a49e68e68b32ac3abfcf9be90c39761dd0a9 (
plain)
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
|
## 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
|