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
ee9306b6
Kaydet (Commit)
ee9306b6
authored
Agu 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Template file for \documentclass{manual}.
üst
549cb6ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
manual.tex
Doc/templates/manual.tex
+65
-0
No files found.
Doc/templates/manual.tex
0 → 100644
Dosyayı görüntüle @
ee9306b6
\documentclass
{
manual
}
\title
{
Big Python Manual
}
\input
{
boilerplate
}
\makeindex
% tell \index to actually write the .idx file
\makemodindex
% If this contains a lot of module sections.
\begin{document}
\maketitle
% This makes the contents more accessible from the front page of the HTML.
\ifhtml
\chapter*
{
Front Matter
\label
{
front
}}
\fi
%\input{copyright}
\begin{abstract}
\noindent
Big Python is a special version of Python for users who require larger
keys on their keyboards. It accomodates their special needs by ...
\end{abstract}
\tableofcontents
\chapter
{
...
}
My chapter.
\appendix
\chapter
{
...
}
My appendix.
The
\code
{
\e
appendix
}
markup need not be repeated for additional
appendices.
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
% not really valuable.
%
% If you don't want the Module Index, you can remove all of this up
% until the second \input line.
%
%begin{latexonly}
\renewcommand
{
\indexname
}{
Module Index
}
%end{latexonly}
\input
{
mod
\jobname
.ind
}
% Module Index
%begin{latexonly}
\renewcommand
{
\indexname
}{
Index
}
%end{latexonly}
\input
{
\jobname
.ind
}
% Index
\end{document}
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