summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/otherformats/texsis/base/TXSend.doc
blob: 2939ab55900e25c9b62bdc4b3f015f0967f88d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
%% 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 <<<