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
aa54e2db
Kaydet (Commit)
aa54e2db
authored
Mar 05, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move the change to ending the abstract from python.sty to manual.cls; it
is not appropriate for the howto document class.
üst
e61d7af4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
30 deletions
+28
-30
manual.cls
Doc/manual.cls
+14
-0
python.sty
Doc/python.sty
+0
-15
manual.cls
Doc/texinputs/manual.cls
+14
-0
python.sty
Doc/texinputs/python.sty
+0
-15
No files found.
Doc/manual.cls
Dosyayı görüntüle @
aa54e2db
...
...
@@ -75,6 +75,20 @@
}
% Catch the end of the {abstract} environment, but here make sure the
% abstract is followed by a blank page if the 'openright' option is used.
%
\let\OldEndAbstract
=
\endabstract
\renewcommand
{
\endabstract
}{
\if
@openright
\ifodd\value
{
page
}
\typeout
{
Adding blank page after the abstract.
}
\vfil\pagebreak
\fi
\fi
\OldEndAbstract
}
% This wraps the \tableofcontents macro with all the magic to get the
% spacing right and have the right number of pages if the 'openright'
% option has been used. This eliminates a fair amount of crud in the
...
...
Doc/python.sty
Dosyayı görüntüle @
aa54e2db
...
...
@@ -515,21 +515,6 @@
\addcontentsline
{
toc
}{
chapter
}{
\indexname
}
}
% Use a similar trick to catch the end of the {abstract} environment,
% but here make sure the abstract is followed by a blank page if the
% 'openright' option is used.
%
\let\OldEndAbstract
=
\endabstract
\renewcommand
{
\endabstract
}{
\if
@openright
\ifodd\value
{
page
}
\typeout
{
Adding blank page after the abstract.
}
\vfil\pagebreak
\fi
\fi
\OldEndAbstract
}
% Allow the release number to be specified independently of the
% \date{}. This allows the date to reflect the document's date and
% release to specify the Python release that is documented.
...
...
Doc/texinputs/manual.cls
Dosyayı görüntüle @
aa54e2db
...
...
@@ -75,6 +75,20 @@
}
% Catch the end of the {abstract} environment, but here make sure the
% abstract is followed by a blank page if the 'openright' option is used.
%
\let\OldEndAbstract
=
\endabstract
\renewcommand
{
\endabstract
}{
\if
@openright
\ifodd\value
{
page
}
\typeout
{
Adding blank page after the abstract.
}
\vfil\pagebreak
\fi
\fi
\OldEndAbstract
}
% This wraps the \tableofcontents macro with all the magic to get the
% spacing right and have the right number of pages if the 'openright'
% option has been used. This eliminates a fair amount of crud in the
...
...
Doc/texinputs/python.sty
Dosyayı görüntüle @
aa54e2db
...
...
@@ -515,21 +515,6 @@
\addcontentsline
{
toc
}{
chapter
}{
\indexname
}
}
% Use a similar trick to catch the end of the {abstract} environment,
% but here make sure the abstract is followed by a blank page if the
% 'openright' option is used.
%
\let\OldEndAbstract
=
\endabstract
\renewcommand
{
\endabstract
}{
\if
@openright
\ifodd\value
{
page
}
\typeout
{
Adding blank page after the abstract.
}
\vfil\pagebreak
\fi
\fi
\OldEndAbstract
}
% Allow the release number to be specified independently of the
% \date{}. This allows the date to reflect the document's date and
% release to specify the Python release that is documented.
...
...
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