diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/manuscript/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/manuscript/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/manuscript/README b/Master/texmf-dist/doc/latex/manuscript/README new file mode 100644 index 00000000000..3941b564386 --- /dev/null +++ b/Master/texmf-dist/doc/latex/manuscript/README @@ -0,0 +1,23 @@ +Manuscript package uses standard LaTeX packaging system. To +install run + +latex manuscript.ins + +for unpacking .sty and .drv files. manuscript.sty should go +somewhere, where it will be found by latex (if kpathsea is used +in your distribution, do not forget to run texhash). + +Documentation can be obtained by + + latex manuscript.drv + makeindex -s gglo.ist -o manuscript.gls manuscript.glo + makeindex -s gind.ist + latex manuscript.drv + +Alternatively you can just run + + make + +to do everything automagically. + +Happy LaTeXing! |