Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f1245a82
Kaydet (Commit)
f1245a82
authored
Mar 20, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
adapted to modern times; added section of HTML
üst
73827c6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
21 deletions
+39
-21
README
Doc/README
+39
-21
No files found.
Doc/README
Dosyayı görüntüle @
f1245a82
...
@@ -4,6 +4,12 @@ Python main documentation -- in LaTeX
...
@@ -4,6 +4,12 @@ Python main documentation -- in LaTeX
This directory contains the LaTeX sources to the Python documentation
This directory contains the LaTeX sources to the Python documentation
and a published article about Python.
and a published article about Python.
If you don't have LaTeX, you can ftp a tar file containing PostScript
of the 4 main documents. It should be in the same place where you
fetched the main Python distribution, in a file named
"pythondoc-ps<version>.tar.gz". (See "../Misc/FAQ" for more
information about ftp-ing Python files.)
The following are the LaTeX source files:
The following are the LaTeX source files:
tut.tex The tutorial
tut.tex The tutorial
...
@@ -25,38 +31,50 @@ may want to fiddle with lay-out parameters like \textwidth and
...
@@ -25,38 +31,50 @@ may want to fiddle with lay-out parameters like \textwidth and
You need the makeindex utility to produce the index for ref.tex
You need the makeindex utility to produce the index for ref.tex
lib.tex; you need bibtex to produce the references list for qua.tex.
lib.tex; you need bibtex to produce the references list for qua.tex.
There's a Makefile to call latex and the other utilities in the right
There's a Makefile to call LaTeX and the other utilities in the right
order and the right number of times. This will produce dvi files for
order and the right number of times. This will produce DVI files for
each document made; to preview them, use xdvi. Printing depends on
each document made; to preview them, use xdvi. PostScript is produced
local conventions; at my site, I use dvips and lpr. For example:
by the same Makefile target that produces the DVI files. This uses
the dvips tool. Printing depends on local conventions; at my site, I
use lpr. For example:
make ref # creates ref.dvi and ref.ps
xdvi ref # preview it ref.dvi
lpr -Ppsc ref.ps # print it on printer "psc".
Making HTML files
-----------------
make ref # creates ref.dvi
The Reference, Tutorial and Extensions manual can all be converted to
xdvi ref # preview it
HTML using Nikos Drakos' LaTeX2HTML converter. See the Makefile;
dvips -Ppsc ref | lpr -Ppsc # print it on printer "psc"
.
after some twiddling, "make l2h" should do the trick
.
If you don't have latex, you can ftp the pre-formatted PosytScript
The Library manual doesn't work well with LaTeX2HTML; instead, there's
versions of the documents. It should be in the same place where you
a Python script texi2html.py in this directory that can be run on the
fetched the main Python distribution, if you got it by ftp. (See
texinfo generated as an intermediate step for generating the INFO
"../Misc/FAQ" for information about ftp-ing Python files.)
files as described in the next section. The command "make libwww"
should do this.
Making the INFO version of the Library Reference
Making the INFO version of the Library Reference
------------------------------------------------
------------------------------------------------
The Library Reference can
now
also be read in hypertext form using the
The Library Reference can also be read in hypertext form using the
Emacs INFO system. This uses Texinfo format as an intermediate step.
Emacs INFO system. This uses Texinfo format as an intermediate step.
It requires texinfo version 2 (we have used 2.14).
It requires texinfo version 2 (we have used 2.14).
To build the info files (python-lib.info*), say "make lib.info". This
To build the info files (python-lib.info*), say "make lib.info". This
takes a while, even on machines with 33 MIPS and 16 Mbytes :-) You can
takes a while, even on a machine with a 100 MHz clock and 64 Mbytes of
ignore the output.
RAM :-). Please ignore the output, which appears like error messages
but really is debugging output only.
But first you'll have to change a site dependency in fix.el: if
texinfo 2.xx isn't installed by default at your site, you'll have to
You may have to change a site dependency in fix.el: if texinfo 2.xx
install it (use archie to locate a version and ftp to fetch it). If
isn't installed by default at your site, you'll have to install it
you can't install it in the standard Emacs load path, uncomment the
(use archie to locate a version and ftp to fetch it). If you can't
line containing a "(setq load-path ...)" statement, and fill in the
install it in the standard Emacs load path, uncomment the line
path where you put it.
containing a "(setq load-path ...)" statement, and fill in the path
where you put it.
The files used by the conversion process are:
The files used by the conversion process are:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment