From b32f575da15f39882f8c3e83c838ef841cba2304 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Dec 2008 23:27:00 +0000 Subject: ionumbers update (24dec08) git-svn-id: svn://tug.org/texlive/trunk@11706 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ionumbers/README | 30 +++++++++++++++++----------- 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/doc/latex/ionumbers/README') 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 ============ -- cgit v1.2.3