summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nameauth
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-13 01:15:25 +0000
committerKarl Berry <karl@freefriends.org>2012-02-13 01:15:25 +0000
commit599105eb15f42b8148f5196f8feaa9989eda7fde (patch)
tree1eeb4e225e737fab597197fb4c862e3d572968b3 /Master/texmf-dist/doc/latex/nameauth
parentdda1f124cd7e9afd1be7dacbbec9c86495bce45c (diff)
nameauth 0.92 (12feb12)
git-svn-id: svn://tug.org/texlive/trunk@25379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth')
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/Makefile14
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/README14
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/nameauth.pdfbin614924 -> 630329 bytes
3 files changed, 22 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/nameauth/Makefile b/Master/texmf-dist/doc/latex/nameauth/Makefile
index dc05663ad0e..5d9cf08c64e 100644
--- a/Master/texmf-dist/doc/latex/nameauth/Makefile
+++ b/Master/texmf-dist/doc/latex/nameauth/Makefile
@@ -1,11 +1,17 @@
+engine ?= pdflatex # Override on the command line
+ # with engine=latex
+ # or with engine=lualatex
+ # or with engine=xetex.
+
pdf : sty
- pdflatex nameauth.dtx
+ $(engine) nameauth.dtx
+ $(engine) nameauth.dtx
makeindex -s gind.ist -o nameauth.ind nameauth.idx
makeindex -s gglo.ist -o nameauth.gls nameauth.glo
- pdflatex nameauth.dtx
+ $(engine) nameauth.dtx
sty : nameauth.dtx nameauth.ins
- pdflatex nameauth.ins
+ $(engine) nameauth.ins
clean :
rm -f nameauth.aux
@@ -17,9 +23,11 @@ clean :
rm -f nameauth.ind
clobber : clean
+ rm -f nameauth.dvi
rm -f nameauth.pdf
rm -f nameauth.sty
touch nameauth.*
dist: pdf clean
+
diff --git a/Master/texmf-dist/doc/latex/nameauth/README b/Master/texmf-dist/doc/latex/nameauth/README
index 623302086ee..8f2329dc6e0 100644
--- a/Master/texmf-dist/doc/latex/nameauth/README
+++ b/Master/texmf-dist/doc/latex/nameauth/README
@@ -1,7 +1,7 @@
The nameauth package
Charles P. Schaum
charles dot schaum at att dot net
-v0.9 from 2012/02/10
+v0.92 from 2012/02/12
Abstract
@@ -39,21 +39,29 @@ Run mktexlsr with the appropriate level of permissions.
Source distribution notes:
One can use the following commands to generate the target distribution:
+
+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
$ makeindex -s gglo.ist -o nameauth.gls nameauth.glo
$ pdflatex nameauth.dtx
- $ pdflatex nameauth.ins
I used GNU make to automate the process:
$ make dist
Testing notes:
-I have done some extensive testing with pdfLaTeX, with and without the microtype package. The package appears to work with dvi-based LaTeX and XeTeX, with which I have done minimal testing. I have not yet used luaTeX.
+This packages works with the commands latex, lualatex, pdflatex, and xelatex. It has created inxexes successfully with makeindex and texindy.
+
+For testing purposes, I modified the make file so that one can change the typesetting engine on the command line. The way that the make file is designed, the pdf target really depends on just they .sty file being made, so it can generate .dvi files just as easily. The default behavior (shown above) builds with pdflatex. That is the preferred method for creating the package.
License
This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license.
Happy TeXing!
+
diff --git a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
index 61a955cba1f..6a5ade8859d 100644
--- a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
+++ b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
Binary files differ