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 /macros/plain/contrib/jns/index |
Initial commit
Diffstat (limited to 'macros/plain/contrib/jns/index')
-rw-r--r-- | macros/plain/contrib/jns/index | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/macros/plain/contrib/jns/index b/macros/plain/contrib/jns/index new file mode 100644 index 0000000000..fc58a7d2ba --- /dev/null +++ b/macros/plain/contrib/jns/index @@ -0,0 +1,59 @@ +# ....Plain TeX.... +# +# jns.doc general instructions, this is the TeX source +# for the documentation. Please TeX it if you +# have the paper version not at hand +# jns.dem an example showing how to code the front matter +# jns.amm the macro package with am-fonts (the old \TeX{} fonts) +# jns.cmm the macro package with cm-fonts (newer and preferable) +# (these are both macro files and should not be changed) +# +# Include the macros and the cm-fonts by inserting the command +# \input jns.cmm +# at the beginning of your text file +# (also called input or source file) +# +# If you do not have the cm-fonts which are preferable, +# please insert at the beginning of your text file +# \input jns.amm +# +# +# If you use PC \TeX +# +# In PC TeX default memory capacity is not sufficient to accommodate our +# fonts. To cope with this problem, invoke TeX with the following +# command: +# tex file.tex /f=26000 /m=65000 +# +# +# +# +# ....LaTeX.... +# +# jnsl.dem an example showing how to code +# jnsl.doc general instructions +# jnsldoc.sty documentstyle +# +# +# +# +# ....AmSTeX.... +# +# jnsa.doc general instructions, this is the AmSTeX source +# for the documentation. Please TeX it if you +# have the paper version not at hand +# jnsa.dem an example showing how to code +# jnsams.cmm the macro package +# +# Include the macros and the cm-fonts by inserting the command +# \input jnsams.cmm +# at the beginning of your text file +# (also called input or source file) +# +# If you use PC \TeX +# +# In PC TeX default memory capacity is not sufficient to accommodate our +# fonts. To cope with this problem, invoke TeX with the following +# command: +# tex file.tex /f=26000 /m=65000 +# |