diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-28 22:57:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-28 22:57:10 +0000 |
commit | 75cc2384b2e4ec2e62318ca65c602628ef4e7640 (patch) | |
tree | d7c8b185d6d59540af87c98e8bf34f935a323924 /Master/texmf-dist/doc/latex/nameauth | |
parent | 74fe3095249570cc3ce516ff884bb594ca439882 (diff) |
nameauth (26mar12)
git-svn-id: svn://tug.org/texlive/trunk@25766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth')
-rw-r--r-- | Master/texmf-dist/doc/latex/nameauth/Makefile | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nameauth/README | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nameauth/nameauth.pdf | bin | 646108 -> 633450 bytes |
3 files changed, 24 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/nameauth/Makefile b/Master/texmf-dist/doc/latex/nameauth/Makefile index bb2b992a217..71694f7a7d3 100644 --- a/Master/texmf-dist/doc/latex/nameauth/Makefile +++ b/Master/texmf-dist/doc/latex/nameauth/Makefile @@ -1,13 +1,22 @@ engine ?= pdflatex # Override on the command line # with engine=latex # or with engine=lualatex - # or with engine=xetex. + # or with engine=xelatex. +# The pdf target is the normal one. It omits the code listing. pdf : sty - $(engine) nameauth.dtx - $(engine) nameauth.dtx + $(engine) -draftmode "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" + makeindex -s gglo.ist -o nameauth.gls nameauth.glo makeindex -s gind.ist -o nameauth.ind nameauth.idx + $(engine) "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" + $(engine) "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" + +# Making this target includes the code listing +fullpdf : sty + $(engine) nameauth.dtx makeindex -s gglo.ist -o nameauth.gls nameauth.glo + makeindex -s gind.ist -o nameauth.ind nameauth.idx + $(engine) nameauth.dtx $(engine) nameauth.dtx sty : nameauth.dtx nameauth.ins @@ -22,6 +31,9 @@ clean : rm -f nameauth.ind rm -f nameauth.log rm -f nameauth.out + rm -f nameauth.toc + rm -f nameauth.hd + rm -f nameauth.top clobber : clean rm -f nameauth.dvi @@ -30,5 +42,4 @@ clobber : clean touch nameauth.* dist: pdf clean - diff --git a/Master/texmf-dist/doc/latex/nameauth/README b/Master/texmf-dist/doc/latex/nameauth/README index 223e9ae338b..da2519131b2 100644 --- a/Master/texmf-dist/doc/latex/nameauth/README +++ b/Master/texmf-dist/doc/latex/nameauth/README @@ -1,16 +1,15 @@ The nameauth package Charles P. Schaum charles dot schaum at att dot net -v1.1 from 2012/03/08 +v1.2 from 2012/03/25 Abstract Using the nameauth package, an author can encode names according to a -name authority. Index entries will be consistent if the input parameters are -consistent. An author can move blocks of text arbitrarily and the names will -be reformatted automatically, making it easier to transition from drafts to -a final manuscript. This package mainly supports Western naming conventions, -with some basic features for ancient, royal, and Eastern names. +name authority. Index entries are consistent with input parameters. In-text +formatting of names is predictable and automated, making it easier to go +from drafts to a final manuscript. This package mainly supports Western +names, with basic features for ancient, royal, and Eastern names. Files Target distribution @@ -44,11 +43,11 @@ Generate the style file with: $ pdflatex nameauth.ins Generate the documentation with: - $ pdflatex nameauth.dtx - $ pdflatex nameauth.dtx - $ makeindex -s gind.ist -o nameauth.ind nameauth.idx + $ pdflatex nameauth.dtx -draftmode "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" $ makeindex -s gglo.ist -o nameauth.gls nameauth.glo - $ pdflatex nameauth.dtx + $ makeindex -s gind.ist -o nameauth.ind nameauth.idx + $ pdflatex nameauth.dtx "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" + $ pdflatex nameauth.dtx "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" I used GNU make to automate the process: $ make dist diff --git a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf Binary files differindex 0f1d259c741..2cc6eab5edd 100644 --- a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf +++ b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf |