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
6eb1f6b2
Kaydet (Commit)
6eb1f6b2
authored
Şub 19, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve support for logical node names.
üst
f4aeb84b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
.latex2html-init
Doc/.latex2html-init
+26
-0
No files found.
Doc/.latex2html-init
Dosyayı görüntüle @
6eb1f6b2
...
...
@@ -250,6 +250,32 @@ sub remove_general_markers {
}
}
# In addition to the standard stuff, add label to allow named node files.
sub
do_cmd_tableofcontents
{
local
(
$_
)
=
@_
;
$tocfile
=
$CURRENT_FILE
;
$TITLE
=
$toc_title
;
&
anchor_label
(
"contents"
,
$CURRENT_FILE
,
$_
);
# this is added
join
(
''
,
'<P>'
,
&
make_section_heading($toc_title, "H2"), $toc_ma
rk
,
$_
);
}
# In addition to the standard stuff, add label to allow named node files.
sub
do_cmd_listoffigures
{
local
(
$_
)
=
@_
;
$TITLE
=
$lof_title
;
$loffile
=
$CURRENT_FILE
;
&
anchor_label
(
"figures"
,
$CURRENT_FILE
,
$_
);
# this is added
join
(
''
,
'<P>'
,
&
make_section_heading($lof_title, "H2"), $lof_ma
rk
,
$_
);
}
# In addition to the standard stuff, add label to allow named node files.
sub
do_cmd_listoftables
{
local
(
$_
)
=
@_
;
$TITLE
=
$lot_title
;
$lotfile
=
$CURRENT_FILE
;
&
anchor_label
(
"tables"
,
$CURRENT_FILE
,
$_
);
# this is added
join
(
''
,
'<P>'
,
&
make_section_heading($lot_title, "H2"), $lot_ma
rk
,
$_
);
}
# In addition to the standard stuff, add label to allow named node files.
sub
do_cmd_textohtmlinfopage
{
...
...
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