home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / emtex04.zip / LATEXDOC.ZIP / EMTEX / TEXINPUT / MAKEIDX.DOC < prev    next >
Text File  |  1992-03-19  |  881b  |  29 lines

  1. % MAKEIDX DOCUMENT-STYLE OPTION FOR ARTICLE STYLE
  2. % RELEASED 21 october 1991 -- for LaTeX version 2.09
  3. % Copyright (C) 1987, 1991 by Leslie Lamport, all rights reserved
  4.  
  5. \typeout{Document style option `makeidx' - released 21 Oct 91}
  6.  
  7. % Defines the \see and \printindex commands.
  8.  
  9. % PREPARING A FOREIGN LANGUAGE VERSION:
  10. %
  11. % This document style is for documents prepared in the English language.
  12. % To prepare a version for another language, various English words must
  13. % be replaced.  All the English words that required replacement are
  14. % indicated below, where we give the name of the command in which the
  15. % words appear, and which must be redefined, with the actual words
  16. % underlined.
  17. %
  18. % \see
  19. \@ifundefined{seename}%
  20.    {\def\seename{see}}{}
  21. %                ~~~
  22. %
  23.  
  24. \def\see#1#2{{\em \seename\/} #1}
  25.  
  26. \def\printindex{\@input{\jobname.ind}}
  27.  
  28. \endinput
  29.