summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nameauth/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth/README')
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/README19
1 files changed, 9 insertions, 10 deletions
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