summaryrefslogtreecommitdiff
path: root/support/pydocstrip/vnr_pp.kins
diff options
context:
space:
mode:
Diffstat (limited to 'support/pydocstrip/vnr_pp.kins')
-rw-r--r--support/pydocstrip/vnr_pp.kins40
1 files changed, 40 insertions, 0 deletions
diff --git a/support/pydocstrip/vnr_pp.kins b/support/pydocstrip/vnr_pp.kins
new file mode 100644
index 0000000000..bb98a49e68
--- /dev/null
+++ b/support/pydocstrip/vnr_pp.kins
@@ -0,0 +1,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