diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ionumbers/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/ionumbers/README | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/ionumbers/README b/Master/texmf-dist/doc/latex/ionumbers/README index adc28bf23da..66bf1a38f71 100644 --- a/Master/texmf-dist/doc/latex/ionumbers/README +++ b/Master/texmf-dist/doc/latex/ionumbers/README @@ -26,15 +26,16 @@ See `ionumbers.pdf' for detailed information on usage. BUILDING ======== -If you do not want to use the pre-build `ionumber.sty' and `ionumber.pdf' +If you do not want to use any pre-build `ionumber.sty' and `ionumber.pdf' files, you will have to choose one of the following two ways for building them. Otherwise you can skip this section. 1) Building with make --------------------- -Running `make' will create the LaTeX package and documentation: - # make +Running `make' will create the LaTeX package, the documentation and the test +file: + $ make 2) Building manually -------------------- @@ -42,21 +43,26 @@ Running `make' will create the LaTeX package and documentation: a) Generation of package (.sty file): Run `ionumbers.ins' through LaTeX: - # pdflatex -interaction=nonstopmode ionumbers.ins + $ pdflatex -interaction=nonstopmode ionumbers.ins b) Generation of documentation: Run `ionumbers.dtx' through LaTeX: - # pdflatex -interaction=nonstopmode ionumbers.dtx + $ pdflatex -interaction=nonstopmode ionumbers.dtx Then create the index and change history: - # makeindex -s gind.ist -o ionumbers.ind ionumbers.idx - # makeindex -s gglo.ist -o ionumbers.gls ionumbers.glo - -Finally, run `ionumbers.dtx' three time through LaTeX. - # pdflatex -interaction=nonstopmode ionumbers.dtx - # pdflatex -interaction=nonstopmode ionumbers.dtx - # pdflatex -interaction=nonstopmode ionumbers.dtx + $ makeindex -s gind.ist -o ionumbers.ind ionumbers.idx + $ makeindex -s gglo.ist -o ionumbers.gls ionumbers.glo + +Finally, run `ionumbers.dtx' three time through LaTeX: + $ pdflatex -interaction=nonstopmode ionumbers.dtx + $ pdflatex -interaction=nonstopmode ionumbers.dtx + $ pdflatex -interaction=nonstopmode ionumbers.dtx + +Optionally you can compile the test file: + $ pdflatex -interaction=nonstopmode ionumbers_test.tex + $ pdflatex -interaction=nonstopmode ionumbers_text.tex + $ pdflatex -interaction=nonstopmode ionumbers_text.tex INSTALLATION ============ |