diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-01 23:05:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-01 23:05:20 +0000 |
commit | 053930a0ae346b5d7e31ad8e9e576cac0ea1bb70 (patch) | |
tree | 16679d9bda02d9b5d94337e3feced52bd79ff4c7 /Master/texmf-dist/doc/latex/nameauth/README | |
parent | 1ebe946b5d71b79e2110bbdb86c76987bfca0b90 (diff) |
nameauth 0.7 (31dec11)
git-svn-id: svn://tug.org/texlive/trunk@24993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/nameauth/README | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nameauth/README b/Master/texmf-dist/doc/latex/nameauth/README new file mode 100644 index 00000000000..2460729098c --- /dev/null +++ b/Master/texmf-dist/doc/latex/nameauth/README @@ -0,0 +1,53 @@ +The nameauth package +Charles P. Schaum +charles dot schaum at att dot net +v0.7 from 2011/12/26 + +Abstract + +These macros help an author to encode the (optional) forenames and +(mandatory) surnames of people in order to normalize occurrences in the +text and entries in the index. This package is intended for Western-style +naming conventions. + +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 + +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/<year>/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: + +I used the following commands to generate the target distribution: + $ 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 + +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. + +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! |