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
1e9be5db
Kaydet (Commit)
1e9be5db
authored
Mar 06, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Relocating file to Doc/texinputs.
üst
e4837a16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
115 deletions
+0
-115
fncychap.sty
Doc/fncychap.sty
+0
-0
manual.cls
Doc/manual.cls
+0
-115
python.sty
Doc/python.sty
+0
-0
No files found.
Doc/fncychap.sty
deleted
100644 → 0
Dosyayı görüntüle @
e4837a16
This diff is collapsed.
Click to expand it.
Doc/manual.cls
deleted
100644 → 0
Dosyayı görüntüle @
e4837a16
%
% manual.cls for the Python documentation
%
\NeedsTeXFormat
{
LaTeX2e
}
[1995/12/01]
\ProvidesClass
{
manual
}
[1998/03/03 Document class (Python manual)]
% Change the options here to get a different set of basic options, This
% is where to add things like "a4paper" or "10pt".
%
\LoadClass
[twoside,openright]
{
report
}
% Optional packages:
%
% If processing of these documents fails at your TeX installation,
% these may be commented out (independently) to make things work.
% These are both supplied with the current version of the teTeX
% distribution.
%
% The "fancyhdr" package makes nicer page footers reasonable to
% implement, and is used to put the chapter and section information in
% the footers.
%
% The "times" package makes the default font the PostScript Times
% font, which makes for smaller PostScript and a font that more people
% like.
%
\RequirePackage
{
fancyhdr
}
\typeout
{
Using fancier footers than usual.
}
\RequirePackage
{
times
}
\typeout
{
Using times fonts instead of Computer Modern.
}
% Required package:
%
% This gives us all the Python-specific markup that we really want.
% This should come last. Do not change this.
%
\newif\if
@usemoduleindex
\@
usemoduleindextrue
\RequirePackage
{
python
}
% Change the title page to look a bit better, and fit in with the
% fncychap ``Bjarne'' style a bit better.
%
\renewcommand
{
\maketitle
}{
%
\begin{titlepage}
%
\let\footnotesize\small
\let\footnoterule\relax
\@
ifundefined
{
ChTitleVar
}{}{
%
\mghrulefill
{
\RW
}}
%
\@
ifundefined
{
pdfinfo
}{}{
\pdfinfo
author
{
\@
author
}
title
{
\@
title
}
}
\begin{flushright}
%
{
\rm\Huge\HeaderFamily
\@
title
\par
}
%
{
\em\LARGE\HeaderFamily
\@
release
\par
}
\vfill
{
\LARGE\HeaderFamily
\@
author
\par
}
\vfill\vfill
{
\large
\@
date
\par
\vfill
\@
authoraddress
\par
}
%
\end{flushright}
%\par
\@
thanks
\end{titlepage}
%
\setcounter
{
footnote
}{
0
}
%
\let\thanks\relax\let\maketitle\relax
\gdef\@
thanks
{}
\gdef\@
author
{}
\gdef\@
title
{}
}
% 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
% individual document files.
%
\let\OldTableofcontents
=
\tableofcontents
\renewcommand
{
\tableofcontents
}{
%
\setcounter
{
page
}{
1
}
%
\pagebreak
%
\pagestyle
{
plain
}
%
{
%
\parskip
= 0mm
%
\OldTableofcontents
%
\if
@openright
%
\ifodd\value
{
page
}
%
\typeout
{
Adding blank page after the table of contents.
}
%
\pagebreak\hspace
{
0pt
}
%
\fi
%
\fi
%
\cleardoublepage
%
}
%
\pagenumbering
{
arabic
}
%
\@
ifundefined
{
fancyhf
}{}{
\pagestyle
{
normal
}}
%
}
Doc/python.sty
deleted
100644 → 0
Dosyayı görüntüle @
e4837a16
This diff is collapsed.
Click to expand it.
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