diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/pydocstrip/vnr.kins |
Initial commit
Diffstat (limited to 'support/pydocstrip/vnr.kins')
-rw-r--r-- | support/pydocstrip/vnr.kins | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/support/pydocstrip/vnr.kins b/support/pydocstrip/vnr.kins new file mode 100644 index 0000000000..f3f248ac32 --- /dev/null +++ b/support/pydocstrip/vnr.kins @@ -0,0 +1,80 @@ +## VNR-METAFONT program +## Line start with a sharp (#) is the comment line + +$docstrip=1793 + +## require docstrip version 1793 or higher +## TRY: `docstrip --version` + +## default local variables + +## If these variables arenot specified from the command line +## they accept the default value given. + +$local(t5supp=0) +$local(test=1) +$local(nopre=1) +$local(cm=1) +$local(ec=0) +$local(param=1) + +## The following code arenot valuable +$local(destdir=tempdir) + +## default destination +$destdir=tempdir + +$if(t5supp=1) + $test=0 +$enif + +$import(vnr_pp) +## import file vnr_pp.kins + +$from(vnbase.dtx) +## the source file is vnbase.dtx + + $gen(vnbase.mf)(vnbase,test)(test=1) + $gen(vnbase.mf)(vnbase)(test=0,t5supp=0) + $gen(vnbase.mf)(vnbase,t5supp)(test=0,t5supp=1) + +$from(vndriver.dtx) +## the source file now is vndriver.dtx + + $if(test=1) + $gen(vncsc.mf)(csc,test) + $gen(vntextit.mf)(it,test) + $gen(vnroman.mf)(rm,test) + $else + $gen(vncsc.mf)(csc) + $gen(vnroman.mf)(rm) + $gen(vntextit.mf)(it) + $enif + + $if(t5supp=1) + $if(test=0) + $gen(vncsc.mf)(csc,t5supp) + $gen(vnroman.mf)(rm,t5supp) + $gen(vntextit.mf)(it,t5supp) + $enif + $enif + +######################################################################## + +$if(param=1) + $pre + %% This file is a part of VNR-METAFONT program. + $enpre + + $if(ec=1) + $import(vnr_ec) + $enif + + $if(cm=1) + $import(vnr_cm) + $enif +$enif + +$eof=1 + +######################################################################## |