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
|
%% This is `sagetexpackage.ins', part of the sagetex package.
%%
%% Copyright (C) 2009 by Dan Drake <ddrake@member.ams.org>
%%
%% This program is free software: you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation, either version 2 of the License, or (at
%% your option) any later version.
%%
%% This program is distributed in the hope that it will be useful, but
%% WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
%% General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
\input docstrip.tex
\keepsilent
\usedir{tex/latex/sagetex}
\declarepreamble\defaultpreamble
This is a generated file. It is part of the SageTeX package.
Copyright (C) 2009 by Dan Drake <ddrake@member.ams.org>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
\endpreamble
% We use a name other than `sagetex' because when using the sagetex
% package in a file called `foo.dtx', a file `foo.py' will be
% produced---and below, we generate a file called sagetex.py. Thus we
% use a name other than `sagetex.dtx' so that building the documentation
% doesn't clobber the very Python file we need to build the
% documentation!
\generate{\file{sagetex.sty}{\from{sagetexpackage.dtx}{latex}
\from{py-and-sty.dtx}{latex}}}
% Define a new preamble with #'s as comment characters for the Python
% files. I hate copying the same text, but defining a "\boilerplate"
% macro requires me to manually do \MetaPrefix\space and ^^J everywhere
% and it's more annoying than this.
\catcode`\#=12
\def\hash{#}
\catcode`\#=6
\def\MetaPrefix{\hash\hash}
\declarepreamble\pypreamble
This is a generated file. It is part of the SageTeX package.
Copyright (C) 2009 by Dan Drake <ddrake@member.ams.org>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
\endpreamble
\usepreamble\pypreamble
\nopostamble
\generate{\file{sagetex.py}{\from{sagetexpackage.dtx}{python}
\from{py-and-sty.dtx}{python}}}
\generate{\file{sagetexparse.py}{\from{scripts.dtx}{parsermod}}}
% Now define a new preamble with the shebang line at the top.
\def\envpypreamble{\hash!/usr/bin/env python^^J\pypreamble}
\usepreamble\envpypreamble
\generate{\file{makestatic.py}{\from{scripts.dtx}{staticscript}}}
\generate{\file{extractsagecode.py}{\from{scripts.dtx}{extractscript}}}
\generate{\file{remote-sagetex.py}{\from{remote-sagetex.dtx}{remotesagetex}}}
\obeyspaces
\Msg{******************************************************************}
\Msg{* *}
\Msg{* To finish the installation, move the following files *}
\Msg{* into directories searched by TeX and Sage, respectively: *}
\Msg{* *}
\Msg{* sagetex.sty *}
\Msg{* sagetex.py *}
\Msg{* *}
\Msg{* See the documentation for complete installation details. *}
\Msg{* *}
\Msg{* To produce the documentation run the file sagetex.dtx through *}
\Msg{* LaTeX. To produce the change history, run *}
\Msg{* *}
\Msg{* makeindex -s gglo.ist -o sagetexpackage.gls sagetexpackage.glo *}
\Msg{* *}
\Msg{* and to get the regular index, do *}
\Msg{* *}
\Msg{* makeindex -s gind.ist -o sagetexpackage.ind sagetexpackage.idx *}
\Msg{* *}
\Msg{* Happy TeXing...and, uh, Saging? *}
\Msg{* *}
\Msg{******************************************************************}
\endbatchfile
|