Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4912beb

Browse files
committed
Add copyright statement.
Add section on using A4 paper, since that's a common request.
1 parent 521b8e1 commit 4912beb

1 file changed

Lines changed: 56 additions & 4 deletions

File tree

Doc/README

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,25 @@ What if Times fonts are not available?
111111
As distributed, the LaTeX documents use PostScript Times fonts. This
112112
is done since they are much better looking and produce smaller
113113
PostScript files. If, however, your TeX installation does not support
114-
them, they may be easily disabled. Edit the file manual.cls and
115-
comment out the line that starts "\RequirePackage{times}" using a "%"
116-
character at the beginning of the line. An alternative is to install
117-
the right fonts and LaTeX style file.
114+
them, they may be easily disabled. Edit the file
115+
texiinputs/manual.cls and comment out the line that starts
116+
"\RequirePackage{times}" using a "%" character at the beginning of the
117+
line. An alternative is to install the right fonts and LaTeX style
118+
file.
119+
120+
121+
What if I want to use A4 paper?
122+
-------------------------------
123+
124+
Edit the file texinputs/manual.cls. Change the line that reads:
125+
126+
\LoadClass[twoside,openright]{report}
127+
128+
to say:
129+
130+
\LoadClass[a4paper,twoside,openright]{report}
131+
132+
Now do a "make clean all" to generate PostScript files.
118133

119134

120135
Making HTML files
@@ -127,3 +142,40 @@ l2h" should do the trick.
127142
For the reference manual, we use Harlequin's webmaker. We're not very
128143
happy with it and hope that eventually FrameMaker will be able to
129144
produce HTML without third party help.
145+
146+
147+
Copyright notice
148+
================
149+
150+
The Python source is copyrighted, but you can freely use and copy it
151+
as long as you don't change or remove the copyright notice:
152+
153+
----------------------------------------------------------------------
154+
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
155+
The Netherlands.
156+
157+
All Rights Reserved
158+
159+
Permission to use, copy, modify, and distribute this software and its
160+
documentation for any purpose and without fee is hereby granted,
161+
provided that the above copyright notice appear in all copies and that
162+
both that copyright notice and this permission notice appear in
163+
supporting documentation, and that the names of Stichting Mathematisch
164+
Centrum or CWI or Corporation for National Research Initiatives or
165+
CNRI not be used in advertising or publicity pertaining to
166+
distribution of the software without specific, written prior
167+
permission.
168+
169+
While CWI is the initial source for this software, a modified version
170+
is made available by the Corporation for National Research Initiatives
171+
(CNRI) at the Internet address ftp://ftp.python.org.
172+
173+
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
174+
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
175+
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
176+
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
177+
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
178+
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
179+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
180+
PERFORMANCE OF THIS SOFTWARE.
181+
----------------------------------------------------------------------

0 commit comments

Comments
 (0)