diff options
Diffstat (limited to 'Master/texmf-dist/doc/texsis/base/TXSend.doc')
-rw-r--r-- | Master/texmf-dist/doc/texsis/base/TXSend.doc | 137 |
1 files changed, 0 insertions, 137 deletions
diff --git a/Master/texmf-dist/doc/texsis/base/TXSend.doc b/Master/texmf-dist/doc/texsis/base/TXSend.doc deleted file mode 100644 index 2939ab55900..00000000000 --- a/Master/texmf-dist/doc/texsis/base/TXSend.doc +++ /dev/null @@ -1,137 +0,0 @@ -%% TXSend.doc - End Material for the Manual - TeXsis version 2.18 -%% @(#) $Id: TXSend.doc,v 18.3 2000/05/17 00:19:46 myers Exp $ -%======================================================================* -% (C) Copyright 1989-1999 by Eric Myers and Frank E. Paige -% This file is a part of TeXsis. Distribution and/or modifications -% are allowed under the terms of the LaTeX Project Public License (LPPL). -% See the file COPYING or ftp://ftp.texsis.org/texsis/LPPL -%======================================================================* -\ifx\undefined\meta\texsis\input TXSdocM.doc\draft\fi - -\fourteenfonts - -\vfill\eject % start new page -\nosechead{\fourteenbf Acknowledgments}% % no section number -\addTOC{1}{Acknowledgments}{\folio}% % add to contents -\global\def\HeadText{{\tenit Acknowledgments}} - -\noindent -\TeXsis\ began as a collection of macros used by -E.~Myers\reference{TeXsis-1.00} -E.~Myers, -\booktitle{\TeX sis Version 1.00} (unpublished) -\endreference -to typeset his Ph.D. thesis.\reference{Myers, 1984} -E.~Myers, -\booktitle{Calculation of the Gravitational Casimir Energy and Gauge Field -Couplings in Non-Abelian Kaluza-Klein Theories}, -Ph.D.\ thesis (unpublished), Yale University, 1984 -\endreference -These were in turn developed from a collection of macros -for creating technical reports known as \idx{TechRpt}. -We don't know for sure who wrote TechRpt, but the manual we used was -written by W.~Groppe\reference{Groppe} -W.~Groppe, -\booktitle{TechRpt} (unpublished) -\endreference -so he may be the author of the macros as well. -% -The original \BibTeX\ support, including {\tt texsis.bst}, was written -by Bernd Dammann. - - -\bigskip - - -We wish to thank Isabel Harrity\index{Harrity, Isabel} for her patience -in trying this code while it was originally being developed. -Various other people have also given us suggestions, criticisms, and -comments regarding the code and documentation for \TeXsis; among them we -would like to thank: - Vladimir Alexiev, - Betty Armstrong, - Akif Baysal, - Richard Brown, - Bernd Dammann, - Vickie Darnell, - Leo Eskin, - Mira Franke, - Ralf Gaertner, - Romano Giannetti, - Don Groom, - Donavan Hall, - Scott Hannahs, - Diab Jerius, - Arik Kapulkin, - Kate Logan, - Bob Love, - Michael Morrison, - T.C. Pierce, - Jeroen Rommers, - Norbert Roth, - Kurt Stump, - David Su\'arez de Lis, - Anil Trivedi, - and - Samir Varma. -Additional suggestions are welcome and will be incorporated in future -versions of \TeXsis\ when possible. - -This work was supported in part by the United States Department -of Energy under contracts DE-AC02-76CH00016 and DE-AC02-89ER40509, -and in part by the National Science Foundation under grant number -PHY8919177. - -% -- LIST OF REFERENCES - -\nosechead{\fourteenbf References}% % no section number -\addTOC{1}{References}{\folio}% % add to contents -\setHeadline{References}% % running head text -\ListReferences % print references - -% -- THE INDEX - -\vfill\supereject -\SetDoubleColumns{0.47\hsize} -\nosechead{\fourteenbf Index} -\addTOC{1}{Index}{\folio}% % add to contents -\tag{pg.index}{\folio} -\setHeadline{{Index}}% % running head text -\bigskip\bigskip -\def\bold#1{\linkto{page.#1}{\bf #1}}% % boldface for |bold -\def\italic#1{\linkto{page.#1}{\it #1}}% % italics for |italic -\def\slanted#1{\linkto{page.#1}{\sl #1}}% % slanted for |slanted -\def\pg#1{{\rm #1}}% % roman for |reg -\index{recursion|see{recursion}} % I couldn't resist this -EAM -% -\immediate\openin\patchfile=Manual.ind % try to open the index file -\ifeof\patchfile % EOF? Then it's not there - \closein\patchfile % so just close it. - \emsg{> Cannot find the processed index file Manual.ind.}%% tell them. - \meta{There is no index. I cannot find the file Manual.ind\/} -\else - \immediate\closein\patchfile % close it to read with \input - \footline={{\hfil\tenpoint (Boldface page numbers are the defining - entries) \hfil}}% % helpful footline - \doublecolumns % index in double columns - \singlespaced - \baselineskip=14pt plus 1pt\relax % allow stretch - \input Manual.ind - \vfill - \enddoublecolumns -\fi -% -\vfill\eject % next... -\footline={\relax} % footline back to nothing - -% if the last page is even then print ``nothing'', for duplex printers - -\ifbookpagenumbers - \ifodd\pageno\else - \global\def\HeadText{{\hss}}% clear heading - \vbox to \vsize{\vss - \centerline{This page was unintentionally left blank.}% :-) - \vss} - \fi % end ifodd -\fi -% >>> EOF TSXend.doc <<< |