From 75cc2384b2e4ec2e62318ca65c602628ef4e7640 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Mar 2012 22:57:10 +0000 Subject: nameauth (26mar12) git-svn-id: svn://tug.org/texlive/trunk@25766 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/nameauth/Makefile | 19 +++++++++++++++---- Master/texmf-dist/doc/latex/nameauth/README | 19 +++++++++---------- Master/texmf-dist/doc/latex/nameauth/nameauth.pdf | Bin 646108 -> 633450 bytes 3 files changed, 24 insertions(+), 14 deletions(-) (limited to 'Master/texmf-dist/doc/latex/nameauth') 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 index 0f1d259c741..2cc6eab5edd 100644 Binary files a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf and b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf differ -- cgit v1.2.3