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
d805feff
Kaydet (Commit)
d805feff
authored
Haz 27, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added support for some of the more recently defined macros and
environments.
üst
2c813818
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
py2texi.el
Doc/tools/py2texi.el
+14
-0
No files found.
Doc/tools/py2texi.el
Dosyayı görüntüle @
d805feff
...
@@ -74,6 +74,10 @@
...
@@ -74,6 +74,10 @@
(
progn
(
setq
obindex
t
)
(
progn
(
setq
obindex
t
)
"\n@table @code\n@item \\1\n@obindex \\1\n"
)
"\n@table @code\n@item \\1\n@obindex \\1\n"
)
"@end table"
)
"@end table"
)
(
"cmemberdesc"
3
(
progn
(
setq
findex
t
)
"\n@table @code\n@item \\1 \\2 \\3\n@findex \\3\n"
)
"@end table"
)
(
"csimplemacrodesc"
1
(
"csimplemacrodesc"
1
(
progn
(
setq
cindex
t
)
(
progn
(
setq
cindex
t
)
"\n@table @code\n@item \\1\n@cindex \\1\n"
)
"\n@table @code\n@item \\1\n@cindex \\1\n"
)
...
@@ -196,6 +200,9 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
...
@@ -196,6 +200,9 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
(
"catcode"
0
""
)
(
"catcode"
0
""
)
(
"cdata"
1
"@code{\\1}"
)
(
"cdata"
1
"@code{\\1}"
)
(
"centerline"
1
"@center \\1"
)
(
"centerline"
1
"@center \\1"
)
(
"cfuncline"
3
(
progn
(
setq
findex
t
)
"\n@item \\1 \\2(\\3)\n@findex \\2\n"
))
(
"cfunction"
1
"@code{\\1}"
)
(
"cfunction"
1
"@code{\\1}"
)
(
"chapter"
1
(
format
"@node \\1\n@%s \\1\n"
(
"chapter"
1
(
format
"@node \\1\n@%s \\1\n"
(
if
appendix
"appendix"
"chapter"
)))
(
if
appendix
"appendix"
"chapter"
)))
...
@@ -203,11 +210,15 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
...
@@ -203,11 +210,15 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
(
"character"
1
"@samp{\\1}"
)
(
"character"
1
"@samp{\\1}"
)
(
"citetitle"
1
"@ref{Top,,,\\1}"
)
(
"citetitle"
1
"@ref{Top,,,\\1}"
)
(
"class"
1
"@code{\\1}"
)
(
"class"
1
"@code{\\1}"
)
(
"cmemberline"
3
(
progn
(
setq
findex
t
)
"\n@item \\1 \\2 \\3\n@findex \\3\n"
))
(
"code"
1
"@code{\\1}"
)
(
"code"
1
"@code{\\1}"
)
(
"command"
1
"@command{\\1}"
)
(
"command"
1
"@command{\\1}"
)
(
"constant"
1
"@code{\\1}"
)
(
"constant"
1
"@code{\\1}"
)
(
"copyright"
1
"@copyright{}"
)
(
"copyright"
1
"@copyright{}"
)
(
"Cpp"
0
"C++"
)
(
"Cpp"
0
"C++"
)
(
"csimplemacro"
1
"@code{\\1}"
)
(
"ctype"
1
"@code{\\1}"
)
(
"ctype"
1
"@code{\\1}"
)
(
"dataline"
1
(
progn
(
setq
findex
t
)
"@item \\1\n@findex \\1\n"
))
(
"dataline"
1
(
progn
(
setq
findex
t
)
"@item \\1\n@findex \\1\n"
))
(
"date"
1
"\\1"
)
(
"date"
1
"\\1"
)
...
@@ -297,6 +308,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
...
@@ -297,6 +308,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
(
"plusminus"
0
"+-"
)
(
"plusminus"
0
"+-"
)
(
"POSIX"
0
"POSIX"
)
(
"POSIX"
0
"POSIX"
)
(
"production"
2
"@item \\1 \\2"
)
(
"production"
2
"@item \\1 \\2"
)
(
"productioncont"
1
"@item \\1"
)
(
"program"
1
"@command{\\1}"
)
(
"program"
1
"@command{\\1}"
)
(
"programopt"
1
"@option{\\1}"
)
(
"programopt"
1
"@option{\\1}"
)
(
"protect"
0
""
)
(
"protect"
0
""
)
...
@@ -348,6 +360,8 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
...
@@ -348,6 +360,8 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
(
"textasciitilde"
0
"~"
)
(
"textasciitilde"
0
"~"
)
(
"textasciicircum"
0
"^"
)
(
"textasciicircum"
0
"^"
)
(
"textbackslash"
0
"@backslash{}"
)
(
"textbackslash"
0
"@backslash{}"
)
(
"textgreater"
0
">"
)
(
"textless"
0
"<"
)
(
"textrm"
1
"\\1"
)
(
"textrm"
1
"\\1"
)
(
"texttt"
1
"@code{\\1}"
)
(
"texttt"
1
"@code{\\1}"
)
(
"textunderscore"
0
"_"
)
(
"textunderscore"
0
"_"
)
...
...
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