The nameauth package Charles P. Schaum charles dot schaum at att dot net v1.26 from 2012/04/24 Abstract Using the nameauth package, an author can encode names according to a 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 nameauth.pdf Documentation (normally in TEXMFDIST/doc/latex/nameauth) nameauth.sty Package file (normally in TEXMFDIST/tex/latex/nameauth) README This file (normally in TEXMFDIST/doc/latex/nameauth) Source distribution Makefile Automates building with GNU make 3.81 nameauth.ins Installer nameauth.dtx Documented LaTeX file containing both code and documentation Installation Target distribution Unpack nameauth.zip. Create the directories listed above. For TeX Live, TEXMFDIST is often /usr/local/texmf//texmf-dist on Posix-compliant systems. Manual installation calls rather for /usr/local/texlive/texmf-local or ~/texmf. MacTeX and MikTeX differ. Please refer to your distribution manual. Copy the target distribution files to their appropriate destinations. 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 -draftmode "\AtBeginDocument{\OnlyDescription} \input nameauth.dtx" $ makeindex -s gglo.ist -o nameauth.gls nameauth.glo $ 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 Testing notes: 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!